Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
44049a2e3c
commit
dd730583cc
|
@ -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))
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -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)
|
## [wizarr-3.0.1](https://github.com/truecharts/charts/compare/wizarr-3.0.0...wizarr-3.0.1) (2023-10-07)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.2.0"
|
appVersion: "3.4.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 14.0.9
|
version: 14.0.12
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A automatic user invitation system for Plex.
|
description: A automatic user invitation system for Plex.
|
||||||
home: https://truecharts.org/charts/stable/wizarr
|
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/truecharts/charts/tree/master/charts/stable/wizarr
|
||||||
- https://github.com/Wizarrrr/wizarr
|
- https://github.com/Wizarrrr/wizarr
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.1
|
version: 3.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- HomeAutomation
|
- HomeAutomation
|
|
@ -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))
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/wizarr
|
repository: tccr.io/truecharts/wizarr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2.2.0@sha256:bce9ad58272458e3453c4752b5014f49e7acf83695488446f2589a7a00e11a59
|
tag: v3.4.1@sha256:1f8cde15297c1aa807914e094ff646781adcb81f2d74d76aa112d8df03640c3a
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
@ -11,6 +11,13 @@ service:
|
||||||
targetPort: 5690
|
targetPort: 5690
|
||||||
port: 10596
|
port: 10596
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
container:
|
||||||
|
runAsUser: 0
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
podSpec:
|
podSpec:
|
||||||
|
@ -24,17 +31,22 @@ workload:
|
||||||
path: "/"
|
path: "/"
|
||||||
type: http
|
type: http
|
||||||
startup:
|
startup:
|
||||||
path: "/"
|
type: tcp
|
||||||
type: http
|
|
||||||
env:
|
env:
|
||||||
APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
|
||||||
DISABLE_BUILTIN_AUTH: false
|
DISABLE_BUILTIN_AUTH: false
|
||||||
ALLOW_BUG_REPORTING: false
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
database:
|
database:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /data/database
|
mountPath: /data/database
|
||||||
|
varrun:
|
||||||
|
enabled: false
|
||||||
|
type: emptyDir
|
||||||
|
mountPath: /var/run
|
||||||
|
nginxrun:
|
||||||
|
enabled: true
|
||||||
|
type: emptyDir
|
||||||
|
mountPath: /run/nginx
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
open:
|
open:
|
|
@ -99,33 +99,18 @@ questions:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
|
||||||
- variable: env
|
- variable: env
|
||||||
label: Image Environment
|
label: Image Environment
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
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
|
- variable: DISABLE_BUILTIN_AUTH
|
||||||
label: Disable Builtin Auth
|
label: Disable Builtin Auth
|
||||||
description: Enable this if using an external auth provider
|
description: Enable this if using an external auth provider
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
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
|
- variable: envList
|
||||||
label: Extra Environment Variables
|
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..."
|
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"
|
description: "The UserID of the user running the application"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 0
|
||||||
- variable: runAsGroup
|
- variable: runAsGroup
|
||||||
label: "runAsGroup"
|
label: "runAsGroup"
|
||||||
description: "The groupID this App of the user running the application"
|
description: "The groupID this App of the user running the application"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 0
|
||||||
# Settings from questions.yaml get appended here on a per-app basis
|
# Settings from questions.yaml get appended here on a per-app basis
|
||||||
- variable: PUID
|
- variable: PUID
|
||||||
label: Process User ID - PUID
|
label: Process User ID - PUID
|
||||||
|
@ -1149,7 +1134,7 @@ questions:
|
||||||
description: "The group that should own ALL storage."
|
description: "The group that should own ALL storage."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 0
|
||||||
- variable: resources
|
- variable: resources
|
||||||
group: Resources and Devices
|
group: Resources and Devices
|
||||||
label: "Resource Limits"
|
label: "Resource Limits"
|
Loading…
Reference in New Issue