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.8.4 #485

Merged
merged 1 commit into from
Apr 6, 2022
Merged

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Apr 5, 2022

This PR contains the following updates:

Package Update Change
redis patch 16.8.2 -> 16.8.4

Configuration

πŸ“… Schedule: 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.

Signed-off-by: Zee Aslam <h3mmy@users.noreply.github.com>
@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner April 5, 2022 23:23
@bloopy-boi bloopy-boi bot added renovate/helm type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Apr 5, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Apr 5, 2022

Path: cluster/apps/database/redis/helm-release.yaml
Version: 16.8.2 -> 16.8.4

@@ -288,10 +288,10 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: master
 annotations:
- checksum/configmap: 786170bd5378376ccbbccb0fcd2d11cd90653c3f6b9e9381f973de1b6391ee8b
- checksum/health: 14004f145ea3625fae949985cc1bb3638511705e26f25a64d6d81ba7f62a1fa5
- checksum/scripts: 0cc60a3be7c8198ef9cb7ca6fb364ded957f2bce4a329eb88b6eb03bc2cb08b6
- checksum/secret: 8e6b2642b1b3a1cedca6b1b420d81778f4abc057e32c5acdefaacfe1088f0da9
+ checksum/configmap: 39c7d39bb493afdcd4beb16e5c210f3d698cae59f8305e10a8db0f57781d90a4
+ checksum/health: 2de92808cb4c8948fcb47c9d82ac2e9af29d5a466d6127dee2c3bb2a81d4c7ab
+ checksum/scripts: 0ae0a213acf350b68458e4e6a859a385d76a7d4ecc66b90298c1835c444fe778
+ checksum/secret: 5fa74bb364e2de7415e530411d6edbd0216240a2a80226830af4ad7308dbfdb1
 prometheus.io/port: "9121"
 prometheus.io/scrape: "true"
 spec:
@@ -316,7 +316,7 @@
 terminationGracePeriodSeconds: 30
 containers:
 - name: redis
- image: docker.io/bitnami/redis:6.2.6-debian-10-r175
+ image: docker.io/bitnami/redis:6.2.6-debian-10-r178
 imagePullPolicy: "IfNotPresent"
 securityContext:
 runAsUser: 1001
@@ -385,7 +385,7 @@
 - name: tmp
 mountPath: /tmp
 - name: metrics
- image: docker.io/bitnami/redis-exporter:1.37.0-debian-10-r15
+ image: docker.io/bitnami/redis-exporter:1.37.0-debian-10-r17
 imagePullPolicy: "IfNotPresent"
 securityContext:
 runAsUser: 1001

@h3mmy h3mmy merged commit 23dfc42 into main Apr 6, 2022
@h3mmy h3mmy deleted the renovate/redis-16.8.x branch April 6, 2022 22:41
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