diff --git a/charts/showroom-single-pod/Chart.yaml b/charts/showroom-single-pod/Chart.yaml index 0f1f158..84f2312 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: 1.0.6 +version: 1.0.7 # 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/templates/proxy/configmap-nginx-config.yaml b/charts/showroom-single-pod/templates/proxy/configmap-nginx-config.yaml index 228c224..4eb6ee4 100644 --- a/charts/showroom-single-pod/templates/proxy/configmap-nginx-config.yaml +++ b/charts/showroom-single-pod/templates/proxy/configmap-nginx-config.yaml @@ -75,7 +75,7 @@ data: } {{- end }} -{{- if eq .Values.ocpConsole.setup "true" }} +{{- if eq .Values.ocpconsole.setup "true" }} location /ocp/ { # JM: not working, don't know why # keeps looking for assets on / of the nginx