Compare commits

...

2 commits

Author SHA1 Message Date
Renovate Bot
dad211487a fix(deps): update docker.io/library/docker docker tag to v28.0.1 2025-02-28 02:01:53 +00:00
db6bc3cfa4
fix(grampsweb): image with prefix 2025-02-27 23:10:39 +01:00
4 changed files with 4 additions and 4 deletions

View file

@ -160,7 +160,7 @@ dind:
pullPolicy: IfNotPresent
# -- image tag
# @section -- Docker in Docker
tag: 28.0.0-dind
tag: 28.0.1-dind
# -- We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following

View file

@ -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:

View file

@ -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

View file

@ -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: