Skip to content

Commit

Permalink
chore: build new init containers
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 11, 2024
1 parent 7b6a739 commit 43f3550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/centralidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ keycloak:
mountPath: "/realms"
initContainers:
- name: import
image: docker.io/tractusx/portal-iam:v2.1.0
image: docker.io/tractusx/portal-iam:pr63
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -182,7 +182,7 @@ seeding:
mountPath: "app/realms"
initContainers:
- name: init-cx-central
image: docker.io/tractusx/portal-iam:v2.1.0
image: docker.io/tractusx/portal-iam:pr63
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion charts/sharedidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ keycloak:
mountPath: "/realms"
initContainers:
- name: import
image: docker.io/tractusx/portal-iam:v2.1.0
image: docker.io/tractusx/portal-iam:pr63
imagePullPolicy: Always
command:
- sh
Expand Down

0 comments on commit 43f3550

Please sign in to comment.