Skip to content

Commit 1aedcb6

Browse files
authored
Update to 0.8.4 (#101)
* Update to 0.8.4 Signed-off-by: nshankar13 <[email protected]> * Added step to install unzip * Add install jq step * Corrected spelling * Edit jq installation * Add -y to jq install * Removed additional installation steps
1 parent 59ef257 commit 1aedcb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/osm-arc/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ type: application
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.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.8.4-rc.1
18+
version: 0.8.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v0.8.4-rc.1
23+
appVersion: v0.8.4
2424

2525
dependencies:
2626
- name: osm
27-
version: "0.8.4-rc.1"
27+
version: "0.8.4"
2828
repository: "https://openservicemesh.github.io/osm"

charts/osm-arc/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ osm:
2121
enablePrometheus: false
2222
deployJaeger: false
2323
webhookConfigNamePrefix: arc-osm-webhook
24-
sidecarImage: mcr.microsoft.com/oss/envoyproxy/envoy:v1.17.2
24+
sidecarImage: mcr.microsoft.com/oss/envoyproxy/envoy:v1.17.3
2525
osmcontroller:
2626
podLabels: {
2727
app.kubernetes.io/component: osm-controller

0 commit comments

Comments
 (0)