Skip to content

Commit af08705

Browse files
authored
Update verion to 1.0.0 (#141)
Signed-off-by: nshankar13 <[email protected]>
1 parent 2621824 commit af08705

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: 1.0.0-rc.4
18+
version: 1.0.0
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: v1.0.0-rc.4
23+
appVersion: v1.0.0
2424

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

charts/osm-arc/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ osm:
1717
enablePermissiveTrafficPolicy: true
1818
image:
1919
registry: mcr.microsoft.com/oss/openservicemesh
20-
tag: v1.0.0-rc.4
20+
tag: v1.0.0
2121
enforceSingleMesh: true
2222
enableReconciler: true
2323
deployPrometheus: false

0 commit comments

Comments
 (0)