From 66b7ccdca3016a9f1e46ab5dc38b7b85a22da31e Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 13 Jan 2020 00:25:44 +0100 Subject: [PATCH] Convenience: resetVersion config in chartpress.yaml This allows usage of `chartpress --reset` to restore Chart.yaml and values.yaml to what it was before using `chartpress`. It can be useful to avoid committing unrelated changes to Chart.yaml and values.yaml after local development. --- pangeo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pangeo/Chart.yaml b/pangeo/Chart.yaml index ed9cd26..9d0b81e 100644 --- a/pangeo/Chart.yaml +++ b/pangeo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: pangeo -version: AUTO_POPULATED_BY_CHARTPRESS_AND_TRAVIS +version: 0.0.1-set.by.chartpress description: An extention of jupyterhub with extra Pangeo resources maintainers: - name: Jacob Tomlinson (Met Office)