diff --git a/rshiny/Chart.yaml b/rshiny/Chart.yaml index 2a2d1d2da155fdd852be2b32d5e187d206b61e49..aec402a814c9caa7375be906b7a26d9ff5ab5a87 100644 --- a/rshiny/Chart.yaml +++ b/rshiny/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: 0.4.0 +version: 0.4.1 # 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/rshiny/templates/deployment.yaml b/rshiny/templates/deployment.yaml index 3f14f692260f144a8bdb4c5f79863a014710a9ca..41551c64005c1e2be38656481f92427e366c4704 100644 --- a/rshiny/templates/deployment.yaml +++ b/rshiny/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: containers: - name: rshiny-pod image: {{ .Values.imageFullNameAndTag }} - {{- if .Values.shiny.enforceCommand }} + {{- if .Values.shinyServer.enforceCommand }} command: ["shiny-server"] {{- end }} securityContext: