Skip to content

Commit

Permalink
chore(localdev): update init container for keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Jan 24, 2024
1 parent 4161564 commit c93f12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/localdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ centralidp:
- name: shared-certs
mountPath: "/opt/bitnami/keycloak/certs"
- name: import
image: tractusx/portal-iam:v1.2.0
image: tractusx/portal-iam:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -314,7 +314,7 @@ sharedidp:
- name: shared-certs
mountPath: "/opt/bitnami/keycloak/certs"
- name: import
image: tractusx/portal-iam:v1.2.0
image: tractusx/portal-iam:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down

0 comments on commit c93f12b

Please sign in to comment.