Skip to content

Commit

Permalink
release(v2.0.0): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Dec 5, 2023
1 parent 94e90ac commit 6d66de6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/centralidp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
apiVersion: v2
name: centralidp
type: application
version: 2.0.0-alpha
version: 2.0.0
appVersion: 22.0.3
description: Helm chart for Catena-X Central Keycloak Instance
home: https://github.com/eclipse-tractusx/portal-iam
Expand Down
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:pr38
image: tractusx/portal-iam:v2.0.0
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:rc"
image: "tractusx/portal-iam-seeding:v2.0.0-iam"
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:pr38
image: tractusx/portal-iam:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion charts/sharedidp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
apiVersion: v2
name: sharedidp
type: application
version: 2.0.0-alpha
version: 2.0.0
appVersion: 22.0.3
description: Helm chart for Catena-X Shared Keycloak Instance
home: https://github.com/eclipse-tractusx/portal-iam
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:pr38
image: tractusx/portal-iam:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down

0 comments on commit 6d66de6

Please sign in to comment.