-
Notifications
You must be signed in to change notification settings - Fork 8
feat: replace Bitnami Keycloak dependency with cloudpirates chart #46
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ apiVersion: v2 | |
| name: aas-basyx-v2-full | ||
| description: Umbrella chart for the AAS Basyx v2 Environment | ||
| type: application | ||
| version: 2.1.13 | ||
| version: 2.2.0 | ||
| appVersion: 2.0.0-milestone-06 | ||
|
|
||
| dependencies: | ||
|
|
@@ -66,28 +66,7 @@ dependencies: | |
| repository: https://charts.bitnami.com/bitnami | ||
| alias: mongodb | ||
| condition: mongodb.enabled | ||
| - repository: https://charts.bitnami.com/bitnami | ||
| name: keycloak | ||
| version: 24.4.11 | ||
| - name: keycloak | ||
| version: "0.20.0" | ||
| repository: oci://registry-1.docker.io/cloudpirates | ||
|
Comment on lines
+69
to
+71
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this the recommended image to use? Is it maintained and are current vulnerabilities considered?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The chart just wraps the image. The image the chart defaults to is the official postgres image [1]. Cloudpirates has been the go-to distribution in the Tractus-X context [2] since bitnami refusing to deliver free updates to their self-hosted images. So we're arguably way better off. [1] image: docker.io/keycloak/keycloak:26.5.6@sha256:8d44614c7479 |
||
| condition: keycloak.enabled | ||
|
|
||
| # MongoDB has an issue with charts not sitting well in an umbrella chart. | ||
| # This is a bug with some common variables being defined externally. | ||
| # Check README.md or install.sh for commands to deploy this separately. | ||
| # - name: mongodb | ||
| # version: "14.5.0" | ||
| # repository: https://charts.bitnami.com/bitnami | ||
|
|
||
| # External images from open-source helm charts | ||
| # - name: mosquitto | ||
| # version: 2.4.1 | ||
| # repository: https://storage.googleapis.com/t3n-helm-charts | ||
| # - name: kafka | ||
| # version: 22.1.3 | ||
| # repository: https://charts.bitnami.com/bitnami | ||
| # - name: influxdb | ||
| # version: 5.6.1 | ||
| # repository: https://charts.bitnami.com/bitnami | ||
| # - name: grafana | ||
| # version: "9.6.6" | ||
| # repository: https://charts.bitnami.com/bitnami | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the impact of this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pipeline not crashing, see https://github.com/eclipse-basyx/charts/actions/runs/24389821173/job/71232645058. OCI-repos don't have to be
helm add'ed