Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>
  • Loading branch information
masayag committed Feb 7, 2024
1 parent 96ca13c commit 4352187
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions charts/workflows/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: mta
repository: file://charts/mta
version: 0.2.3
version: 0.2.4
- name: greeting
repository: file://charts/greeting
version: 0.2.2
- name: move2kube
repository: file://charts/move2kube
version: 0.2.2
digest: sha256:bd1f4d0e74ee34ab74d67a77115292cdffb2e6e40f6a228d4144f3e0f1850232
generated: "2024-02-06T17:08:37.837994257+01:00"
version: 0.2.3
digest: sha256:6353b9e11a61829fe7cd2b2331a381afb680d897c0340dc095e6db37ca06f727
generated: "2024-02-07T18:41:57.071824229+02:00"
6 changes: 3 additions & 3 deletions charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.2.4
version: 0.2.5

# 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
Expand All @@ -17,15 +17,15 @@ appVersion: "1.16.0"
dependencies:
- name: mta
repository: "file://charts/mta"
version: "0.2.3"
version: "0.2.4"
condition: mta.enabled
- name: greeting
repository: "file://charts/greeting"
version: "0.2.2"
condition: greeting.enabled
- name: move2kube
repository: "file://charts/move2kube"
version: "0.2.2"
version: "0.2.3"
condition: move2kube.enabled

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/workflows/charts/move2kube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.2.2
version: 0.2.3

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/workflows/charts/mta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.2.3
version: 0.2.4

# 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
Expand Down

0 comments on commit 4352187

Please sign in to comment.