diff --git a/charts/osm/Chart.yaml b/charts/osm/Chart.yaml index 42802e5fd3..d36f759c31 100644 --- a/charts/osm/Chart.yaml +++ b/charts/osm/Chart.yaml @@ -14,11 +14,11 @@ 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: 1.0.0-rc.3 +version: 1.0.0-rc.4 # 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: v1.0.0-rc.3 +appVersion: v1.0.0-rc.4 # This specifies the minimum Kubernetes version OSM is compatible with. kubeVersion: ">= 1.19.0-0" diff --git a/charts/osm/README.md b/charts/osm/README.md index b50d07a322..4a4a9475db 100644 --- a/charts/osm/README.md +++ b/charts/osm/README.md @@ -1,6 +1,6 @@ # Open Service Mesh Helm Chart -![Version: 1.0.0-rc.3](https://img.shields.io/badge/Version-1.0.0--rc.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0-rc.3](https://img.shields.io/badge/AppVersion-v1.0.0--rc.3-informational?style=flat-square) +![Version: 1.0.0-rc.4](https://img.shields.io/badge/Version-1.0.0--rc.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0-rc.4](https://img.shields.io/badge/AppVersion-v1.0.0--rc.4-informational?style=flat-square) A Helm chart to install the [OSM](https://github.com/openservicemesh/osm) control plane on Kubernetes. @@ -106,12 +106,12 @@ The following table lists the configurable parameters of the osm chart and their | osm.grafana.image | string | `"grafana/grafana:8.2.2"` | Image used for Grafana | | osm.grafana.port | int | `3000` | Grafana service's port | | osm.grafana.rendererImage | string | `"grafana/grafana-image-renderer:3.2.1"` | Image used for Grafana Renderer | -| osm.image.digest | object | `{"osmBootstrap":"sha256:c4ba7979b2eb8a5b4956fff2696d07cf36207ccbb619c1928006fe921234afef","osmCRDs":"sha256:150d6742c63931387c8f85a06857dc47a880e7a9a3272ee2db40ba7db5488355","osmController":"sha256:2920de0c9c1bb7edaf4c7b133193068b052f0a9335d635577cc3f2ebf823df1a","osmInjector":"sha256:ef8bff3b8b0596c37ee04c32dc1987e8270b483b67ed1bbf1cfc5f8e15bb8085","osmSidecarInit":"sha256:8727628bf266f27b717bf73c93ac6dc12a49ebffcd64376093362d009e8aed0a"}` | Image digest (defaults to latest compatible tag) | -| osm.image.digest.osmBootstrap | string | `"sha256:c4ba7979b2eb8a5b4956fff2696d07cf36207ccbb619c1928006fe921234afef"` | osm-boostrap's image digest | -| osm.image.digest.osmCRDs | string | `"sha256:150d6742c63931387c8f85a06857dc47a880e7a9a3272ee2db40ba7db5488355"` | osm-crds' image digest | -| osm.image.digest.osmController | string | `"sha256:2920de0c9c1bb7edaf4c7b133193068b052f0a9335d635577cc3f2ebf823df1a"` | osm-controller's image digest | -| osm.image.digest.osmInjector | string | `"sha256:ef8bff3b8b0596c37ee04c32dc1987e8270b483b67ed1bbf1cfc5f8e15bb8085"` | osm-injector's image digest | -| osm.image.digest.osmSidecarInit | string | `"sha256:8727628bf266f27b717bf73c93ac6dc12a49ebffcd64376093362d009e8aed0a"` | Sidecar init container's image digest | +| osm.image.digest | object | `{"osmBootstrap":"sha256:89fe0f6b92311985781cd4714fbc249b8e1b2b7dbdb3a838be3b88f4a2869437","osmCRDs":"sha256:11884c2ee751226193d0170b04f670a440c13915a704294d78ba66012b8ccc54","osmController":"sha256:2a86eb1fc3f8b07bc3a8add61cfd84d140ba78259965fe278fd6486fc56029b0","osmInjector":"sha256:eaff49a68f623e06493f196da0dcca0d0f70fbe28d8964c9af752b06a5fbdb3c","osmSidecarInit":"sha256:a76412bafd8a0bac101109b7a7fda7fbdf615d3a3595d71293d0b03911723ce8"}` | Image digest (defaults to latest compatible tag) | +| osm.image.digest.osmBootstrap | string | `"sha256:89fe0f6b92311985781cd4714fbc249b8e1b2b7dbdb3a838be3b88f4a2869437"` | osm-boostrap's image digest | +| osm.image.digest.osmCRDs | string | `"sha256:11884c2ee751226193d0170b04f670a440c13915a704294d78ba66012b8ccc54"` | osm-crds' image digest | +| osm.image.digest.osmController | string | `"sha256:2a86eb1fc3f8b07bc3a8add61cfd84d140ba78259965fe278fd6486fc56029b0"` | osm-controller's image digest | +| osm.image.digest.osmInjector | string | `"sha256:eaff49a68f623e06493f196da0dcca0d0f70fbe28d8964c9af752b06a5fbdb3c"` | osm-injector's image digest | +| osm.image.digest.osmSidecarInit | string | `"sha256:a76412bafd8a0bac101109b7a7fda7fbdf615d3a3595d71293d0b03911723ce8"` | Sidecar init container's image digest | | osm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | osm.image.registry | string | `"openservicemesh"` | Container image registry for control plane images | | osm.image.tag | string | `""` | Container image tag for control plane images | diff --git a/charts/osm/values.yaml b/charts/osm/values.yaml index d550ae755f..f90202537a 100644 --- a/charts/osm/values.yaml +++ b/charts/osm/values.yaml @@ -16,15 +16,15 @@ osm: # -- Image digest (defaults to latest compatible tag) digest: # -- osm-controller's image digest - osmController: "sha256:2920de0c9c1bb7edaf4c7b133193068b052f0a9335d635577cc3f2ebf823df1a" + osmController: "sha256:2a86eb1fc3f8b07bc3a8add61cfd84d140ba78259965fe278fd6486fc56029b0" # -- osm-injector's image digest - osmInjector: "sha256:ef8bff3b8b0596c37ee04c32dc1987e8270b483b67ed1bbf1cfc5f8e15bb8085" + osmInjector: "sha256:eaff49a68f623e06493f196da0dcca0d0f70fbe28d8964c9af752b06a5fbdb3c" # -- Sidecar init container's image digest - osmSidecarInit: "sha256:8727628bf266f27b717bf73c93ac6dc12a49ebffcd64376093362d009e8aed0a" + osmSidecarInit: "sha256:a76412bafd8a0bac101109b7a7fda7fbdf615d3a3595d71293d0b03911723ce8" # -- osm-crds' image digest - osmCRDs: "sha256:150d6742c63931387c8f85a06857dc47a880e7a9a3272ee2db40ba7db5488355" + osmCRDs: "sha256:11884c2ee751226193d0170b04f670a440c13915a704294d78ba66012b8ccc54" # -- osm-boostrap's image digest - osmBootstrap: "sha256:c4ba7979b2eb8a5b4956fff2696d07cf36207ccbb619c1928006fe921234afef" + osmBootstrap: "sha256:89fe0f6b92311985781cd4714fbc249b8e1b2b7dbdb3a838be3b88f4a2869437" # -- `osm-controller` image pull secret @@ -348,4 +348,4 @@ contour: # -- SMI configuration smi: # -- Enables validation of SMI Traffic Target - validateTrafficTarget: true \ No newline at end of file + validateTrafficTarget: true diff --git a/docs/example/manifests/apps/bookbuyer.yaml b/docs/example/manifests/apps/bookbuyer.yaml index dee3abd019..b3b9932434 100644 --- a/docs/example/manifests/apps/bookbuyer.yaml +++ b/docs/example/manifests/apps/bookbuyer.yaml @@ -31,7 +31,7 @@ spec: kubernetes.io/os: linux containers: - name: bookbuyer - image: openservicemesh/bookbuyer:v1.0.0-rc.3 + image: openservicemesh/bookbuyer:v1.0.0-rc.4 imagePullPolicy: Always command: ["/bookbuyer"] env: diff --git a/docs/example/manifests/apps/bookstore-v2.yaml b/docs/example/manifests/apps/bookstore-v2.yaml index 43c5bdfdcc..d5d88222c3 100644 --- a/docs/example/manifests/apps/bookstore-v2.yaml +++ b/docs/example/manifests/apps/bookstore-v2.yaml @@ -46,7 +46,7 @@ spec: kubernetes.io/os: linux containers: - name: bookstore - image: openservicemesh/bookstore:v1.0.0-rc.3 + image: openservicemesh/bookstore:v1.0.0-rc.4 imagePullPolicy: Always ports: - containerPort: 14001 diff --git a/docs/example/manifests/apps/bookstore.yaml b/docs/example/manifests/apps/bookstore.yaml index f245043e11..44500ae66e 100644 --- a/docs/example/manifests/apps/bookstore.yaml +++ b/docs/example/manifests/apps/bookstore.yaml @@ -46,7 +46,7 @@ spec: kubernetes.io/os: linux containers: - name: bookstore - image: openservicemesh/bookstore:v1.0.0-rc.3 + image: openservicemesh/bookstore:v1.0.0-rc.4 imagePullPolicy: Always ports: - containerPort: 14001 diff --git a/docs/example/manifests/apps/bookthief.yaml b/docs/example/manifests/apps/bookthief.yaml index dfcc19462d..7caa02aeeb 100644 --- a/docs/example/manifests/apps/bookthief.yaml +++ b/docs/example/manifests/apps/bookthief.yaml @@ -30,7 +30,7 @@ spec: kubernetes.io/os: linux containers: - name: bookthief - image: openservicemesh/bookthief:v1.0.0-rc.3 + image: openservicemesh/bookthief:v1.0.0-rc.4 imagePullPolicy: Always command: ["/bookthief"] env: diff --git a/docs/example/manifests/apps/bookwarehouse.yaml b/docs/example/manifests/apps/bookwarehouse.yaml index 78bb57b1db..89abe46774 100644 --- a/docs/example/manifests/apps/bookwarehouse.yaml +++ b/docs/example/manifests/apps/bookwarehouse.yaml @@ -47,6 +47,6 @@ spec: kubernetes.io/os: linux containers: - name: bookwarehouse - image: openservicemesh/bookwarehouse:v1.0.0-rc.3 + image: openservicemesh/bookwarehouse:v1.0.0-rc.4 imagePullPolicy: Always command: ["/bookwarehouse"] diff --git a/docs/example/manifests/meshconfig/mesh-config.yaml b/docs/example/manifests/meshconfig/mesh-config.yaml index c4b343267f..ffdf86f457 100644 --- a/docs/example/manifests/meshconfig/mesh-config.yaml +++ b/docs/example/manifests/meshconfig/mesh-config.yaml @@ -8,7 +8,7 @@ spec: logLevel: error maxDataPlaneConnections: 0 envoyImage: "envoyproxy/envoy-alpine@sha256:6502a637c6c5fba4d03d0672d878d12da4bcc7a0d0fb3f1d506982dde0039abd" - initContainerImage: "openservicemesh/init:v1.0.0-rc.3" + initContainerImage: "openservicemesh/init:v1.0.0-rc.4" configResyncInterval: "0s" traffic: enableEgress: false