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

Commit

Permalink
cut v1.1.0 (#4652)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <[email protected]>
  • Loading branch information
schristoff authored Apr 14, 2022
1 parent 11d0c2d commit a23afae
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions charts/osm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0-rc.1
version: 1.1.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: v1.1.0-rc.1
appVersion: v1.1.0

# This specifies the minimum Kubernetes version OSM is compatible with.
kubeVersion: ">= 1.20.0-0"
Expand Down
18 changes: 9 additions & 9 deletions charts/osm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open Service Mesh Helm Chart

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

A Helm chart to install the [OSM](https://github.com/openservicemesh/osm) control plane on Kubernetes.

Expand Down Expand Up @@ -106,14 +106,14 @@ 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:6b1cbe1ba00c5d3c1ae0b2355b48e8efbcc44ce0a9c79324c36f3b1e43a54d61","osmCRDs":"sha256:f5963ed9c41ad88f6be14d236d9aae5ec3f333a388ad4a992ff0afc9f374951d","osmController":"sha256:afe9bac0cd67018cff956c4fa1bd1fd8792ffa7938e978a16f772f9fdb4f94f5","osmHealthcheck":"sha256:b9caaa6926a8d7e6ca6f5551808d1c572ddcb7dc596fb039bdb326ade4539496","osmInjector":"sha256:a6d688b3b2777a10b702b947528cb19e5a61ebca675b51d19457a96fd105d640","osmPreinstall":"sha256:704b1c8af9918b61585b3d7157acee28ff4dc1ecfd3d1b210b80cb688986f177","osmSidecarInit":"sha256:f87c4cf91b8ff6721133dce7ae889504b1061935a4d7b010f818b62b39268817"}` | Image digest (defaults to latest compatible tag) |
| osm.image.digest.osmBootstrap | string | `"sha256:6b1cbe1ba00c5d3c1ae0b2355b48e8efbcc44ce0a9c79324c36f3b1e43a54d61"` | osm-boostrap's image digest |
| osm.image.digest.osmCRDs | string | `"sha256:f5963ed9c41ad88f6be14d236d9aae5ec3f333a388ad4a992ff0afc9f374951d"` | osm-crds' image digest |
| osm.image.digest.osmController | string | `"sha256:afe9bac0cd67018cff956c4fa1bd1fd8792ffa7938e978a16f772f9fdb4f94f5"` | osm-controller's image digest |
| osm.image.digest.osmHealthcheck | string | `"sha256:b9caaa6926a8d7e6ca6f5551808d1c572ddcb7dc596fb039bdb326ade4539496"` | osm-healthcheck's image digest |
| osm.image.digest.osmInjector | string | `"sha256:a6d688b3b2777a10b702b947528cb19e5a61ebca675b51d19457a96fd105d640"` | osm-injector's image digest |
| osm.image.digest.osmPreinstall | string | `"sha256:704b1c8af9918b61585b3d7157acee28ff4dc1ecfd3d1b210b80cb688986f177"` | osm-preinstall's image digest |
| osm.image.digest.osmSidecarInit | string | `"sha256:f87c4cf91b8ff6721133dce7ae889504b1061935a4d7b010f818b62b39268817"` | Sidecar init container's image digest |
| osm.image.digest | object | `{"osmBootstrap":"sha256:a21737b77f0ba72a0bbb050f4b78170cf021f90e81050a0a775f1935ab5c6991","osmCRDs":"sha256:2e0534c5069a49e752a59f03cdbb27a639dd7ee696db56cea3e475a3f5a6be35","osmController":"sha256:8a8a67ebe34eab020235c9f06020faa1604e9bb35476ee96bba5da0d5ef7b339","osmHealthcheck":"sha256:84a95a78f703ffeb26d6236d3a6e5a0b8ec729105f4ee633821b71f8933b6098","osmInjector":"sha256:77559ba5b196489325b3e22e1dd1b33e9b7793896226a3a5de659184bee17908","osmPreinstall":"sha256:9076f91ad67f8bb0a85f2a676a554cc05d44f0aee1d83c24e7b7e3394ccc9f6b","osmSidecarInit":"sha256:5f38deeb1c76a6d3fcde42c8c3415fa0b702c2a1fc059cfbef5a39f1b69296dc"}` | Image digest (defaults to latest compatible tag) |
| osm.image.digest.osmBootstrap | string | `"sha256:a21737b77f0ba72a0bbb050f4b78170cf021f90e81050a0a775f1935ab5c6991"` | osm-boostrap's image digest |
| osm.image.digest.osmCRDs | string | `"sha256:2e0534c5069a49e752a59f03cdbb27a639dd7ee696db56cea3e475a3f5a6be35"` | osm-crds' image digest |
| osm.image.digest.osmController | string | `"sha256:8a8a67ebe34eab020235c9f06020faa1604e9bb35476ee96bba5da0d5ef7b339"` | osm-controller's image digest |
| osm.image.digest.osmHealthcheck | string | `"sha256:84a95a78f703ffeb26d6236d3a6e5a0b8ec729105f4ee633821b71f8933b6098"` | osm-healthcheck's image digest |
| osm.image.digest.osmInjector | string | `"sha256:77559ba5b196489325b3e22e1dd1b33e9b7793896226a3a5de659184bee17908"` | osm-injector's image digest |
| osm.image.digest.osmPreinstall | string | `"sha256:9076f91ad67f8bb0a85f2a676a554cc05d44f0aee1d83c24e7b7e3394ccc9f6b"` | osm-preinstall's image digest |
| osm.image.digest.osmSidecarInit | string | `"sha256:5f38deeb1c76a6d3fcde42c8c3415fa0b702c2a1fc059cfbef5a39f1b69296dc"` | Sidecar init container's image digest |
| osm.image.name | object | `{"osmBootstrap":"osm-bootstrap","osmCRDs":"osm-crds","osmController":"osm-controller","osmHealthcheck":"osm-healthcheck","osmInjector":"osm-injector","osmPreinstall":"osm-preinstall","osmSidecarInit":"init"}` | Image name defaults |
| osm.image.name.osmBootstrap | string | `"osm-bootstrap"` | osm-boostrap's image name |
| osm.image.name.osmCRDs | string | `"osm-crds"` | osm-crds' image name |
Expand Down
14 changes: 7 additions & 7 deletions charts/osm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ osm:
# -- Image digest (defaults to latest compatible tag)
digest:
# -- osm-controller's image digest
osmController: "sha256:afe9bac0cd67018cff956c4fa1bd1fd8792ffa7938e978a16f772f9fdb4f94f5"
osmController: "sha256:8a8a67ebe34eab020235c9f06020faa1604e9bb35476ee96bba5da0d5ef7b339"
# -- osm-injector's image digest
osmInjector: "sha256:a6d688b3b2777a10b702b947528cb19e5a61ebca675b51d19457a96fd105d640"
osmInjector: "sha256:77559ba5b196489325b3e22e1dd1b33e9b7793896226a3a5de659184bee17908"
# -- Sidecar init container's image digest
osmSidecarInit: "sha256:f87c4cf91b8ff6721133dce7ae889504b1061935a4d7b010f818b62b39268817"
osmSidecarInit: "sha256:5f38deeb1c76a6d3fcde42c8c3415fa0b702c2a1fc059cfbef5a39f1b69296dc"
# -- osm-crds' image digest
osmCRDs: "sha256:f5963ed9c41ad88f6be14d236d9aae5ec3f333a388ad4a992ff0afc9f374951d"
osmCRDs: "sha256:2e0534c5069a49e752a59f03cdbb27a639dd7ee696db56cea3e475a3f5a6be35"
# -- osm-boostrap's image digest
osmBootstrap: "sha256:6b1cbe1ba00c5d3c1ae0b2355b48e8efbcc44ce0a9c79324c36f3b1e43a54d61"
osmBootstrap: "sha256:a21737b77f0ba72a0bbb050f4b78170cf021f90e81050a0a775f1935ab5c6991"
# -- osm-preinstall's image digest
osmPreinstall: "sha256:704b1c8af9918b61585b3d7157acee28ff4dc1ecfd3d1b210b80cb688986f177"
osmPreinstall: "sha256:9076f91ad67f8bb0a85f2a676a554cc05d44f0aee1d83c24e7b7e3394ccc9f6b"
# -- osm-healthcheck's image digest
osmHealthcheck: "sha256:b9caaa6926a8d7e6ca6f5551808d1c572ddcb7dc596fb039bdb326ade4539496"
osmHealthcheck: "sha256:84a95a78f703ffeb26d6236d3a6e5a0b8ec729105f4ee633821b71f8933b6098"


# -- `osm-controller` image pull secret
Expand Down

0 comments on commit a23afae

Please sign in to comment.