Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(v2.0.0): merge release into main #42

Merged
merged 3 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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
10 changes: 5 additions & 5 deletions charts/centralidp/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"` | |
Expand Down Expand Up @@ -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"` | |
Expand All @@ -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"` | |
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
6 changes: 3 additions & 3 deletions charts/sharedidp/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"` | |
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/centralidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/centralidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/centralidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/centralidp/appsetup-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/centralidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ spec:
source:
path: ''
repoURL: 'https://eclipse-tractusx.github.io/charts/dev'
targetRevision: 1.2.0
targetRevision: 2.0.0
plugin:
env:
- name: HELM_VALUES
value: |
keycloak:
initContainers:
- name: import
image: tractusx/portal-iam-consortia:v2.0.0-alpha
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
enabled: true
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:v2.0.0-alpha
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/centralidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: main
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/centralidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: main
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/centralidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/sharedidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/sharedidp/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/sharedidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/sharedidp/appsetup-pen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/sharedidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/sharedidp/appsetup-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/sharedidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
4 changes: 2 additions & 2 deletions consortia/argocd-app-templates/sharedidp/appsetup-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
source:
path: ''
repoURL: 'https://eclipse-tractusx.github.io/charts/dev'
targetRevision: 1.2.0
targetRevision: 2.0.0
plugin:
env:
- name: HELM_VALUES
Expand All @@ -56,7 +56,7 @@ spec:
mountPath: "/secrets"
initContainers:
- name: import
image: tractusx/portal-iam-consortia:v2.0.0-alpha
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/sharedidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: main
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/sharedidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: main
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/sharedidp
repoURL: 'https://github.com/eclipse-tractusx/portal-iam.git'
targetRevision: v2.0.0-alpha
targetRevision: v2.0.0
plugin:
env:
- name: AVP_SECRET
Expand Down
4 changes: 2 additions & 2 deletions consortia/environments/centralidp/values-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keycloak:
proxy: edge
initContainers:
- name: import
image: tractusx/portal-iam-consortia:v2.0.0-alpha
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -69,7 +69,7 @@ seeding:
enabled: true
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:v1.2.0
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down
4 changes: 2 additions & 2 deletions consortia/environments/centralidp/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keycloak:
proxy: edge
initContainers:
- name: import
image: tractusx/portal-iam-consortia:v2.0.0-alpha
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -69,7 +69,7 @@ seeding:
enabled: false
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:v1.2.0
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down
4 changes: 2 additions & 2 deletions consortia/environments/centralidp/values-pen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keycloak:
proxy: edge
initContainers:
- name: import
image: tractusx/portal-iam-consortia:v2.0.0-alpha
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -69,7 +69,7 @@ seeding:
enabled: true
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:v1.2.0
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down
4 changes: 2 additions & 2 deletions consortia/environments/centralidp/values-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keycloak:
proxy: edge
initContainers:
- name: import
image: tractusx/portal-iam-consortia:v2.0.0-alpha
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -69,7 +69,7 @@ seeding:
enabled: true
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:v1.2.0
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keycloak:
proxy: edge
initContainers:
- name: import
image: tractusx/portal-iam-consortia:pr38
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down Expand Up @@ -70,7 +70,7 @@ seeding:
image: "tractusx/portal-iam-seeding:dev"
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:pr38
image: tractusx/portal-iam-consortia:v2.0.0
imagePullPolicy: Always
command:
- sh
Expand Down
Loading
Loading