diff --git a/charts/showroom-single-pod/Chart.yaml b/charts/showroom-single-pod/Chart.yaml index ed0db1b..3d88af8 100644 --- a/charts/showroom-single-pod/Chart.yaml +++ b/charts/showroom-single-pod/Chart.yaml @@ -7,7 +7,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: 0.0.16 +version: 0.0.17 # 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/showroom-single-pod/files/index.html b/charts/showroom-single-pod/files/index.html index d504741..c8ff856 100644 --- a/charts/showroom-single-pod/files/index.html +++ b/charts/showroom-single-pod/files/index.html @@ -8,7 +8,7 @@
-{{- if .Values.content.content_only }} +{{- if .Values.content.contentOnly }} {{- else }}
diff --git a/charts/showroom-single-pod/values.yaml b/charts/showroom-single-pod/values.yaml index 2d85f94..964a5a5 100644 --- a/charts/showroom-single-pod/values.yaml +++ b/charts/showroom-single-pod/values.yaml @@ -14,7 +14,7 @@ proxy: content: # Only create a content pane, no other tabs will be available - content_only: false + contentOnly: false image: ghcr.io/rhpds/showroom-content:latest imagePullPolicy: IfNotPresent repoUrl: https://github.com/rhpds/showroom_template_default.git