fix(autopush): update dependencies redis
This commit is contained in:
parent
02b2cb3e71
commit
0c0b0c8368
4 changed files with 7 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes"
|
|||
|
||||
# autopush
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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"` | |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue