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

feat: update helm chart keycloak to 18.2.1 #1193

Merged
merged 1 commit into from
Jul 15, 2022
Merged

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Jul 15, 2022

This PR contains the following updates:

Package Update Change
keycloak (source) minor 18.1.1 -> 18.2.1

Release Notes

codecentric/helm-charts

v18.2.1

Compare Source

Open Source Identity and Access Management For Modern Applications and Services


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner July 15, 2022 14:28
@bloopy-boi bloopy-boi bot added renovate/helm type/minor size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Jul 15, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Jul 15, 2022

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.1s
✅ KUBERNETES kubeval 1 0 0.19s
✅ YAML prettier 1 0 0 0.49s
✅ YAML yamllint 1 0 0.11s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Jul 15, 2022

Path: cluster/apps/auth/keycloak/helm-release.yaml
Version: 18.1.1 -> 18.2.1

@@ -59,7 +59,7 @@
 namespace: default
 type: Opaque
 data:
- postgresql-postgres-password: "RXFOa3pXempBTQ=="
+ postgresql-postgres-password: "U1poNnhCajZ2Mg=="
 postgresql-password: "JHtLRVlDTE9BS19QT1NUR1JFU19QQVNTV09SRH0="
 ---
 # Source: keycloak/templates/configmap-startup.yaml
@@ -306,10 +306,11 @@
 nodeAffinity:
 securityContext:
 fsGroup: 1001
+ automountServiceAccountToken: false
 initContainers:
 - name: init-chmod-data
- image: docker.io/bitnami/bitnami-shell:10
- imagePullPolicy: "Always"
+ image: docker.io/bitnami/bitnami-shell:10-debian-10-r305
+ imagePullPolicy: "IfNotPresent"
 resources:
 requests:
 cpu: 250m
@@ -334,7 +335,7 @@
 mountPath: /dev/shm
 containers:
 - name: keycloak-postgresql
- image: docker.io/bitnami/postgresql:11.11.0-debian-10-r31
+ image: docker.io/bitnami/postgresql:11.14.0-debian-10-r28
 imagePullPolicy: "IfNotPresent"
 resources:
 requests:
@@ -419,7 +420,6 @@
 - name: dshm
 emptyDir:
 medium: Memory
- sizeLimit: 1Gi
 volumeClaimTemplates:
 - metadata:
 name: data
@@ -451,7 +451,7 @@
 template:
 metadata:
 annotations:
- checksum/config-startup: 03fd18043adb2dc8cca97b014889df8c36e7d0c0b91cb938e34d0d95dc4c74c2
+ checksum/config-startup: 3371ffa3d663e3e6fd6c33e79a07001d6f79b5e09b9c3ea779aadfc3303e16a0
 checksum/secrets: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
 labels:
 app.kubernetes.io/name: keycloak

@h3mmy h3mmy merged commit 6976f90 into main Jul 15, 2022
@h3mmy h3mmy deleted the renovate/keycloak-18.x branch July 15, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant