fix(grampsweb): image with prefix
This commit is contained in:
parent
514e251219
commit
db6bc3cfa4
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name: grampsweb
|
|||
description: A Helm chart for gramps web
|
||||
icon: https://raw.githubusercontent.com/gramps-project/Gramps.js/main/images/icon512.png
|
||||
type: application
|
||||
version: "0.2.10"
|
||||
version: "0.2.11"
|
||||
# renovate: image=ghcr.io/gramps-project/grampsweb
|
||||
appVersion: "25.2.0"
|
||||
maintainers:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm chart for gramps web"
|
|||
|
||||
# grampsweb
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for gramps web
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ spec:
|
|||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
{{- 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 }}
|
||||
{{- end }}
|
||||
envFrom:
|
||||
|
|
Loading…
Add table
Reference in a new issue