diff --git a/grampsweb/Chart.yaml b/grampsweb/Chart.yaml index 01d22cf..51f4fd2 100644 --- a/grampsweb/Chart.yaml +++ b/grampsweb/Chart.yaml @@ -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: diff --git a/grampsweb/README.md b/grampsweb/README.md index d180581..07eaa1f 100644 --- a/grampsweb/README.md +++ b/grampsweb/README.md @@ -7,7 +7,7 @@ description: "A Helm chart for gramps web" # grampsweb -![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 25.2.0](https://img.shields.io/badge/AppVersion-25.2.0-informational?style=flat-square) +![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 25.2.0](https://img.shields.io/badge/AppVersion-25.2.0-informational?style=flat-square) A Helm chart for gramps web diff --git a/grampsweb/templates/deployment.yaml b/grampsweb/templates/deployment.yaml index 6ce7236..44bdbf0 100644 --- a/grampsweb/templates/deployment.yaml +++ b/grampsweb/templates/deployment.yaml @@ -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: