diff --git a/charts/incubator/octoprint/Chart.yaml b/charts/incubator/octoprint/Chart.yaml index ea28e5eee6a..b8b87c2bd8a 100644 --- a/charts/incubator/octoprint/Chart.yaml +++ b/charts/incubator/octoprint/Chart.yaml @@ -20,4 +20,4 @@ name: octoprint sources: - https://github.com/OctoPrint/OctoPrint - https://hub.docker.com/r/octoprint/octoprint -version: 1.2.0 +version: 1.2.1 diff --git a/charts/incubator/octoprint/SCALE/questions.yaml b/charts/incubator/octoprint/SCALE/questions.yaml index 02d962a4f4f..abfa05330ed 100644 --- a/charts/incubator/octoprint/SCALE/questions.yaml +++ b/charts/incubator/octoprint/SCALE/questions.yaml @@ -608,45 +608,6 @@ questions: type: boolean default: true - - variable: podSecurityContext - group: "Security and Permissions" - label: "Pod Security Context" - schema: - type: dict - attrs: - - variable: runAsNonRoot - label: "runAsNonRoot" - schema: - type: boolean - default: true - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: The groupID this App of the user running the application" - schema: - type: int - default: 568 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: "OnRootMismatch" - enum: - - value: "OnRootMismatch" - description: "OnRootMismatch" - - value: "Always" - description: "Always" - variable: deviceList label: "Mount USB devices" group: "Resources and Devices"