From b132a80fd7ec5ac2469f567f10ef2a512038c484 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 20 Oct 2023 01:26:01 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v7.2.2 (#162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | redis | patch | `7.2.1` -> `7.2.2` | --- ### 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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.home/nrdufour/home-ops/pulls/162 Co-authored-by: Renovate Co-committed-by: Renovate --- kubernetes/main/apps/mastodon/mastodon/app/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/mastodon/mastodon/app/helm-release.yaml b/kubernetes/main/apps/mastodon/mastodon/app/helm-release.yaml index 9ca13988..062c8081 100644 --- a/kubernetes/main/apps/mastodon/mastodon/app/helm-release.yaml +++ b/kubernetes/main/apps/mastodon/mastodon/app/helm-release.yaml @@ -282,7 +282,7 @@ spec: # values below must match those of that external redis instance image: repository: redis - tag: "7.2.1" + tag: "7.2.2" enabled: true hostname: "" port: 6379