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

Commit

Permalink
Updates tags in charts (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanyaKochhar authored Oct 28, 2020
1 parent e9b495d commit 7823ddd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/osm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.4.2
version: 0.5.0-rc.1

# 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: v0.4.2
appVersion: v0.5.0-rc.1
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: IfNotPresent
tag: v0.4.2
tag: v0.5.0-rc.1
imagePullSecrets: []
sidecarImage: envoyproxy/envoy-alpine:v1.15.0
prometheus:
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func newInstallCmd(config *helm.Configuration, out io.Writer) *cobra.Command {
f.StringVar(&inst.containerRegistry, "container-registry", "openservicemesh", "container registry that hosts control plane component images")
f.StringVar(&inst.chartPath, "osm-chart-path", "", "path to osm chart to override default chart")
f.StringVar(&inst.certificateManager, "certificate-manager", defaultCertManager, "certificate manager to use one of (tresor, vault, cert-manager)")
f.StringVar(&inst.osmImageTag, "osm-image-tag", "v0.4.2", "osm image tag")
f.StringVar(&inst.osmImageTag, "osm-image-tag", "v0.5.0-rc.1", "osm image tag")
f.StringVar(&inst.osmImagePullPolicy, "osm-image-pull-policy", defaultOsmImagePullPolicy, "osm image pull policy")
f.StringVar(&inst.containerRegistrySecret, "container-registry-secret", "", "name of Kubernetes secret for container registry credentials to be created if it doesn't already exist")
f.StringVar(&inst.vaultHost, "vault-host", "", "Hashicorp Vault host/service - where Vault is installed")
Expand Down

0 comments on commit 7823ddd

Please sign in to comment.