diff --git a/charts/showroom-single-pod/Chart.yaml b/charts/showroom-single-pod/Chart.yaml index 766e206..9082c34 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.5 +version: 0.0.6 # 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/deployment.yaml b/charts/showroom-single-pod/templates/deployment.yaml index 2d854d4..2ee2c90 100644 --- a/charts/showroom-single-pod/templates/deployment.yaml +++ b/charts/showroom-single-pod/templates/deployment.yaml @@ -118,4 +118,4 @@ spec: claimName: lab-user-home {{- else }} emptyDir: {} -{{- endif }} +{{- end }}