From 29bc17873a356f504e37c8e5a4beb93738873c9a Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Jan 2024 21:21:34 +0100 Subject: [PATCH 1/5] build(release): add additional image tag of type semver https://github.com/eclipse-tractusx/portal-iam/issues/36 --- .github/workflows/cx-iam-consortia.yml | 3 ++- .github/workflows/cx-iam.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cx-iam-consortia.yml b/.github/workflows/cx-iam-consortia.yml index 59b42d62..7a78e894 100644 --- a/.github/workflows/cx-iam-consortia.yml +++ b/.github/workflows/cx-iam-consortia.yml @@ -61,10 +61,11 @@ jobs: with: images: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} # Automatically prepare image tags; - # semver patter will generate tags like these for example :v1 :v1.2 + # semver patter will generate tags like these for example :v1 :v1.2 v1.2.3 tags: | type=raw,value=latest type=raw,value=${{ env.REF_NAME }} + type=semver,pattern=v{{version}} type=semver,pattern=v{{major}} type=semver,pattern=v{{major}}.{{minor}} diff --git a/.github/workflows/cx-iam.yml b/.github/workflows/cx-iam.yml index e6a4c98f..673c042f 100644 --- a/.github/workflows/cx-iam.yml +++ b/.github/workflows/cx-iam.yml @@ -61,10 +61,11 @@ jobs: with: images: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} # Automatically prepare image tags; - # semver patter will generate tags like these for example :v1 :v1.2 + # semver patter will generate tags like these for example :v1 :v1.2 v1.2.3 tags: | type=raw,value=latest type=raw,value=${{ env.REF_NAME }} + type=semver,pattern=v{{version}} type=semver,pattern=v{{major}} type=semver,pattern=v{{major}}.{{minor}} From 3f941071cb6f22a704322bbab23e5823f7739277 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Jan 2024 22:15:32 +0100 Subject: [PATCH 2/5] fix(v2.0.0): adjust documentation for upgrade --- charts/centralidp/README.md | 4 +++- charts/centralidp/README.md.gotmpl | 4 +++- charts/sharedidp/README.md | 2 +- charts/sharedidp/README.md.gotmpl | 2 +- docs/technical documentation/12. Upgrade Details.md | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/centralidp/README.md b/charts/centralidp/README.md index ab5af2e3..ecabcdd9 100644 --- a/charts/centralidp/README.md +++ b/charts/centralidp/README.md @@ -4,7 +4,7 @@ This helm chart installs the Helm chart for Catena-X Central Keycloak Instance. -For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.0/developer/Technical%20Documentation). +For further information please refer to the [technical documentation](../../docs/technical%20documentation). The referenced container images are for demonstration purposes only. @@ -157,6 +157,8 @@ We also recommend checking out the [Keycloak Upgrading Guide](https://www.keyclo To be explicitly mentioned: this major adds the production mode with default value false and the reverse proxy mode with default value passthrough. Please check the description of those parameters and decide if they're suitable for you. +Please also refer to [Upgrade Details](../../docs/technical%20documentation/12.%20Upgrade%20Details.md#v200). + #### Upgrade approach For the overall process of migrating from version 16.1.1 to version 22.0.3., we recommend to follow a blue-green deployment approach. In the following, you find a rough outline of the necessary steps: diff --git a/charts/centralidp/README.md.gotmpl b/charts/centralidp/README.md.gotmpl index ecc9e150..e13cd96f 100644 --- a/charts/centralidp/README.md.gotmpl +++ b/charts/centralidp/README.md.gotmpl @@ -4,7 +4,7 @@ This helm chart installs the {{ template "chart.description" . }}. -For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.0/developer/Technical%20Documentation). +For further information please refer to the [technical documentation](../../docs/technical%20documentation). The referenced container images are for demonstration purposes only. @@ -66,6 +66,8 @@ We also recommend checking out the [Keycloak Upgrading Guide](https://www.keyclo To be explicitly mentioned: this major adds the production mode with default value false and the reverse proxy mode with default value passthrough. Please check the description of those parameters and decide if they're suitable for you. +Please also refer to [Upgrade Details](../../docs/technical%20documentation/12.%20Upgrade%20Details.md#v200). + #### Upgrade approach For the overall process of migrating from version 16.1.1 to version 22.0.3., we recommend to follow a blue-green deployment approach. In the following, you find a rough outline of the necessary steps: diff --git a/charts/sharedidp/README.md b/charts/sharedidp/README.md index edcfc6d1..091c4f48 100644 --- a/charts/sharedidp/README.md +++ b/charts/sharedidp/README.md @@ -4,7 +4,7 @@ This helm chart installs the Helm chart for Catena-X Shared Keycloak Instance. -For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.0/developer/Technical%20Documentation). +For further information please refer to the [technical documentation](../../docs/technical%20documentation). The referenced container images are for demonstration purposes only. diff --git a/charts/sharedidp/README.md.gotmpl b/charts/sharedidp/README.md.gotmpl index 100c70fc..d6b21c7e 100644 --- a/charts/sharedidp/README.md.gotmpl +++ b/charts/sharedidp/README.md.gotmpl @@ -4,7 +4,7 @@ This helm chart installs the {{ template "chart.description" . }}. -For further information please refer to the [technical documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.6.0/developer/Technical%20Documentation). +For further information please refer to the [technical documentation](../../docs/technical%20documentation). The referenced container images are for demonstration purposes only. diff --git a/docs/technical documentation/12. Upgrade Details.md b/docs/technical documentation/12. Upgrade Details.md index 4f973d1c..401be09b 100644 --- a/docs/technical documentation/12. Upgrade Details.md +++ b/docs/technical documentation/12. Upgrade Details.md @@ -1,5 +1,5 @@ - [Summary](#summary) - - [v1.7.0](#v170) + - [v2.0.0](#v200) - [Role Concept changes - UPDATE](#role-concept-changes---update) - [NOTICE](#notice) @@ -8,7 +8,7 @@ This document describes the Keycloak database changes and its impact on transactional data. Depending on the impact, possible risks/impediments on upgrades as well as mitigation plans are described. Each section includes the respective change details, impact on existing data and the respective release with which the change is getting active. -### v1.7.0 +### v2.0.0 #### Role Concept changes - UPDATE From 76b89972299a7decaa5a2003a48c79e8c1cda85b Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Jan 2024 22:20:24 +0100 Subject: [PATCH 3/5] build(2.1.0-RC1): update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba350189..ff522e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel ### Bugfix +* fixed upgrade documentation for previous version 2.0.0, pointing to upgrade details for centralidp * realm configuration (centralidp) - fixes to CX-Central realm: * assigned the following roles from the Cl2-CX-Portal from the composite role "IT Admin": * delete_user_account @@ -57,6 +58,8 @@ The following issues were recently discovered: * Refresh token rotation causes page reload in frontend apps when using multiple tabs, see [User Token Lifespan](docs/consultation/workshop-20231005.md#user-token-lifespan) * Custom login themes break when inserting HTML/CSS/JavaScript code in the IdP display name +Please be aware that **this version is still in Release Candidate phase**: especially documentation is still WIP. + ## 2.0.0 ### Change From c6b39dcd571fd6cd7bc9add14e4235e78bc13aa8 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Jan 2024 22:20:55 +0100 Subject: [PATCH 4/5] build(2.1.0-RC1): bump version --- charts/centralidp/Chart.yaml | 2 +- charts/centralidp/values.yaml | 6 +++--- charts/sharedidp/Chart.yaml | 2 +- charts/sharedidp/values.yaml | 2 +- .../argocd-app-templates/centralidp/appsetup-beta.yaml | 2 +- consortia/argocd-app-templates/centralidp/appsetup-int.yaml | 2 +- consortia/argocd-app-templates/centralidp/appsetup-pen.yaml | 2 +- consortia/argocd-app-templates/centralidp/appsetup-rc.yaml | 2 +- .../argocd-app-templates/centralidp/appsetup-stable.yaml | 6 +++--- .../centralidp/appsetup-templateconsortia.yaml | 2 +- .../centralidp/appsetup-templategeneric.yaml | 2 +- .../argocd-app-templates/centralidp/appsetup-upgrade.yaml | 2 +- consortia/argocd-app-templates/sharedidp/appsetup-beta.yaml | 2 +- consortia/argocd-app-templates/sharedidp/appsetup-int.yaml | 2 +- consortia/argocd-app-templates/sharedidp/appsetup-pen.yaml | 2 +- consortia/argocd-app-templates/sharedidp/appsetup-rc.yaml | 2 +- .../argocd-app-templates/sharedidp/appsetup-stable.yaml | 4 ++-- .../sharedidp/appsetup-templateconsortia.yaml | 2 +- .../sharedidp/appsetup-templategeneric.yaml | 2 +- .../argocd-app-templates/sharedidp/appsetup-upgrade.yaml | 2 +- consortia/environments/centralidp/values-beta.yaml | 4 ++-- consortia/environments/centralidp/values-int.yaml | 4 ++-- consortia/environments/centralidp/values-pen.yaml | 4 ++-- consortia/environments/centralidp/values-rc.yaml | 4 ++-- .../environments/centralidp/values-templateconsortia.yaml | 6 +++--- .../environments/centralidp/values-templategeneric.yaml | 6 +++--- consortia/environments/sharedidp/values-beta.yaml | 2 +- consortia/environments/sharedidp/values-int.yaml | 2 +- consortia/environments/sharedidp/values-pen.yaml | 2 +- consortia/environments/sharedidp/values-rc.yaml | 2 +- .../environments/sharedidp/values-templateconsortia.yaml | 2 +- .../environments/sharedidp/values-templategeneric.yaml | 2 +- 32 files changed, 45 insertions(+), 45 deletions(-) diff --git a/charts/centralidp/Chart.yaml b/charts/centralidp/Chart.yaml index af09fb27..a59c6304 100644 --- a/charts/centralidp/Chart.yaml +++ b/charts/centralidp/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: centralidp type: application -version: 2.0.0 +version: 2.1.0-RC1 appVersion: 22.0.3 description: Helm chart for Catena-X Central Keycloak Instance home: https://github.com/eclipse-tractusx/portal-iam diff --git a/charts/centralidp/values.yaml b/charts/centralidp/values.yaml index 97e7d03b..4789a4a5 100644 --- a/charts/centralidp/values.yaml +++ b/charts/centralidp/values.yaml @@ -48,7 +48,7 @@ keycloak: mountPath: "/realms" initContainers: - name: import - image: tractusx/portal-iam:pr44 + image: tractusx/portal-iam:v2.1.0-RC1 imagePullPolicy: Always command: - sh @@ -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:v2.0.0-iam" + image: "tractusx/portal-iam-seeding:v2.1.0-iam-RC1" portContainer: 8080 authRealm: "master" useAuthTrail: "true" @@ -178,7 +178,7 @@ seeding: mountPath: "app/realms" initContainers: - name: init-cx-central - image: tractusx/portal-iam:pr44 + image: tractusx/portal-iam:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/charts/sharedidp/Chart.yaml b/charts/sharedidp/Chart.yaml index 15b63d2e..4e25b2fb 100644 --- a/charts/sharedidp/Chart.yaml +++ b/charts/sharedidp/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: sharedidp type: application -version: 2.0.0 +version: 2.1.0-RC1 appVersion: 22.0.3 description: Helm chart for Catena-X Shared Keycloak Instance home: https://github.com/eclipse-tractusx/portal-iam diff --git a/charts/sharedidp/values.yaml b/charts/sharedidp/values.yaml index 0f7f76ea..0c486df9 100644 --- a/charts/sharedidp/values.yaml +++ b/charts/sharedidp/values.yaml @@ -52,7 +52,7 @@ keycloak: mountPath: "/realms" initContainers: - name: import - image: tractusx/portal-iam:pr44 + image: tractusx/portal-iam:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/argocd-app-templates/centralidp/appsetup-beta.yaml b/consortia/argocd-app-templates/centralidp/appsetup-beta.yaml index 1ec01c65..aa0e3ae4 100644 --- a/consortia/argocd-app-templates/centralidp/appsetup-beta.yaml +++ b/consortia/argocd-app-templates/centralidp/appsetup-beta.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/centralidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/centralidp/appsetup-int.yaml b/consortia/argocd-app-templates/centralidp/appsetup-int.yaml index e444d7ef..2619c955 100644 --- a/consortia/argocd-app-templates/centralidp/appsetup-int.yaml +++ b/consortia/argocd-app-templates/centralidp/appsetup-int.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/centralidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/centralidp/appsetup-pen.yaml b/consortia/argocd-app-templates/centralidp/appsetup-pen.yaml index 8a3b606d..8fe90c6e 100644 --- a/consortia/argocd-app-templates/centralidp/appsetup-pen.yaml +++ b/consortia/argocd-app-templates/centralidp/appsetup-pen.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/centralidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/centralidp/appsetup-rc.yaml b/consortia/argocd-app-templates/centralidp/appsetup-rc.yaml index 9a286feb..e91c07e5 100644 --- a/consortia/argocd-app-templates/centralidp/appsetup-rc.yaml +++ b/consortia/argocd-app-templates/centralidp/appsetup-rc.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/centralidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/centralidp/appsetup-stable.yaml b/consortia/argocd-app-templates/centralidp/appsetup-stable.yaml index 4988813a..ba96ffb3 100644 --- a/consortia/argocd-app-templates/centralidp/appsetup-stable.yaml +++ b/consortia/argocd-app-templates/centralidp/appsetup-stable.yaml @@ -29,7 +29,7 @@ spec: source: path: '' repoURL: 'https://eclipse-tractusx.github.io/charts/dev' - targetRevision: 2.0.0 + targetRevision: 2.1.0-RC1 plugin: env: - name: HELM_VALUES @@ -37,7 +37,7 @@ spec: keycloak: initContainers: - name: import - image: tractusx/portal-iam-consortia:v2.0.0 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh @@ -83,7 +83,7 @@ spec: enabled: true initContainers: - name: init-cx-central - image: tractusx/portal-iam-consortia:v2.0.0 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/argocd-app-templates/centralidp/appsetup-templateconsortia.yaml b/consortia/argocd-app-templates/centralidp/appsetup-templateconsortia.yaml index 129be832..e40ee675 100644 --- a/consortia/argocd-app-templates/centralidp/appsetup-templateconsortia.yaml +++ b/consortia/argocd-app-templates/centralidp/appsetup-templateconsortia.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/centralidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/centralidp/appsetup-templategeneric.yaml b/consortia/argocd-app-templates/centralidp/appsetup-templategeneric.yaml index 4406b29f..6870483a 100644 --- a/consortia/argocd-app-templates/centralidp/appsetup-templategeneric.yaml +++ b/consortia/argocd-app-templates/centralidp/appsetup-templategeneric.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/centralidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/centralidp/appsetup-upgrade.yaml b/consortia/argocd-app-templates/centralidp/appsetup-upgrade.yaml index 85c01102..bd234a9a 100644 --- a/consortia/argocd-app-templates/centralidp/appsetup-upgrade.yaml +++ b/consortia/argocd-app-templates/centralidp/appsetup-upgrade.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/centralidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/sharedidp/appsetup-beta.yaml b/consortia/argocd-app-templates/sharedidp/appsetup-beta.yaml index bc7278ab..8297b3ce 100644 --- a/consortia/argocd-app-templates/sharedidp/appsetup-beta.yaml +++ b/consortia/argocd-app-templates/sharedidp/appsetup-beta.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/sharedidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/sharedidp/appsetup-int.yaml b/consortia/argocd-app-templates/sharedidp/appsetup-int.yaml index 59482709..64bcc254 100644 --- a/consortia/argocd-app-templates/sharedidp/appsetup-int.yaml +++ b/consortia/argocd-app-templates/sharedidp/appsetup-int.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/sharedidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/sharedidp/appsetup-pen.yaml b/consortia/argocd-app-templates/sharedidp/appsetup-pen.yaml index 58d9e9ba..b91bc762 100644 --- a/consortia/argocd-app-templates/sharedidp/appsetup-pen.yaml +++ b/consortia/argocd-app-templates/sharedidp/appsetup-pen.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/sharedidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/sharedidp/appsetup-rc.yaml b/consortia/argocd-app-templates/sharedidp/appsetup-rc.yaml index add54778..fbd1388c 100644 --- a/consortia/argocd-app-templates/sharedidp/appsetup-rc.yaml +++ b/consortia/argocd-app-templates/sharedidp/appsetup-rc.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/sharedidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/sharedidp/appsetup-stable.yaml b/consortia/argocd-app-templates/sharedidp/appsetup-stable.yaml index 0e146d65..c693a4f4 100644 --- a/consortia/argocd-app-templates/sharedidp/appsetup-stable.yaml +++ b/consortia/argocd-app-templates/sharedidp/appsetup-stable.yaml @@ -29,7 +29,7 @@ spec: source: path: '' repoURL: 'https://eclipse-tractusx.github.io/charts/dev' - targetRevision: 2.0.0 + targetRevision: 2.1.0-RC1 plugin: env: - name: HELM_VALUES @@ -56,7 +56,7 @@ spec: mountPath: "/secrets" initContainers: - name: import - image: tractusx/portal-iam-consortia:v2.0.0 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/argocd-app-templates/sharedidp/appsetup-templateconsortia.yaml b/consortia/argocd-app-templates/sharedidp/appsetup-templateconsortia.yaml index 2075d6cd..0cf70060 100644 --- a/consortia/argocd-app-templates/sharedidp/appsetup-templateconsortia.yaml +++ b/consortia/argocd-app-templates/sharedidp/appsetup-templateconsortia.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/sharedidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/sharedidp/appsetup-templategeneric.yaml b/consortia/argocd-app-templates/sharedidp/appsetup-templategeneric.yaml index bf5d828d..d865b5df 100644 --- a/consortia/argocd-app-templates/sharedidp/appsetup-templategeneric.yaml +++ b/consortia/argocd-app-templates/sharedidp/appsetup-templategeneric.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/sharedidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/sharedidp/appsetup-upgrade.yaml b/consortia/argocd-app-templates/sharedidp/appsetup-upgrade.yaml index 62d2d343..2583a389 100644 --- a/consortia/argocd-app-templates/sharedidp/appsetup-upgrade.yaml +++ b/consortia/argocd-app-templates/sharedidp/appsetup-upgrade.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/sharedidp repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git' - targetRevision: v2.0.0 + targetRevision: v2.1.0-RC1 plugin: env: - name: AVP_SECRET diff --git a/consortia/environments/centralidp/values-beta.yaml b/consortia/environments/centralidp/values-beta.yaml index 120f5887..8ea4101f 100644 --- a/consortia/environments/centralidp/values-beta.yaml +++ b/consortia/environments/centralidp/values-beta.yaml @@ -22,7 +22,7 @@ keycloak: proxy: edge initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh @@ -69,7 +69,7 @@ seeding: enabled: true initContainers: - name: init-cx-central - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/centralidp/values-int.yaml b/consortia/environments/centralidp/values-int.yaml index f3c401c4..0dffa46e 100644 --- a/consortia/environments/centralidp/values-int.yaml +++ b/consortia/environments/centralidp/values-int.yaml @@ -22,7 +22,7 @@ keycloak: proxy: edge initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh @@ -69,7 +69,7 @@ seeding: enabled: false initContainers: - name: init-cx-central - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/centralidp/values-pen.yaml b/consortia/environments/centralidp/values-pen.yaml index 1e229f87..574c1654 100644 --- a/consortia/environments/centralidp/values-pen.yaml +++ b/consortia/environments/centralidp/values-pen.yaml @@ -22,7 +22,7 @@ keycloak: proxy: edge initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh @@ -69,7 +69,7 @@ seeding: enabled: true initContainers: - name: init-cx-central - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/centralidp/values-rc.yaml b/consortia/environments/centralidp/values-rc.yaml index 271f63ad..e80853bb 100644 --- a/consortia/environments/centralidp/values-rc.yaml +++ b/consortia/environments/centralidp/values-rc.yaml @@ -22,7 +22,7 @@ keycloak: proxy: edge initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh @@ -69,7 +69,7 @@ seeding: enabled: true initContainers: - name: init-cx-central - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/centralidp/values-templateconsortia.yaml b/consortia/environments/centralidp/values-templateconsortia.yaml index c57df821..4dc6341f 100644 --- a/consortia/environments/centralidp/values-templateconsortia.yaml +++ b/consortia/environments/centralidp/values-templateconsortia.yaml @@ -22,7 +22,7 @@ keycloak: proxy: edge initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh @@ -67,10 +67,10 @@ secrets: seeding: enabled: false - image: "tractusx/portal-iam-seeding:dev" + image: "tractusx/portal-iam-seeding:v2.1.0-iam-RC1" initContainers: - name: init-cx-central - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/centralidp/values-templategeneric.yaml b/consortia/environments/centralidp/values-templategeneric.yaml index 2e5973e4..b3af64e4 100644 --- a/consortia/environments/centralidp/values-templategeneric.yaml +++ b/consortia/environments/centralidp/values-templategeneric.yaml @@ -22,7 +22,7 @@ keycloak: proxy: edge initContainers: - name: import - image: tractusx/portal-iam:pr44 + image: tractusx/portal-iam:v2.1.0-RC1 imagePullPolicy: Always command: - sh @@ -67,10 +67,10 @@ secrets: seeding: enabled: true - image: "tractusx/portal-iam-seeding:rc" + image: "tractusx/portal-iam-seeding:v2.1.0-iam-RC1" initContainers: - name: init-cx-central - image: tractusx/portal-iam:pr44 + image: tractusx/portal-iam:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/sharedidp/values-beta.yaml b/consortia/environments/sharedidp/values-beta.yaml index cd3a8cc6..1c4cc701 100644 --- a/consortia/environments/sharedidp/values-beta.yaml +++ b/consortia/environments/sharedidp/values-beta.yaml @@ -41,7 +41,7 @@ keycloak: mountPath: "/secrets" initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/sharedidp/values-int.yaml b/consortia/environments/sharedidp/values-int.yaml index d76da6d8..0663db0b 100644 --- a/consortia/environments/sharedidp/values-int.yaml +++ b/consortia/environments/sharedidp/values-int.yaml @@ -41,7 +41,7 @@ keycloak: mountPath: "/secrets" initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/sharedidp/values-pen.yaml b/consortia/environments/sharedidp/values-pen.yaml index b8d08a25..1cb36c2e 100644 --- a/consortia/environments/sharedidp/values-pen.yaml +++ b/consortia/environments/sharedidp/values-pen.yaml @@ -41,7 +41,7 @@ keycloak: mountPath: "/secrets" initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/sharedidp/values-rc.yaml b/consortia/environments/sharedidp/values-rc.yaml index a2afe257..90cedbeb 100644 --- a/consortia/environments/sharedidp/values-rc.yaml +++ b/consortia/environments/sharedidp/values-rc.yaml @@ -41,7 +41,7 @@ keycloak: mountPath: "/secrets" initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/sharedidp/values-templateconsortia.yaml b/consortia/environments/sharedidp/values-templateconsortia.yaml index 012556b6..ac9d38a3 100644 --- a/consortia/environments/sharedidp/values-templateconsortia.yaml +++ b/consortia/environments/sharedidp/values-templateconsortia.yaml @@ -41,7 +41,7 @@ keycloak: mountPath: "/secrets" initContainers: - name: import - image: tractusx/portal-iam-consortia:pr44 + image: tractusx/portal-iam-consortia:v2.1.0-RC1 imagePullPolicy: Always command: - sh diff --git a/consortia/environments/sharedidp/values-templategeneric.yaml b/consortia/environments/sharedidp/values-templategeneric.yaml index 9dd00b81..1a5eb73c 100644 --- a/consortia/environments/sharedidp/values-templategeneric.yaml +++ b/consortia/environments/sharedidp/values-templategeneric.yaml @@ -36,7 +36,7 @@ keycloak: mountPath: "/realms" initContainers: - name: import - image: tractusx/portal-iam:pr44 + image: tractusx/portal-iam:v2.1.0-RC1 imagePullPolicy: Always command: - sh From df4fef5a89c76662f74d53df472af14b8cc1eb03 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Jan 2024 22:22:38 +0100 Subject: [PATCH 5/5] build(2.1.0-RC1): update readme --- charts/centralidp/README.md | 10 +++++----- charts/sharedidp/README.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/centralidp/README.md b/charts/centralidp/README.md index ecabcdd9..9d1e84f1 100644 --- a/charts/centralidp/README.md +++ b/charts/centralidp/README.md @@ -1,6 +1,6 @@ # Helm chart for Catena-X Central Keycloak Instance -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.3](https://img.shields.io/badge/AppVersion-22.0.3-informational?style=flat-square) +![Version: 2.1.0-RC1](https://img.shields.io/badge/Version-2.1.0--RC1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.3](https://img.shields.io/badge/AppVersion-22.0.3-informational?style=flat-square) This helm chart installs the Helm chart for Catena-X Central Keycloak Instance. @@ -29,7 +29,7 @@ To use the helm chart as a dependency: dependencies: - name: centralidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 2.0.0 + version: 2.1.0-RC1 ``` ## Requirements @@ -59,7 +59,7 @@ dependencies: | keycloak.extraVolumeMounts[1].name | string | `"realms"` | | | keycloak.extraVolumeMounts[1].mountPath | string | `"/realms"` | | | keycloak.initContainers[0].name | string | `"import"` | | -| keycloak.initContainers[0].image | string | `"tractusx/portal-iam:v2.0.0"` | | +| keycloak.initContainers[0].image | string | `"tractusx/portal-iam:v2.1.0-RC1"` | | | keycloak.initContainers[0].imagePullPolicy | string | `"Always"` | | | keycloak.initContainers[0].command[0] | string | `"sh"` | | | keycloak.initContainers[0].args[0] | string | `"-c"` | | @@ -105,7 +105,7 @@ dependencies: | secrets.postgresql.auth.existingSecret.replicationPassword | string | `""` | Password for the non-root username 'repl_user'. Secret-key 'replication-password'. | | seeding.enabled | bool | `false` | Seeding job to upgrade CX_Central realm: enable to upgrade the configuration of the CX-Central realm from previous version; Please also refer to the 'Post-Upgrade Configuration' section in the README.md for configuration possibly not covered by the seeding job | | seeding.name | string | `"cx-central-realm-upgrade"` | | -| seeding.image | string | `"tractusx/portal-iam-seeding:v2.0.0-iam"` | | +| seeding.image | string | `"tractusx/portal-iam-seeding:v2.1.0-iam-RC1"` | | | seeding.portContainer | int | `8080` | | | seeding.authRealm | string | `"master"` | | | seeding.useAuthTrail | string | `"true"` | | @@ -119,7 +119,7 @@ dependencies: | seeding.extraVolumeMounts[0].name | string | `"realms"` | | | seeding.extraVolumeMounts[0].mountPath | string | `"app/realms"` | | | seeding.initContainers[0].name | string | `"init-cx-central"` | | -| seeding.initContainers[0].image | string | `"tractusx/portal-iam:v2.0.0"` | | +| seeding.initContainers[0].image | string | `"tractusx/portal-iam:v2.1.0-RC1"` | | | seeding.initContainers[0].imagePullPolicy | string | `"Always"` | | | seeding.initContainers[0].command[0] | string | `"sh"` | | | seeding.initContainers[0].args[0] | string | `"-c"` | | diff --git a/charts/sharedidp/README.md b/charts/sharedidp/README.md index 091c4f48..6379e6c5 100644 --- a/charts/sharedidp/README.md +++ b/charts/sharedidp/README.md @@ -1,6 +1,6 @@ # Helm chart for Catena-X Shared Keycloak Instance -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.3](https://img.shields.io/badge/AppVersion-22.0.3-informational?style=flat-square) +![Version: 2.1.0-RC1](https://img.shields.io/badge/Version-2.1.0--RC1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.3](https://img.shields.io/badge/AppVersion-22.0.3-informational?style=flat-square) This helm chart installs the Helm chart for Catena-X Shared Keycloak Instance. @@ -29,7 +29,7 @@ To use the helm chart as a dependency: dependencies: - name: sharedidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 2.0.0 + version: 2.1.0-RC1 ``` ## Requirements @@ -63,7 +63,7 @@ dependencies: | keycloak.extraVolumeMounts[2].name | string | `"realms"` | | | keycloak.extraVolumeMounts[2].mountPath | string | `"/realms"` | | | keycloak.initContainers[0].name | string | `"import"` | | -| keycloak.initContainers[0].image | string | `"tractusx/portal-iam:v2.0.0"` | | +| keycloak.initContainers[0].image | string | `"tractusx/portal-iam:v2.1.0-RC1"` | | | keycloak.initContainers[0].imagePullPolicy | string | `"Always"` | | | keycloak.initContainers[0].command[0] | string | `"sh"` | | | keycloak.initContainers[0].args[0] | string | `"-c"` | |