Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Feb 23, 2024
1 parent 3ea0a74 commit faa6362
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/identity-service/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/identity-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/identity-service/charts/identity-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 4 additions & 2 deletions charts/identity-service/charts/identity-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit faa6362

Please sign in to comment.