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

Commit d40f9b8

Browse files
authored
update release versions and image digests (#4886)
* update release versions and image digests Signed-off-by: Sean Teeling <[email protected]>
1 parent 1da753b commit d40f9b8

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

charts/osm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.1.1
17+
version: 1.2.0-rc.1
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: latest-main
21+
appVersion: v1.2.0-rc.1
2222

2323
# This specifies the minimum Kubernetes version OSM is compatible with.
2424
kubeVersion: ">= 1.22.9-0"

charts/osm/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Open Service Mesh Helm Chart
22

3-
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest-main](https://img.shields.io/badge/AppVersion-latest--main-informational?style=flat-square)
3+
![Version: 1.2.0-rc.1](https://img.shields.io/badge/Version-1.2.0--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.0-rc.1](https://img.shields.io/badge/AppVersion-v1.2.0--rc.1-informational?style=flat-square)
44

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

@@ -127,14 +127,14 @@ The following table lists the configurable parameters of the osm chart and their
127127
| osm.grafana.port | int | `3000` | Grafana service's port |
128128
| osm.grafana.rendererImage | string | `"grafana/grafana-image-renderer:3.2.1"` | Image used for Grafana Renderer |
129129
| osm.grafana.tolerations | list | `[]` | Node tolerations applied to control plane pods. The specified tolerations allow pods to schedule onto nodes with matching taints. |
130-
| osm.image.digest | object | `{"osmBootstrap":"","osmCRDs":"","osmController":"","osmHealthcheck":"","osmInjector":"","osmPreinstall":"","osmSidecarInit":""}` | Image digest (defaults to latest compatible tag) |
131-
| osm.image.digest.osmBootstrap | string | `""` | osm-boostrap's image digest |
132-
| osm.image.digest.osmCRDs | string | `""` | osm-crds' image digest |
133-
| osm.image.digest.osmController | string | `""` | osm-controller's image digest |
134-
| osm.image.digest.osmHealthcheck | string | `""` | osm-healthcheck's image digest |
135-
| osm.image.digest.osmInjector | string | `""` | osm-injector's image digest |
136-
| osm.image.digest.osmPreinstall | string | `""` | osm-preinstall's image digest |
137-
| osm.image.digest.osmSidecarInit | string | `""` | Sidecar init container's image digest |
130+
| osm.image.digest | object | `{"osmBootstrap":"sha256:21bb2db4a02f05abf5f8c5a6a3fa6b3deb71b0a87ec0d5d31a11522dcff6131a","osmCRDs":"sha256:27582980e1fc9d70c49d827ed4eded4b3b38109f737e4acd9c3f91af60cd0f99","osmController":"sha256:7ed241c53a71fd82fabcd2be261b76c0e371e75b2a2e523ee33092adad4c8247","osmHealthcheck":"sha256:4f3e1581cfec36d7d1f56c67a5b5433dab78b2e4bb01f72bba8814d8c1e1577c","osmInjector":"sha256:6edd18238335ebfab9e3984d9a0ae0b202542e996b600a9b502d963a319bec2b","osmPreinstall":"sha256:d5cd6b1f9960690f80825418e046bb3b3ae4770454d28b13ea0cfebeab551925","osmSidecarInit":"sha256:38825f27c183d166872bf0fbf3b9f0952d76d0190be28ebe04a2b0c58dcafd48"}` | Image digest (defaults to latest compatible tag) |
131+
| osm.image.digest.osmBootstrap | string | `"sha256:21bb2db4a02f05abf5f8c5a6a3fa6b3deb71b0a87ec0d5d31a11522dcff6131a"` | osm-boostrap's image digest |
132+
| osm.image.digest.osmCRDs | string | `"sha256:27582980e1fc9d70c49d827ed4eded4b3b38109f737e4acd9c3f91af60cd0f99"` | osm-crds' image digest |
133+
| osm.image.digest.osmController | string | `"sha256:7ed241c53a71fd82fabcd2be261b76c0e371e75b2a2e523ee33092adad4c8247"` | osm-controller's image digest |
134+
| osm.image.digest.osmHealthcheck | string | `"sha256:4f3e1581cfec36d7d1f56c67a5b5433dab78b2e4bb01f72bba8814d8c1e1577c"` | osm-healthcheck's image digest |
135+
| osm.image.digest.osmInjector | string | `"sha256:6edd18238335ebfab9e3984d9a0ae0b202542e996b600a9b502d963a319bec2b"` | osm-injector's image digest |
136+
| osm.image.digest.osmPreinstall | string | `"sha256:d5cd6b1f9960690f80825418e046bb3b3ae4770454d28b13ea0cfebeab551925"` | osm-preinstall's image digest |
137+
| osm.image.digest.osmSidecarInit | string | `"sha256:38825f27c183d166872bf0fbf3b9f0952d76d0190be28ebe04a2b0c58dcafd48"` | Sidecar init container's image digest |
138138
| 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 |
139139
| osm.image.name.osmBootstrap | string | `"osm-bootstrap"` | osm-boostrap's image name |
140140
| osm.image.name.osmCRDs | string | `"osm-crds"` | osm-crds' image name |
@@ -145,7 +145,7 @@ The following table lists the configurable parameters of the osm chart and their
145145
| osm.image.name.osmSidecarInit | string | `"init"` | Sidecar init container's image name |
146146
| osm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers |
147147
| osm.image.registry | string | `"openservicemesh"` | Container image registry for control plane images |
148-
| osm.image.tag | string | `"latest-main"` | Container image tag for control plane images |
148+
| osm.image.tag | string | `""` | Container image tag for control plane images |
149149
| osm.imagePullSecrets | list | `[]` | `osm-controller` image pull secret |
150150
| osm.inboundPortExclusionList | list | `[]` | Specifies a global list of ports to exclude from inbound traffic interception by the sidecar proxy. If specified, must be a list of positive integers. |
151151
| osm.injector.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key | string | `"kubernetes.io/os"` | |

charts/osm/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ osm:
1212
# -- Container image pull policy for control plane containers
1313
pullPolicy: IfNotPresent
1414
# -- Container image tag for control plane images
15-
tag: "latest-main"
15+
tag: ""
1616
# -- Image name defaults
1717
name:
1818
# -- osm-controller's image name
@@ -32,19 +32,19 @@ osm:
3232
# -- Image digest (defaults to latest compatible tag)
3333
digest:
3434
# -- osm-controller's image digest
35-
osmController: ""
35+
osmController: sha256:7ed241c53a71fd82fabcd2be261b76c0e371e75b2a2e523ee33092adad4c8247
3636
# -- osm-injector's image digest
37-
osmInjector: ""
37+
osmInjector: sha256:6edd18238335ebfab9e3984d9a0ae0b202542e996b600a9b502d963a319bec2b
3838
# -- Sidecar init container's image digest
39-
osmSidecarInit: ""
39+
osmSidecarInit: sha256:38825f27c183d166872bf0fbf3b9f0952d76d0190be28ebe04a2b0c58dcafd48
4040
# -- osm-crds' image digest
41-
osmCRDs: ""
41+
osmCRDs: sha256:27582980e1fc9d70c49d827ed4eded4b3b38109f737e4acd9c3f91af60cd0f99
4242
# -- osm-boostrap's image digest
43-
osmBootstrap: ""
43+
osmBootstrap: sha256:21bb2db4a02f05abf5f8c5a6a3fa6b3deb71b0a87ec0d5d31a11522dcff6131a
4444
# -- osm-preinstall's image digest
45-
osmPreinstall: ""
45+
osmPreinstall: sha256:d5cd6b1f9960690f80825418e046bb3b3ae4770454d28b13ea0cfebeab551925
4646
# -- osm-healthcheck's image digest
47-
osmHealthcheck: ""
47+
osmHealthcheck: sha256:4f3e1581cfec36d7d1f56c67a5b5433dab78b2e4bb01f72bba8814d8c1e1577c
4848

4949

5050
# -- `osm-controller` image pull secret

tests/e2e/e2e_upgrade_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var _ = OSMDescribe("Upgrade from latest",
4949
// release branches, it should specify the most recent patch of the
5050
// previous minor release. e.g. on the release-v1.0 branch, this
5151
// should be "0.11".
52-
i.Version = ">0.0.0-0"
52+
i.Version = "1.1"
5353
i.Namespace = Td.OsmNamespace
5454
i.Wait = true
5555
i.ReleaseName = releaseName

0 commit comments

Comments
 (0)