Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore(*): prep for v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Noorali authored and snehachhabria committed Aug 13, 2020
1 parent 2a3824b commit fede86d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/osm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: latest
appVersion: v0.3.0
2 changes: 1 addition & 1 deletion charts/osm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenServiceMesh:
image:
registry: openservicemesh
pullPolicy: Always
tag: latest
tag: v0.3.0
imagePullSecrets:
- name: acr-creds
sidecarImage: envoyproxy/envoy-alpine:v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func newInstallCmd(config *helm.Configuration, out io.Writer) *cobra.Command {

f := cmd.Flags()
f.StringVar(&inst.containerRegistry, "container-registry", "openservicemesh", "container registry that hosts control plane component images")
f.StringVar(&inst.osmImageTag, "osm-image-tag", "v0.2.0", "osm image tag")
f.StringVar(&inst.osmImageTag, "osm-image-tag", "v0.3.0", "osm image tag")
f.StringVar(&inst.containerRegistrySecret, "container-registry-secret", "acr-creds", "name of Kubernetes secret for container registry credentials to be created if it doesn't already exist")
f.StringVar(&inst.chartPath, "osm-chart-path", "", "path to osm chart to override default chart")
f.StringVar(&inst.certManager, "certificate-manager", defaultCertManager, "certificate manager to use (tresor or vault)")
Expand Down

0 comments on commit fede86d

Please sign in to comment.