Compare commits
2 Commits
redis-repl
...
renovate/h
| Author | SHA1 | Date | |
|---|---|---|---|
|
dce516acdf
|
|||
| 73c73129d4 |
@@ -42,7 +42,7 @@ jobs:
|
|||||||
python-version: '3.14'
|
python-version: '3.14'
|
||||||
|
|
||||||
- name: Set up Chart Testing
|
- name: Set up Chart Testing
|
||||||
uses: helm/chart-testing-action@v2.7.0
|
uses: helm/chart-testing-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
yamale_version: "6.0.0"
|
yamale_version: "6.0.0"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: redis-replication
|
name: redis-replication
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
description: Redis Replication with Sentinel
|
description: Redis Replication with Sentinel
|
||||||
keywords:
|
keywords:
|
||||||
- redis-operator
|
- redis-operator
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# redis-replication
|
# redis-replication
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Redis Replication with Sentinel
|
Redis Replication with Sentinel
|
||||||
|
|
||||||
|
|||||||
@@ -37,12 +37,12 @@ spec:
|
|||||||
enabled: {{ .Values.redisReplication.redisExporter.enabled }}
|
enabled: {{ .Values.redisReplication.redisExporter.enabled }}
|
||||||
image: "{{ .Values.redisReplication.redisExporter.image.repository }}:{{ .Values.redisReplication.redisExporter.image.tag }}"
|
image: "{{ .Values.redisReplication.redisExporter.image.repository }}:{{ .Values.redisReplication.redisExporter.image.tag }}"
|
||||||
|
|
||||||
{{- if .Values.redisReplication.sentinel.enabled }}
|
{{ if .Values.redisReplication.sentinel.enabled -}}
|
||||||
sentinel:
|
sentinel:
|
||||||
image: "{{ .Values.redisReplication.sentinel.image.repository }}:{{ .Values.redisReplication.sentinel.image.tag }}"
|
image: "{{ .Values.redisReplication.sentinel.image.repository }}:{{ .Values.redisReplication.sentinel.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.redisReplication.sentinel.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.redisReplication.sentinel.image.pullPolicy }}
|
||||||
|
|
||||||
{{ if .Values.existingSecret.enabled }}
|
{{- if .Values.existingSecret.enabled }}
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: {{ .Values.existingSecret.name }}
|
name: {{ .Values.existingSecret.name }}
|
||||||
key: {{ .Values.existingSecret.key }}
|
key: {{ .Values.existingSecret.key }}
|
||||||
|
|||||||
Reference in New Issue
Block a user