From 0c0b0c83689245a93c2ba13966d9e40735e69a78 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 12 Mar 2025 20:11:24 +0100 Subject: [PATCH] fix(autopush): update dependencies redis --- autopush/Chart.lock | 6 +++--- autopush/Chart.yaml | 4 ++-- autopush/README.md | 5 ++--- autopush/values.yaml | 1 - 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/autopush/Chart.lock b/autopush/Chart.lock index a6317d0..8386273 100644 --- a/autopush/Chart.lock +++ b/autopush/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: redis repository: oci://docker.io/bitnamicharts - version: 20.10.0 -digest: sha256:3a687016208480ad21e2548141b345c12148f9b859966cc7e95a8d3f43f3446c -generated: "2025-03-02T21:31:29.997196659+01:00" + version: 20.11.3 +digest: sha256:a1273d413761f2148a42bfdcc49e54afa369d57d1e7fac74f8707332603bc911 +generated: "2025-03-12T20:07:15.835757867+01:00" diff --git a/autopush/Chart.yaml b/autopush/Chart.yaml index 46ef936..9af0230 100644 --- a/autopush/Chart.yaml +++ b/autopush/Chart.yaml @@ -3,7 +3,7 @@ name: autopush description: A Helm chart for Kubernetes icon: type: application -version: "0.0.15" +version: "0.0.16" # renovate: image=docker.io/mozilla-services/autopush-rs appVersion: "1.72.2" maintainers: @@ -12,6 +12,6 @@ maintainers: dependencies: - name: redis - version: "20.10.0" + version: "20.11.3" repository: "oci://docker.io/bitnamicharts" condition: redis.internal diff --git a/autopush/README.md b/autopush/README.md index 7e68017..15cc848 100644 --- a/autopush/README.md +++ b/autopush/README.md @@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes" # autopush -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.72.2](https://img.shields.io/badge/AppVersion-1.72.2-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.72.2](https://img.shields.io/badge/AppVersion-1.72.2-informational?style=flat-square) A Helm chart for Kubernetes @@ -57,7 +57,7 @@ helm uninstall autopush-release | Repository | Name | Version | |------------|------|---------| -| oci://docker.io/bitnamicharts | redis | 20.10.0 | +| oci://docker.io/bitnamicharts | redis | 20.11.3 | ## Values @@ -174,7 +174,6 @@ helm uninstall autopush-release | redis.auth.existingSecret | string | `""` | name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time | | redis.auth.existingSecretPasswordKey | string | `""` | Password key to be retrieved from existing secret | | redis.auth.password | string | `"autopush"` | XXX Change me! | -| redis.auth.usePasswordFiles | bool | `false` | | | redis.dbid | int | `0` | Database ID for non-default database | | redis.external.existingSecretPasswordKey | string | `"redis-password"` | Password key to be retrieved from existing secret | | redis.external.host | string | `"redis"` | | diff --git a/autopush/values.yaml b/autopush/values.yaml index 0f6a9f4..49cd568 100644 --- a/autopush/values.yaml +++ b/autopush/values.yaml @@ -99,7 +99,6 @@ redis: enabled: true # -- XXX Change me! password: autopush - usePasswordFiles: false # -- name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time existingSecret: "" # -- Password key to be retrieved from existing secret