diff --git a/charts/identity-service/Chart.lock b/charts/identity-service/Chart.lock index 9449f25..98d5322 100644 --- a/charts/identity-service/Chart.lock +++ b/charts/identity-service/Chart.lock @@ -7,9 +7,9 @@ dependencies: version: 1.0.2 - name: identity-api repository: "" - version: 1.0.4 + version: 1.0.5 - name: identity-gatekeeper repository: https://eoepca.github.io/helm-charts/ version: 1.0.11 -digest: sha256:d726455871cd7b36d3c78fe32ba263a08afb6b30430b189982e09550897ec918 -generated: "2024-02-23T17:20:07.273882543Z" +digest: sha256:25f43fa3d22012e8531db0c606e96866e5bc1b4be1652c0c007e4ca9762849a3 +generated: "2024-02-26T08:46:27.883045538Z" diff --git a/charts/identity-service/Chart.yaml b/charts/identity-service/Chart.yaml index f75ec8d..69878af 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.95 +version: 1.0.96 # 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,7 +32,7 @@ dependencies: version: 1.0.2 - name: identity-api condition: identity-api.enabled - version: 1.0.4 + version: 1.0.5 - name: identity-gatekeeper condition: identity-gatekeeper.enabled version: 1.0.11 diff --git a/charts/identity-service/charts/identity-api/Chart.yaml b/charts/identity-service/charts/identity-api/Chart.yaml index 41cbe54..a750955 100644 --- a/charts/identity-service/charts/identity-api/Chart.yaml +++ b/charts/identity-service/charts/identity-api/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: 1.0.4 +version: 1.0.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 diff --git a/charts/identity-service/charts/identity-api/values.yaml b/charts/identity-service/charts/identity-api/values.yaml index ab5d57d..4f4f088 100644 --- a/charts/identity-service/charts/identity-api/values.yaml +++ b/charts/identity-service/charts/identity-api/values.yaml @@ -119,5 +119,5 @@ configMap: authServerUrl: null secrets: - optional: true + optional: false adminPassword: null