From 3b938f4ea175a0fe6eb994bb6d366d064f719ef5 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sat, 5 Apr 2025 16:40:30 +0200 Subject: [PATCH] fix(cinny): image tag --- cinny/Chart.yaml | 2 +- cinny/README.md | 2 +- cinny/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cinny/Chart.yaml b/cinny/Chart.yaml index 63b5b09..176ba15 100644 --- a/cinny/Chart.yaml +++ b/cinny/Chart.yaml @@ -3,7 +3,7 @@ name: cinny description: A Helm Chart to install cinny (yet another matrix client) icon: https://cinny.in/assets/favicon-48x48.png type: application -version: "0.2.0" +version: "0.2.1" # renovate: image=ghcr.io/cinnyapp/cinny appVersion: "4.6.0" maintainers: diff --git a/cinny/README.md b/cinny/README.md index 3e1df63..0384b36 100644 --- a/cinny/README.md +++ b/cinny/README.md @@ -7,7 +7,7 @@ description: "A Helm Chart to install cinny (yet another matrix client)" # cinny -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.0](https://img.shields.io/badge/AppVersion-4.6.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.0](https://img.shields.io/badge/AppVersion-4.6.0-informational?style=flat-square) A Helm Chart to install cinny (yet another matrix client) diff --git a/cinny/templates/deployment.yaml b/cinny/templates/deployment.yaml index bc2a20a..86b2c8e 100644 --- a/cinny/templates/deployment.yaml +++ b/cinny/templates/deployment.yaml @@ -36,7 +36,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 }} env: