Skip to content

Commit

Permalink
Merge pull request #246 from eclipse-tractusx/fix/release/v4.0.0
Browse files Browse the repository at this point in the history
chore(4.0.0): fix image tag for realm seeding job
  • Loading branch information
evegufy authored Dec 3, 2024
2 parents f1b3eb8 + eb4ae80 commit 415a03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/centralidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ realmSeeding:
# -- Option to provide an existingSecret for additional service accounts with clientId as key and clientSecret as value.
existingSecret: ""
image:
name: docker.io/tractusx/portal-iam-seeding:v4.0.0
name: docker.io/tractusx/portal-iam-seeding:v4.0.0-iam
pullPolicy: IfNotPresent
initContainer:
image:
Expand Down
2 changes: 1 addition & 1 deletion charts/sharedidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ realmSeeding:
# -- Option to provide an existingSecret for clients secrets with clientId as key and clientSecret as value.
existingSecret: ""
image:
name: docker.io/tractusx/portal-iam-seeding:v4.0.0
name: docker.io/tractusx/portal-iam-seeding:v4.0.0-iam
pullPolicy: IfNotPresent
initContainer:
image:
Expand Down

0 comments on commit 415a03e

Please sign in to comment.