chore(deps): update container image tccr.io/truecharts/wizarr to v3.4.1 (#12116)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/wizarr](https://togithub.com/truecharts/containers)
| major | `v2.2.0` -> `v3.4.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzcuNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
TrueCharts Bot
2023-10-08 20:42:53 +03:00
committed by GitHub
co-authored by Stavros Kois Stavros kois
parent fc8dcf8114
commit 5e5d22fdab
3 changed files with 23 additions and 26 deletions
+3 -3
View File
@@ -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
+3 -18
View File
@@ -9,33 +9,18 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- 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
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
@@ -88,13 +73,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
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
@@ -103,7 +88,7 @@ questions:
description: "The group that should own ALL storage."
schema:
type: int
default: 568
default: 0
# Include{resources}
# Include{advanced}
# Include{addons}
+17 -5
View File
@@ -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: