diff --git a/stable/wizarr/3.0.1/app-changelog.md b/stable/wizarr/3.0.1/app-changelog.md deleted file mode 100644 index 9ca892717d..0000000000 --- a/stable/wizarr/3.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wizarr-3.0.1](https://github.com/truecharts/charts/compare/wizarr-3.0.0...wizarr-3.0.1) (2023-10-07) - -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - \ No newline at end of file diff --git a/stable/wizarr/3.0.1/charts/common-14.0.9.tgz b/stable/wizarr/3.0.1/charts/common-14.0.9.tgz deleted file mode 100644 index 570d2bbefa..0000000000 Binary files a/stable/wizarr/3.0.1/charts/common-14.0.9.tgz and /dev/null differ diff --git a/stable/wizarr/3.0.1/CHANGELOG.md b/stable/wizarr/3.0.2/CHANGELOG.md similarity index 79% rename from stable/wizarr/3.0.1/CHANGELOG.md rename to stable/wizarr/3.0.2/CHANGELOG.md index 6f3b1940bf..b249240833 100644 --- a/stable/wizarr/3.0.1/CHANGELOG.md +++ b/stable/wizarr/3.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [wizarr-3.0.2](https://github.com/truecharts/charts/compare/wizarr-3.0.1...wizarr-3.0.2) (2023-10-08) + +### Chore + +- update container image tccr.io/truecharts/wizarr to v3.4.1 ([#12116](https://github.com/truecharts/charts/issues/12116)) + + + + ## [wizarr-3.0.1](https://github.com/truecharts/charts/compare/wizarr-3.0.0...wizarr-3.0.1) (2023-10-07) ### Chore diff --git a/stable/wizarr/3.0.1/Chart.yaml b/stable/wizarr/3.0.2/Chart.yaml similarity index 93% rename from stable/wizarr/3.0.1/Chart.yaml rename to stable/wizarr/3.0.2/Chart.yaml index 8960615ae5..7867d068fc 100644 --- a/stable/wizarr/3.0.1/Chart.yaml +++ b/stable/wizarr/3.0.2/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "2.2.0" +appVersion: "3.4.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.9 + version: 14.0.12 deprecated: false description: A automatic user invitation system for Plex. home: https://truecharts.org/charts/stable/wizarr @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr - https://github.com/Wizarrrr/wizarr type: application -version: 3.0.1 +version: 3.0.2 annotations: truecharts.org/catagories: | - HomeAutomation diff --git a/stable/wizarr/3.0.1/README.md b/stable/wizarr/3.0.2/README.md similarity index 100% rename from stable/wizarr/3.0.1/README.md rename to stable/wizarr/3.0.2/README.md diff --git a/stable/wizarr/3.0.2/app-changelog.md b/stable/wizarr/3.0.2/app-changelog.md new file mode 100644 index 0000000000..e7b72f7072 --- /dev/null +++ b/stable/wizarr/3.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wizarr-3.0.2](https://github.com/truecharts/charts/compare/wizarr-3.0.1...wizarr-3.0.2) (2023-10-08) + +### Chore + +- update container image tccr.io/truecharts/wizarr to v3.4.1 ([#12116](https://github.com/truecharts/charts/issues/12116)) + + \ No newline at end of file diff --git a/stable/wizarr/3.0.1/app-readme.md b/stable/wizarr/3.0.2/app-readme.md similarity index 100% rename from stable/wizarr/3.0.1/app-readme.md rename to stable/wizarr/3.0.2/app-readme.md diff --git a/stable/wizarr/3.0.2/charts/common-14.0.12.tgz b/stable/wizarr/3.0.2/charts/common-14.0.12.tgz new file mode 100644 index 0000000000..ff8f393295 Binary files /dev/null and b/stable/wizarr/3.0.2/charts/common-14.0.12.tgz differ diff --git a/stable/wizarr/3.0.1/ix_values.yaml b/stable/wizarr/3.0.2/ix_values.yaml similarity index 60% rename from stable/wizarr/3.0.1/ix_values.yaml rename to stable/wizarr/3.0.2/ix_values.yaml index 2dc6a2c311..1d7a8e8ab3 100644 --- a/stable/wizarr/3.0.1/ix_values.yaml +++ b/stable/wizarr/3.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/wizarr pullPolicy: IfNotPresent - tag: v2.2.0@sha256:bce9ad58272458e3453c4752b5014f49e7acf83695488446f2589a7a00e11a59 + tag: v3.4.1@sha256:1f8cde15297c1aa807914e094ff646781adcb81f2d74d76aa112d8df03640c3a service: main: @@ -11,6 +11,13 @@ service: targetPort: 5690 port: 10596 +securityContext: + container: + runAsUser: 0 + runAsGroup: 0 + runAsNonRoot: false + readOnlyRootFilesystem: false + workload: main: podSpec: @@ -24,17 +31,22 @@ workload: path: "/" type: http startup: - path: "/" - type: http + type: tcp env: - APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}" DISABLE_BUILTIN_AUTH: false - ALLOW_BUG_REPORTING: false persistence: database: enabled: true mountPath: /data/database + varrun: + enabled: false + type: emptyDir + mountPath: /var/run + nginxrun: + enabled: true + type: emptyDir + mountPath: /run/nginx portal: open: diff --git a/stable/wizarr/3.0.1/questions.yaml b/stable/wizarr/3.0.2/questions.yaml similarity index 98% rename from stable/wizarr/3.0.1/questions.yaml rename to stable/wizarr/3.0.2/questions.yaml index 03b57eb112..e155639c4d 100644 --- a/stable/wizarr/3.0.1/questions.yaml +++ b/stable/wizarr/3.0.2/questions.yaml @@ -99,33 +99,18 @@ questions: additional_attrs: true type: dict attrs: - - variable: env label: Image Environment schema: additional_attrs: true type: dict attrs: - - variable: APP_URL - label: App URL - description: URL at which you will access and share. - schema: - type: string - required: true - default: "" - variable: DISABLE_BUILTIN_AUTH label: Disable Builtin Auth description: Enable this if using an external auth provider schema: type: boolean default: false - - variable: ALLOW_BUG_REPORTING - label: Allow Bug Reporting - description: Helps upstream developers fix bugs proactively, recommended leave it enabled, but can be optionally disabled. - schema: - type: boolean - default: false - - variable: envList label: Extra Environment Variables description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." @@ -1078,13 +1063,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 568 + default: 0 - variable: runAsGroup label: "runAsGroup" description: "The groupID this App of the user running the application" schema: type: int - default: 568 + default: 0 # Settings from questions.yaml get appended here on a per-app basis - variable: PUID label: Process User ID - PUID @@ -1149,7 +1134,7 @@ questions: description: "The group that should own ALL storage." schema: type: int - default: 568 + default: 0 - variable: resources group: Resources and Devices label: "Resource Limits" diff --git a/stable/wizarr/3.0.1/templates/NOTES.txt b/stable/wizarr/3.0.2/templates/NOTES.txt similarity index 100% rename from stable/wizarr/3.0.1/templates/NOTES.txt rename to stable/wizarr/3.0.2/templates/NOTES.txt diff --git a/stable/wizarr/3.0.1/templates/common.yaml b/stable/wizarr/3.0.2/templates/common.yaml similarity index 100% rename from stable/wizarr/3.0.1/templates/common.yaml rename to stable/wizarr/3.0.2/templates/common.yaml diff --git a/stable/wizarr/3.0.1/values.yaml b/stable/wizarr/3.0.2/values.yaml similarity index 100% rename from stable/wizarr/3.0.1/values.yaml rename to stable/wizarr/3.0.2/values.yaml