From 595d01e5562982005407d34578f456dd7499acc6 Mon Sep 17 00:00:00 2001 From: daniel-pimenta-DME Date: Tue, 27 Feb 2024 10:07:30 +0000 Subject: [PATCH] Commit triggered by a change on the main branch of helm-charts-dev --- charts/identity-service/Chart.yaml | 6 +++--- charts/identity-service/charts/identity-api/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/identity-service/Chart.yaml b/charts/identity-service/Chart.yaml index 69878af..cca9496 100644 --- a/charts/identity-service/Chart.yaml +++ b/charts/identity-service/Chart.yaml @@ -16,7 +16,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: 1.0.96 +version: 1.0.97 # 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 @@ -32,9 +32,9 @@ dependencies: version: 1.0.2 - name: identity-api condition: identity-api.enabled - version: 1.0.5 + version: 1.0.6 - name: identity-gatekeeper condition: identity-gatekeeper.enabled version: 1.0.11 repository: "https://eoepca.github.io/helm-charts/" - alias: identity-api-gatekeeper + alias: identity-api-gatekeeper \ No newline at end of file diff --git a/charts/identity-service/charts/identity-api/Chart.yaml b/charts/identity-service/charts/identity-api/Chart.yaml index a750955..5300f99 100644 --- a/charts/identity-service/charts/identity-api/Chart.yaml +++ b/charts/identity-service/charts/identity-api/Chart.yaml @@ -15,10 +15,10 @@ 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: 1.0.5 +version: 1.0.6 # 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: "v1.0.17" +appVersion: "v1.0.18" \ No newline at end of file