From 356fbe4bda8b02214e7cfd4eb72546cdce099dd9 Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Tue, 6 Feb 2024 17:09:14 +0100 Subject: [PATCH] Bump version after mta changes --- charts/workflows/Chart.lock | 6 +++--- charts/workflows/Chart.yaml | 4 ++-- charts/workflows/charts/mta/Chart.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/workflows/Chart.lock b/charts/workflows/Chart.lock index dadabb83..beff764e 100644 --- a/charts/workflows/Chart.lock +++ b/charts/workflows/Chart.lock @@ -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" diff --git a/charts/workflows/Chart.yaml b/charts/workflows/Chart.yaml index 0e670e50..96328170 100644 --- a/charts/workflows/Chart.yaml +++ b/charts/workflows/Chart.yaml @@ -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 @@ -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" diff --git a/charts/workflows/charts/mta/Chart.yaml b/charts/workflows/charts/mta/Chart.yaml index e638797e..cb395373 100644 --- a/charts/workflows/charts/mta/Chart.yaml +++ b/charts/workflows/charts/mta/Chart.yaml @@ -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