Skip to content

Commit 696647c

Browse files
authored
chore: update opertor version in helm to latest (#4223)
Signed-off-by: Anant Sharma <[email protected]>
1 parent 165d757 commit 696647c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/cloud/helm/platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version: 0.7.0
2323
home: https://nvidia.com
2424
dependencies:
2525
- name: dynamo-operator
26-
version: 0.6.1
26+
version: 0.7.0
2727
repository: file://components/operator
2828
condition: dynamo-operator.enabled
2929
- name: nats

deploy/cloud/helm/platform/components/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ type: application
2727
# This is the chart version. This version number should be incremented each time you make changes
2828
# to the chart and its templates, including the app version.
2929
# Versions are expected to follow Semantic Versioning (https://semver.org/)
30-
version: 0.6.1
30+
version: 0.7.0
3131
# This is the version number of the application being deployed. This version number should be
3232
# incremented each time you make changes to the application. Versions are not expected to
3333
# follow Semantic Versioning. They should reflect the version the application is using.
3434
# It is recommended to use it with quotes.
35-
appVersion: "0.6.1"
35+
appVersion: "0.7.0"

0 commit comments

Comments
 (0)