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 26, 2024
1 parent faa6362 commit b1d651d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.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"
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.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
Expand All @@ -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
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.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
Expand Down
2 changes: 1 addition & 1 deletion charts/identity-service/charts/identity-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ configMap:
authServerUrl: null

secrets:
optional: true
optional: false
adminPassword: null

0 comments on commit b1d651d

Please sign in to comment.