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

Commit

Permalink
Update chart tags and readme for 0.6.0 (#2162)
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 8, 2020
1 parent ee39c0a commit 8515c09
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 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.5.0
version: 0.6.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.5.0
appVersion: v0.6.0-rc.1
29 changes: 17 additions & 12 deletions charts/osm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# osm

![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.2](https://img.shields.io/badge/AppVersion-v0.4.2-informational?style=flat-square)
![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)

A Helm chart to install the OSM control plane on Kubernetes

Expand All @@ -13,30 +13,34 @@ A Helm chart to install the OSM control plane on Kubernetes
| OpenServiceMesh.certmanager.issuerGroup | string | `"cert-manager"` | |
| OpenServiceMesh.certmanager.issuerKind | string | `"Issuer"` | |
| OpenServiceMesh.certmanager.issuerName | string | `"osm-ca"` | |
| OpenServiceMesh.connectVault | bool | `true` | |
| OpenServiceMesh.controllerLogLevel | string | `"trace"` | |
| OpenServiceMesh.deployGrafana | bool | `false` | |
| OpenServiceMesh.deployJaeger | bool | `true` | |
| OpenServiceMesh.deployPrometheus | bool | `false` | |
| OpenServiceMesh.enableBackpressureExperimental | bool | `false` | |
| OpenServiceMesh.enableDebugServer | bool | `false` | |
| OpenServiceMesh.enableEgress | bool | `false` | |
| OpenServiceMesh.deployGrafana | bool | `false` | |
| OpenServiceMesh.enableFluentbit | bool | `false` | |
| OpenServiceMesh.enablePermissiveTrafficPolicy | bool | `false` | |
| OpenServiceMesh.deployPrometheus | bool | `false` | |
| OpenServiceMesh.enablePrometheusScraping | bool | `true` | Cannot be false if `deployPrometheus` is true |
| OpenServiceMesh.enablePrometheusScraping | bool | `true` | |
| OpenServiceMesh.enforceSingleMesh | bool | `false` | |
| OpenServiceMesh.envoyLogLevel | string | `"error"` | |
| OpenServiceMesh.fluentBit.enableProxySupport | bool | `false` | |
| OpenServiceMesh.fluentBit.httpProxy | string | `""` | |
| OpenServiceMesh.fluentBit.httpsProxy | string | `""` | |
| OpenServiceMesh.fluentBit.name | string | `"fluentbit-logger"` | |
| OpenServiceMesh.fluentBit.outputPlugin | string | `"stdout"` | |
| OpenServiceMesh.fluentBit.primaryKey | string | `""` | |
| OpenServiceMesh.fluentBit.pullPolicy | string | `"IfNotPresent"` | |
| OpenServiceMesh.fluentBit.registry | string | `"fluent"` | |
| OpenServiceMesh.fluentBit.tag | string | `"1.6.4"` | |
| OpenServiceMesh.fluentBit.pullPolicy | string | `"IfNotPresent"` | |
| OpenServiceMesh.fluentBit.outputPlugin | string | `"stdout"` | |
| OpenServiceMesh.fluentBit.workspaceId | string | `""` | |
| OpenServiceMesh.fluentBit.primaryKey | string | `""` | |
| OpenServiceMesh.fluentBit.enableProxySupport | bool | `"false"` | |
| OpenServiceMesh.fluentBit.httpProxy | string | `""` | |
| OpenServiceMesh.fluentBit.httpsProxy | string | `""` | |
| OpenServiceMesh.grafana.enableRemoteRendering | bool | `false` | |
| OpenServiceMesh.grafana.port | int | `3000` | |
| OpenServiceMesh.image.pullPolicy | string | `"IfNotPresent"` | |
| OpenServiceMesh.image.registry | string | `"openservicemesh"` | |
| OpenServiceMesh.image.tag | string | `"v0.4.2"` | |
| OpenServiceMesh.image.tag | string | `"v0.6.0-rc.1"` | |
| OpenServiceMesh.imagePullSecrets | list | `[]` | |
| OpenServiceMesh.meshName | string | `"osm"` | |
| OpenServiceMesh.prometheus.port | int | `7070` | |
Expand All @@ -53,4 +57,5 @@ A Helm chart to install the OSM control plane on Kubernetes
| OpenServiceMesh.vault.protocol | string | `"http"` | |
| OpenServiceMesh.vault.role | string | `"openservicemesh"` | |
| OpenServiceMesh.vault.token | string | `nil` | |
| OpenServiceMesh.enforceSingleMesh | bool | `"false"` | |
| OpenServiceMesh.webhookConfigNamePrefix | string | `"osm-webhook"` | |

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.5.0
tag: v0.6.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 @@ -63,7 +63,7 @@ const (
defaultContainerRegistrySecret = ""
defaultMeshName = "osm"
defaultOsmImagePullPolicy = "IfNotPresent"
defaultOsmImageTag = "v0.5.0"
defaultOsmImageTag = "v0.6.0-rc.1"
defaultPrometheusRetentionTime = constants.PrometheusDefaultRetentionTime
defaultVaultHost = ""
defaultVaultProtocol = "http"
Expand Down

0 comments on commit 8515c09

Please sign in to comment.