k3s-gitops
k3s-gitops copied to clipboard
chore(deps): update helm chart postgresql to v11.6.25
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| postgresql | patch | 11.6.24 -> 11.6.25 |
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 this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Path: kube-system/authelia/postgres.yaml
Version: 11.6.24 -> 11.6.25
No changes in detected in resources
Path: kube-system/authelia/postgres.yaml
Version: 11.6.24 -> 11.6.26
@@ -127,7 +127,7 @@
initContainers:
containers:
- name: postgresql
- image: docker.io/bitnami/postgresql:14.4.0-debian-11-r21
+ image: docker.io/bitnami/postgresql:14.4.0-debian-11-r23
imagePullPolicy: "IfNotPresent"
securityContext:
runAsUser: 1001