File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.4.2
18+ version : 0.4.3
1919
2020# renovate: image=chocobozzz/peertube
2121appVersion : " v7.0.1-bookworm"
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ Get the valkey secret name
7676{{- define " peertube.valkey.secretName" -}}
7777{{- if .Values.valkey.auth.existingSecret }}
7878 {{- printf " %s " (tpl .Values.valkey.auth.existingSecret $ ) -}}
79- {{- else if .Values.valkey .existingSecret }}
80- {{- printf " %s " (tpl .Values.valkey .existingSecret $ ) -}}
79+ {{- else if .Values.externalValkey .existingSecret }}
80+ {{- printf " %s " (tpl .Values.externalValkey .existingSecret $ ) -}}
8181{{- else -}}
8282 {{- printf " %s -valkey" (tpl .Release.Name $ ) -}}
8383{{- end -}}
You can’t perform that action at this time.
0 commit comments