From 23721527d07788510dad7cee0cf68e5594e81fe5 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 24 Dec 2022 15:43:59 +0200 Subject: [PATCH] bump --- charts/incubator/penpot/Chart.yaml | 2 +- charts/incubator/penpot/values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/incubator/penpot/Chart.yaml b/charts/incubator/penpot/Chart.yaml index 35087dc0759..abbbb16e0b5 100644 --- a/charts/incubator/penpot/Chart.yaml +++ b/charts/incubator/penpot/Chart.yaml @@ -32,7 +32,7 @@ sources: - https://hub.docker.com/r/penpotapp/frontend - https://hub.docker.com/r/penpotapp/backend type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/penpot/values.yaml b/charts/incubator/penpot/values.yaml index 1bab50f5d4b..43ac1b774a3 100644 --- a/charts/incubator/penpot/values.yaml +++ b/charts/incubator/penpot/values.yaml @@ -1,18 +1,18 @@ # TODO: Update images image: - repository: penpotapp/frontend + repository: tccr.io/truecharts/penpot-frontend pullPolicy: IfNotPresent - tag: latest@sha256:0cf7ce270c8e3fc18459165567549b8c578a7f37c257785efd21d15189fb10ae + tag: 1.16.2@sha256:c41349dcd43eccf1bf61809e9d46d54dcb22bfbd31c6fb199630e2fbec54d628 backendImage: - repository: penpotapp/backend + repository: tccr.io/truecharts/penpot-backend pullPolicy: IfNotPresent - tag: latest@sha256:e1485e99dd7b587155cf577408bab8fb85daf7b1bb0586958acc19ed5422b869 + tag: 1.16.2@sha256:99997f7640b27274f0b1570cd8c839266661e54a3314dd1f1caf4dd1220de752 exporterImage: - repository: penpotapp/exporter + repository: tccr.io/truecharts/penpot-exporter pullPolicy: IfNotPresent - tag: latest@sha256:e5c8d7b78feae9997a11bf6b7281aa19907a799c97d76b8d46e0caa7a349fc3f + tag: 1.16.2@sha256:8104c3dd90001ca94023b4e0f6a47bdd3868610a31f25fb2aa9e61d2f10130b3 securityContext: runAsNonRoot: false