diff --git a/shiny-server/Chart.yaml b/shiny-server/Chart.yaml index 284b1b5cd2b0d440c428c1c74bc808d0ffa1a293..2fa01651901ca37c149c7987d934151eda704322 100644 --- a/shiny-server/Chart.yaml +++ b/shiny-server/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.3 +version: 0.4.4 # 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/shiny-server/templates/NOTES.txt b/shiny-server/templates/NOTES.txt index 1e21372c550efaeb82a3088e9906d73d3d3908f9..486150db45616f886dc38da3c1f8df29f28a287c 100644 --- a/shiny-server/templates/NOTES.txt +++ b/shiny-server/templates/NOTES.txt @@ -14,6 +14,3 @@ Settings: {{- if .Values.registry.private }} - Registry is private {{- end}} -{{- if .Values.shinyServer.enforceCommand }} -- Image command is overridden to "shiny-server" -{{- end}} diff --git a/shiny-server/templates/deployment.yaml b/shiny-server/templates/deployment.yaml index 41551c64005c1e2be38656481f92427e366c4704..06dc656eb919c3b4e836dc942b0190a678ec146e 100644 --- a/shiny-server/templates/deployment.yaml +++ b/shiny-server/templates/deployment.yaml @@ -29,9 +29,6 @@ spec: containers: - name: rshiny-pod image: {{ .Values.imageFullNameAndTag }} - {{- if .Values.shinyServer.enforceCommand }} - command: ["shiny-server"] - {{- end }} securityContext: runAsGroup: 999 runAsUser: 999 diff --git a/shiny-server/values.yaml b/shiny-server/values.yaml index c42f704336be0e84110ac677347e48111f28b6be..3d737853d049905f4e15ad1b378a8486f74293a4 100644 --- a/shiny-server/values.yaml +++ b/shiny-server/values.yaml @@ -31,7 +31,4 @@ ingress: registry: - private: false - -shinyServer: - enforceCommand: true \ No newline at end of file + private: false \ No newline at end of file