From 2b663ea1154d5c9335cca829baa917cd134c96d5 Mon Sep 17 00:00:00 2001 From: Ralf Grubenmann Date: Mon, 14 Oct 2024 10:55:10 +0200 Subject: [PATCH] add chartpress.yml --- chartpress.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chartpress.yml diff --git a/chartpress.yml b/chartpress.yml new file mode 100644 index 00000000..6a0983ce --- /dev/null +++ b/chartpress.yml @@ -0,0 +1,18 @@ +charts: + - name: helm-chart/renku-search + resetTag: latest + imagePrefix: renku/ + repo: + git: SwissDataScienceCenter/helm-charts + published: https://swissdatasciencecenter.github.io/helm-charts + paths: + - . + images: + search-provision: + contextPath: . + dockerfilePath: Dockerfile # todo: use proper dockerfile + valuesPath: search.searchProvision.image + search-api: + contextPath: . + dockerfilePath: Dockerfile # todo: use proper dockerfile + valuesPath: search.searchApi.image