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