Skip to content

Commit

Permalink
Bump version after mta changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache authored and masayag committed Feb 6, 2024
1 parent 51b132e commit 356fbe4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.2
version: 0.2.3
- name: greeting
repository: file://charts/greeting
version: 0.2.2
- name: move2kube
repository: file://charts/move2kube
version: 0.2.2
digest: sha256:05f1835b237f6a676be16d0403ea53148eb975c569dce3771735b7061163849c
generated: "2024-02-05T16:53:59.623505856+02:00"
digest: sha256:bd1f4d0e74ee34ab74d67a77115292cdffb2e6e40f6a228d4144f3e0f1850232
generated: "2024-02-06T17:08:37.837994257+01:00"
4 changes: 2 additions & 2 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.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 All @@ -17,7 +17,7 @@ appVersion: "1.16.0"
dependencies:
- name: mta
repository: "file://charts/mta"
version: "0.2.2"
version: "0.2.3"
condition: mta.enabled
- name: greeting
repository: "file://charts/greeting"
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.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

0 comments on commit 356fbe4

Please sign in to comment.