Commit 1aedcb6 1 parent 59ef257 commit 1aedcb6 Copy full SHA for 1aedcb6
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.8.4-rc.1
18
+ version : 0.8.4
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : v0.8.4-rc.1
23
+ appVersion : v0.8.4
24
24
25
25
dependencies :
26
26
- name : osm
27
- version : " 0.8.4-rc.1 "
27
+ version : " 0.8.4"
28
28
repository : " https://openservicemesh.github.io/osm"
Original file line number Diff line number Diff line change 21
21
enablePrometheus : false
22
22
deployJaeger : false
23
23
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
25
25
osmcontroller :
26
26
podLabels : {
27
27
app.kubernetes.io/component : osm-controller
You can’t perform that action at this time.
0 commit comments