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

Commit

Permalink
Update charts for v0.6.0 (#2199)
Browse files Browse the repository at this point in the history
Signed-off-by: Sanya Kochhar <kochhars@microsoft.com>
  • Loading branch information
SanyaKochhar authored Dec 15, 2020
1 parent 8515c09 commit 8d2099a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.6.0-rc.1
version: 0.6.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: v0.6.0-rc.1
appVersion: v0.6.0
4 changes: 2 additions & 2 deletions charts/osm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# osm

![Version: 0.6.0-rc.1](https://img.shields.io/badge/Version-0.6.0--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.0-rc.1](https://img.shields.io/badge/AppVersion-v0.6.0--rc.1-informational?style=flat-square)
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.0](https://img.shields.io/badge/AppVersion-v0.6.0-informational?style=flat-square)

A Helm chart to install the OSM control plane on Kubernetes

Expand Down Expand Up @@ -40,7 +40,7 @@ A Helm chart to install the OSM control plane on Kubernetes
| OpenServiceMesh.grafana.port | int | `3000` | |
| OpenServiceMesh.image.pullPolicy | string | `"IfNotPresent"` | |
| OpenServiceMesh.image.registry | string | `"openservicemesh"` | |
| OpenServiceMesh.image.tag | string | `"v0.6.0-rc.1"` | |
| OpenServiceMesh.image.tag | string | `"v0.6.0"` | |
| OpenServiceMesh.imagePullSecrets | list | `[]` | |
| OpenServiceMesh.meshName | string | `"osm"` | |
| OpenServiceMesh.prometheus.port | int | `7070` | |
Expand Down
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.6.0-rc.1
tag: v0.6.0
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 @@ -63,7 +63,7 @@ const (
defaultContainerRegistrySecret = ""
defaultMeshName = "osm"
defaultOsmImagePullPolicy = "IfNotPresent"
defaultOsmImageTag = "v0.6.0-rc.1"
defaultOsmImageTag = "v0.6.0"
defaultPrometheusRetentionTime = constants.PrometheusDefaultRetentionTime
defaultVaultHost = ""
defaultVaultProtocol = "http"
Expand Down

0 comments on commit 8d2099a

Please sign in to comment.