From 4a92ad9eac4855ed4497a136995821f9642880f0 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 14 Oct 2023 13:35:17 +0100 Subject: [PATCH] Add missing file paths to chartpress monitored paths --- helm-chart/chartpress.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/helm-chart/chartpress.yaml b/helm-chart/chartpress.yaml index b49db66b0..18f4e3b9c 100644 --- a/helm-chart/chartpress.yaml +++ b/helm-chart/chartpress.yaml @@ -27,8 +27,14 @@ charts: # changes that should trigger a rebuild of this image. paths: - images/binderhub - - ../setup.py - ../binderhub + - ../js + - ../babel.config.json + - ../MANIFEST.in - ../package.json + - ../pyproject.toml + - ../requirements.txt + - ../setup.cfg + - ../setup.py - ../webpack.config.js valuesPath: image