Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot
26fdcafb58 fix(deps): update ghcr.io/element-hq/synapse docker tag to v1.125.0 2025-02-28 02:01:59 +00:00
db6bc3cfa4
fix(grampsweb): image with prefix 2025-02-27 23:10:39 +01:00
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name: grampsweb
description: A Helm chart for gramps web description: A Helm chart for gramps web
icon: https://raw.githubusercontent.com/gramps-project/Gramps.js/main/images/icon512.png icon: https://raw.githubusercontent.com/gramps-project/Gramps.js/main/images/icon512.png
type: application type: application
version: "0.2.10" version: "0.2.11"
# renovate: image=ghcr.io/gramps-project/grampsweb # renovate: image=ghcr.io/gramps-project/grampsweb
appVersion: "25.2.0" appVersion: "25.2.0"
maintainers: maintainers:

View file

@ -7,7 +7,7 @@ description: "A Helm chart for gramps web"
# grampsweb # 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 A Helm chart for gramps web

View file

@ -35,7 +35,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 }}
envFrom: envFrom: