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

fix: update helm chart redis to 16.11.3 #963

Merged
merged 1 commit into from
Jun 7, 2022
Merged

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Jun 6, 2022

This PR contains the following updates:

Package Update Change
redis patch 16.11.2 -> 16.11.3

Configuration

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

🚦 Automerge: Enabled.

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 June 6, 2022 23:22
@bloopy-boi bloopy-boi bot added renovate/helm type/patch area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 6, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Jun 6, 2022

Path: cluster/apps/database/redis/helm-release.yaml
Version: 16.11.2 -> 16.11.3

@@ -289,10 +289,10 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: master
 annotations:
- checksum/configmap: c218a6f02174e85124ac655ae515dc1480a019d392be0e9eb13e05c62e88949b
- checksum/health: 97e4c87141ef36ae85eeee13a01bd3ee38ecff5ddab01217ecf19620dc2250ef
- checksum/scripts: a9df04f06edae0da51d7bf1a636ef558710a1978e1d26b519326cb6702913981
- checksum/secret: 8c40cfe65539d1581ccbcfc7a29b30facec692311171ce33695a153c51e0503b
+ checksum/configmap: 537e5994d215d180c23d0b53284c7791fcea9e3388c5ef66f92105658fd353fa
+ checksum/health: 0928760e562faed7d0dc797f94aa964cd8f9b51f4efcb7ea59a96461de3e0223
+ checksum/scripts: a4a11de85eea412ba7c61443ec1292c01b184f8bd6e19808fccd2320388f043a
+ checksum/secret: 5e8a7857512453e45abc3b645ee96d2a5fd3ebab7880dd423f20bc61b6dd371e
 prometheus.io/port: "9121"
 prometheus.io/scrape: "true"
 spec:
@@ -317,7 +317,7 @@
 terminationGracePeriodSeconds: 30
 containers:
 - name: redis
- image: docker.io/bitnami/redis:6.2.7-debian-10-r23
+ image: docker.io/bitnami/redis:6.2.7-debian-11-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 runAsUser: 1001
@@ -386,7 +386,7 @@
 - name: tmp
 mountPath: /tmp
 - name: metrics
- image: docker.io/bitnami/redis-exporter:1.37.0-debian-10-r63
+ image: docker.io/bitnami/redis-exporter:1.39.0-debian-11-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 runAsUser: 1001

@h3mmy h3mmy merged commit 08ddeaf into main Jun 7, 2022
@h3mmy h3mmy deleted the renovate/redis-16.11.x branch June 7, 2022 04:19
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/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant