diff --git a/charts/identity-service/Chart.lock b/charts/identity-service/Chart.lock index a2cef19..9449f25 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.3 + version: 1.0.4 - name: identity-gatekeeper repository: https://eoepca.github.io/helm-charts/ version: 1.0.11 -digest: sha256:8053eecc259d88fee0d8f8be3e6133be1cc45603dd8679149a38808a265cf52f -generated: "2024-02-23T14:25:27.937715181Z" +digest: sha256:d726455871cd7b36d3c78fe32ba263a08afb6b30430b189982e09550897ec918 +generated: "2024-02-23T17:20:07.273882543Z" diff --git a/charts/identity-service/Chart.yaml b/charts/identity-service/Chart.yaml index 26822f3..f75ec8d 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.94 +version: 1.0.95 # 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.3 + version: 1.0.4 - 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 f0a86a9..41cbe54 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.3 +version: 1.0.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 diff --git a/charts/identity-service/charts/identity-api/templates/deployment.yaml b/charts/identity-service/charts/identity-api/templates/deployment.yaml index b8d1afb..407cb6b 100644 --- a/charts/identity-service/charts/identity-api/templates/deployment.yaml +++ b/charts/identity-service/charts/identity-api/templates/deployment.yaml @@ -44,8 +44,10 @@ spec: {{- end }} - configMapRef: name: {{ include "identity-api.name" . }} + optional: {{ .Values.configMap.optional }} - secretRef: name: {{ include "identity-api.name" . }} + optional: {{ .Values.secrets.optional }} ports: - name: http containerPort: {{ .Values.deployment.containerPort }} diff --git a/charts/identity-service/charts/identity-api/values.yaml b/charts/identity-service/charts/identity-api/values.yaml index c47dc37..ab5d57d 100644 --- a/charts/identity-service/charts/identity-api/values.yaml +++ b/charts/identity-service/charts/identity-api/values.yaml @@ -115,7 +115,9 @@ serviceAccount: name: "" configMap: - # authServerUrl: https://identity.keycloak.myplatform.eoepca.org + optional: true + authServerUrl: null secrets: - # adminPassword: "changeme" + optional: true + adminPassword: null