Skip to content

Commit

Permalink
app mobility version bump (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhatdell committed Mar 20, 2024
1 parent 072411a commit 033367d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/csm-application-mobility/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.0"
appVersion: "0.4.0"

dependencies:
- name: cert-manager
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-application-mobility/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
pullPolicy: IfNotPresent

controller:
image: dellemc/csm-application-mobility-controller:v0.3.0
image: dellemc/csm-application-mobility-controller:v0.4.0

# csm-application-mobility requires cert-manager. If cert-manager is not already present in cluster, set enabled to true to install it too.
cert-manager:
Expand Down Expand Up @@ -70,7 +70,7 @@ velero:

initContainers:
- name: dell-custom-velero-plugin
image: dellemc/csm-application-mobility-velero-plugin:v0.3.0
image: dellemc/csm-application-mobility-velero-plugin:v0.4.0
volumeMounts:
- mountPath: /target
name: plugins
Expand Down

0 comments on commit 033367d

Please sign in to comment.