Skip to content

Commit

Permalink
chore: change to release init containers
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 27, 2023
1 parent 774da13 commit b562f2a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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: tractusx/portal-iam:v2.0.0-alpha
image: tractusx/portal-iam:pr29
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -150,7 +150,7 @@ seeding:
# for configuration possibly not covered by the seeding job
enabled: false
name: "cx-central-realm-upgrade"
image: "tractusx/portal-iam-seeding:v1.2.0-iam"
image: "tractusx/portal-iam-seeding:rc"
portContainer: 8080
authRealm: "master"
useAuthTrail: "true"
Expand Down Expand Up @@ -178,7 +178,7 @@ seeding:
mountPath: "app/realms"
initContainers:
- name: init-cx-central
image: tractusx/portal-iam:v2.0.0-alpha
image: tractusx/portal-iam:pr29
imagePullPolicy: Always
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: tractusx/portal-iam:v2.0.0-alpha
image: tractusx/portal-iam:pr29
imagePullPolicy: Always
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keycloak:
proxy: edge
initContainers:
- name: import
image: tractusx/portal-iam-consortia:pr29-test-2
image: tractusx/portal-iam-consortia:pr29
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -70,7 +70,7 @@ seeding:
image: "tractusx/portal-iam-seeding:dev"
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:pr29-test-2
image: tractusx/portal-iam-consortia:pr29
imagePullPolicy: Always
command:
- sh
Expand Down
6 changes: 3 additions & 3 deletions consortia/environments/centralidp/values-templategeneric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keycloak:
proxy: edge
initContainers:
- name: import
image: tractusx/portal-iam:pr29-test-2
image: tractusx/portal-iam:pr29
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -70,15 +70,15 @@ seeding:
image: "tractusx/portal-iam-seeding:rc"
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:pr29-test-2
image: tractusx/portal-iam:pr29
imagePullPolicy: Always
command:
- sh
args:
- -c
- |
echo "Copying CX Central realm..."
cp -R /import/catenax-central/dev/realms/* /app/realms
cp -R /import/catenax-central/realms/* /app/realms
volumeMounts:
- name: realms
mountPath: "app/realms"
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ keycloak:
mountPath: "/secrets"
initContainers:
- name: import
image: tractusx/portal-iam-consortia:pr29-test-2
image: tractusx/portal-iam-consortia:pr29
imagePullPolicy: Always
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ keycloak:
mountPath: "/realms"
initContainers:
- name: import
image: tractusx/portal-iam:pr29-test-2
image: tractusx/portal-iam:pr29
imagePullPolicy: Always
command:
- sh
Expand Down

0 comments on commit b562f2a

Please sign in to comment.