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