From 94eb8c44c7fbd245d53d20c896aeb73545af1ea9 Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 2 Oct 2023 22:38:20 +1300 Subject: [PATCH] Debug why reset isn't working Signed-off-by: David Young --- charts/other/myprecious/Chart.yaml | 2 +- charts/other/myprecious/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/other/myprecious/Chart.yaml b/charts/other/myprecious/Chart.yaml index fd62082e6..4339ace7f 100644 --- a/charts/other/myprecious/Chart.yaml +++ b/charts/other/myprecious/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.2311 +version: 1.0.2312-pre-01 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/other/myprecious/values.yaml b/charts/other/myprecious/values.yaml index eaf8a0849..645a88466 100644 --- a/charts/other/myprecious/values.yaml +++ b/charts/other/myprecious/values.yaml @@ -242,6 +242,7 @@ bootstrap: &bootstrap - -c - | set -e + set -x # Allows us to use app.elfhosted.com/name, but fall back to app.kubernetes.io/name if the former doesn't exist if [[ -z "$ELF_APP_NAME" ]]; then