diff --git a/CHANGELOG.md b/CHANGELOG.md index 83264017..1fa012b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel * updated SECURITY.md * Trivy scan: changed to no failure on high findings, as it should only fail if there is an error/misconfiguration * Trivy and KICS scan: excluded docs directory from scan +* added pull request linting ### Known Knowns diff --git a/charts/centralidp/README.md b/charts/centralidp/README.md index f82e7d2c..ab5af2e3 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-alpha](https://img.shields.io/badge/Version-2.0.0--alpha-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.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) 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-alpha + version: 2.0.0 ``` ## 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:pr38"` | | +| keycloak.initContainers[0].image | string | `"tractusx/portal-iam:v2.0.0"` | | | 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:rc"` | | +| seeding.image | string | `"tractusx/portal-iam-seeding:v2.0.0-iam"` | | | 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:pr38"` | | +| seeding.initContainers[0].image | string | `"tractusx/portal-iam:v2.0.0"` | | | 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 77002dcb..edcfc6d1 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-alpha](https://img.shields.io/badge/Version-2.0.0--alpha-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.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) 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-alpha + version: 2.0.0 ``` ## 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:pr38"` | | +| keycloak.initContainers[0].image | string | `"tractusx/portal-iam:v2.0.0"` | | | keycloak.initContainers[0].imagePullPolicy | string | `"Always"` | | | keycloak.initContainers[0].command[0] | string | `"sh"` | | | keycloak.initContainers[0].args[0] | string | `"-c"` | |