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 Jan 10, 2024
1 parent 939b0a6 commit 3945d93
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 83 deletions.
7 changes: 2 additions & 5 deletions charts/identity-service/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ dependencies:
- name: identity-api
repository: ""
version: 1.0.1
- name: identity-gatekeeper
repository: https://eoepca.github.io/helm-charts/
version: 1.0.2
- name: identity-api-gatekeeper
repository: ""
version: 1.0.1
digest: sha256:aa3603081226b189143fa19ef1b943ac83cded66ee2f8e7f600640ddcf7d8589
generated: "2024-01-09T16:55:15.676225271Z"
digest: sha256:f5835b39ba8985d01dcbea7b0033bef8b4c6a0f841669db14df609fea45cd638
generated: "2024-01-10T11:25:10.571713758Z"
6 changes: 1 addition & 5 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.83
version: 1.0.84

# 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 @@ -33,10 +33,6 @@ dependencies:
- name: identity-api
condition: identity-api.enabled
version: 1.0.1
- name: identity-gatekeeper
condition: identity-gatekeeper.enabled
version: 1.0.2
repository: "https://eoepca.github.io/helm-charts/"
- name: identity-api-gatekeeper
condition: identity-api-gatekeeper.enabled
version: 1.0.1
47 changes: 0 additions & 47 deletions charts/identity-service/dummy-service-ingress.yaml

This file was deleted.

46 changes: 20 additions & 26 deletions charts/identity-service/values.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
identity-postgres:
enabled: true
deployment:
image:
repository: postgres
pullPolicy: IfNotPresent
enabled: true
deployment:
image:
repository: postgres
pullPolicy: IfNotPresent
identity-keycloak:
enabled: true
deployment:
image:
repository: quay.io/keycloak/keycloak
pullPolicy: IfNotPresent
enabled: true
deployment:
image:
repository: quay.io/keycloak/keycloak
pullPolicy: IfNotPresent
identity-api:
enabled: true
deployment:
image:
repository: ghcr.io/eoepca/um-identity-api
pullPolicy: IfNotPresent
enabled: true
deployment:
image:
repository: ghcr.io/eoepca/um-identity-api
pullPolicy: IfNotPresent
identity-api-gatekeeper:
enabled: true
deployment:
image:
repository: quay.io/gogatekeeper/gatekeeper
pullPolicy: IfNotPresent
identity-gatekeeper:
enabled: true
deployment:
image:
repository: quay.io/gogatekeeper/gatekeeper
pullPolicy: IfNotPresent
enabled: true
deployment:
image:
repository: quay.io/gogatekeeper/gatekeeper
pullPolicy: IfNotPresent

0 comments on commit 3945d93

Please sign in to comment.