From 8b9558e0a3b2059bcf6c6cab5438accc73b07f23 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Fri, 13 Sep 2024 10:29:19 +0100 Subject: [PATCH] Add missing chartpress config for publishing helm chart to gh-pages --- chartpress.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chartpress.yaml b/chartpress.yaml index d9d33b3..01b767d 100644 --- a/chartpress.yaml +++ b/chartpress.yaml @@ -13,8 +13,9 @@ charts: imagePrefix: quay.io/2i2c/ repo: git: 2i2c-org/gcp-filestore-backups + published: "https://2i2c.org/gcp-filestore-backups" images: gcp-filestore-backups: valuesPath: image contextPath: ./images/gcp-filestore-backups - dockerfilePath: ./images/gcp-filestore-backups/Dockerfile \ No newline at end of file + dockerfilePath: ./images/gcp-filestore-backups/Dockerfile