Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
93e51b7540
commit
920b9e4de7
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [redis-6.0.3](https://github.com/truecharts/charts/compare/redis-6.0.2...redis-6.0.3) (2023-03-02)
|
||||
|
Binary file not shown.
|
@ -4,6 +4,11 @@
|
|||
|
||||
|
||||
|
||||
## [redis-6.0.4](https://github.com/truecharts/charts/compare/redis-6.0.3...redis-6.0.4) (2023-03-02)
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-6.0.3](https://github.com/truecharts/charts/compare/redis-6.0.2...redis-6.0.3) (2023-03-02)
|
||||
|
||||
|
||||
|
@ -92,8 +97,3 @@
|
|||
|
||||
|
||||
## [redis-5.0.26](https://github.com/truecharts/charts/compare/redis-5.0.25...redis-5.0.26) (2023-01-15)
|
||||
|
||||
### Fix
|
||||
|
||||
- don't run manifest Manager on most dependency apps. ([#6384](https://github.com/truecharts/charts/issues/6384))
|
||||
|
|
@ -3,7 +3,7 @@ appVersion: "7.0.8"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.2.1
|
||||
version: 12.2.9
|
||||
deprecated: false
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://truecharts.org/charts/dependency/redis
|
||||
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
version: 6.0.3
|
||||
version: 6.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [redis-6.0.4](https://github.com/truecharts/charts/compare/redis-6.0.3...redis-6.0.4) (2023-03-02)
|
||||
|
Binary file not shown.
|
@ -17,7 +17,8 @@ workload:
|
|||
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: '{{ .Values.existingSecret | default "credentials" }}'
|
||||
expandObjectName: false
|
||||
name: '{{ if .Values.redisPassword }}"credentials"{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}'
|
||||
key: "redis-password"
|
||||
probes:
|
||||
liveness:
|
||||
|
@ -129,7 +130,7 @@ secret:
|
|||
data:
|
||||
redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}'
|
||||
|
||||
redisPassword: "testpass"
|
||||
redisPassword: ""
|
||||
existingSecret: ""
|
||||
|
||||
service:
|
Loading…
Reference in New Issue