From fcd48b563e36c634503ae00b89e0b66e695d5e52 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 26 Dec 2023 08:29:51 +0100 Subject: [PATCH] fix(penpot) image repository variable in values.yaml --- charts/penpot/Chart.yaml | 2 +- charts/penpot/values.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index daac07d..f1b4cc9 100644 --- a/charts/penpot/Chart.yaml +++ b/charts/penpot/Chart.yaml @@ -4,7 +4,7 @@ maintainers: email: tommy@skaug.me apiVersion: v2 appVersion: 1.19.3 -version: 2.0.4 +version: 2.0.5 description: Penpot is a design and prototyping platform for teams and individuals. home: https://github.com/tommy-skaug/charts icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4 diff --git a/charts/penpot/values.yaml b/charts/penpot/values.yaml index 3e7faa1..799819e 100644 --- a/charts/penpot/values.yaml +++ b/charts/penpot/values.yaml @@ -34,8 +34,9 @@ image: postgres: dbInit: - repository: ghcr.io/onedr0p/postgres-init - tag: "16" + image: + repository: ghcr.io/onedr0p/postgres-init + tag: "16" hostname: "postgres-rw.databases.svc.cluster.local" database_name: "penpot" port: "5432"