Skip to content

Commit

Permalink
fix(realm-seeding): add faster version of job (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Jan 13, 2025
1 parent 799b36d commit 2c18353
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-iam
name: docker.io/tractusx/portal-iam-seeding:v4.0.1-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-iam
name: docker.io/tractusx/portal-iam-seeding:v4.0.1-iam
pullPolicy: IfNotPresent
initContainer:
image:
Expand Down

0 comments on commit 2c18353

Please sign in to comment.