fix(cinny): image tag
This commit is contained in:
parent
42e6727e57
commit
3b938f4ea1
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name: cinny
|
||||||
description: A Helm Chart to install cinny (yet another matrix client)
|
description: A Helm Chart to install cinny (yet another matrix client)
|
||||||
icon: https://cinny.in/assets/favicon-48x48.png
|
icon: https://cinny.in/assets/favicon-48x48.png
|
||||||
type: application
|
type: application
|
||||||
version: "0.2.0"
|
version: "0.2.1"
|
||||||
# renovate: image=ghcr.io/cinnyapp/cinny
|
# renovate: image=ghcr.io/cinnyapp/cinny
|
||||||
appVersion: "4.6.0"
|
appVersion: "4.6.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm Chart to install cinny (yet another matrix client)"
|
||||||
|
|
||||||
# cinny
|
# cinny
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm Chart to install cinny (yet another matrix client)
|
A Helm Chart to install cinny (yet another matrix client)
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
{{- with .Values.image }}
|
{{- with .Values.image }}
|
||||||
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag | default $.Chart.AppVersion }}"
|
image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag | default (printf "v%s" $.Chart.AppVersion) }}"
|
||||||
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
|
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue