Skip to content

Commit

Permalink
fix: change init container image in helm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Oct 21, 2024
1 parent 3314f1f commit cf756ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/values-test-data-exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ centralidp:
realmSeeding:
initContainer:
image:
name: kind-registry:5000/iam:testing
name: kind-registry:5000/init-container:testing
pullPolicy: Always

iatpmock:
Expand Down
2 changes: 1 addition & 1 deletion charts/values-test-iam-init-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ centralidp:
realmSeeding:
initContainer:
image:
name: kind-registry:5000/iam:testing
name: kind-registry:5000/init-container:testing
pullPolicy: Always
2 changes: 1 addition & 1 deletion charts/values-test-shared-services-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ centralidp:
realmSeeding:
initContainer:
image:
name: kind-registry:5000/iam:testing
name: kind-registry:5000/init-container:testing
pullPolicy: Always

sharedidp:
Expand Down

0 comments on commit cf756ac

Please sign in to comment.