Commit af08705 1 parent 2621824 commit af08705 Copy full SHA for af08705
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 : 1.0.0-rc.4
18
+ version : 1.0.0
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 : v1.0.0-rc.4
23
+ appVersion : v1.0.0
24
24
25
25
dependencies :
26
26
- name : osm
27
- version : " 1.0.0-rc.4 "
27
+ version : " 1.0.0"
28
28
repository : " https://openservicemesh.github.io/osm"
Original file line number Diff line number Diff line change 17
17
enablePermissiveTrafficPolicy : true
18
18
image :
19
19
registry : mcr.microsoft.com/oss/openservicemesh
20
- tag : v1.0.0-rc.4
20
+ tag : v1.0.0
21
21
enforceSingleMesh : true
22
22
enableReconciler : true
23
23
deployPrometheus : false
You can’t perform that action at this time.
0 commit comments