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

Commit

Permalink
Update readme for 0.6.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Sanya Kochhar <[email protected]>
  • Loading branch information
SanyaKochhar committed Jan 11, 2021
1 parent c79e623 commit e3356c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.6.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.6.0
appVersion: v0.6.1
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](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)
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.1](https://img.shields.io/badge/AppVersion-v0.6.1-informational?style=flat-square)

A Helm chart to install the OSM control plane on Kubernetes

Expand Down Expand Up @@ -41,7 +41,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"` | |
| OpenServiceMesh.image.tag | string | `"v0.6.1"` | |
| 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
tag: v0.6.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 @@ -63,7 +63,7 @@ const (
defaultContainerRegistrySecret = ""
defaultMeshName = "osm"
defaultOsmImagePullPolicy = "IfNotPresent"
defaultOsmImageTag = "v0.6.0"
defaultOsmImageTag = "v0.6.1"
defaultPrometheusRetentionTime = constants.PrometheusDefaultRetentionTime
defaultVaultHost = ""
defaultVaultProtocol = "http"
Expand Down

0 comments on commit e3356c5

Please sign in to comment.