Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-12-11 01:55:05 +00:00
parent 6b33b9f903
commit 7b498a45ee
56 changed files with 136 additions and 113 deletions

View File

@ -1,4 +0,0 @@
## [euterpe-3.0.2](https://github.com/truecharts/charts/compare/euterpe-3.0.1...euterpe-3.0.2) (2022-12-11)

View File

@ -4,6 +4,15 @@
## [euterpe-3.0.3](https://github.com/truecharts/charts/compare/euterpe-3.0.2...euterpe-3.0.3) (2022-12-11)
### Fix
- fix gui
## [euterpe-3.0.2](https://github.com/truecharts/charts/compare/euterpe-3.0.1...euterpe-3.0.2) (2022-12-11)
@ -82,15 +91,6 @@
## [euterpe-2.0.1](https://github.com/truecharts/charts/compare/euterpe-2.0.0...euterpe-2.0.1) (2022-11-15)
### Chore
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
## [euterpe-2.0.1](https://github.com/truecharts/charts/compare/euterpe-2.0.0...euterpe-2.0.1) (2022-11-15)
### Chore

View File

@ -25,7 +25,7 @@ sources:
- https://github.com/ironsmile/euterpe
- https://hub.docker.com/r/ironsmile/euterpe
type: application
version: 3.0.2
version: 3.0.3
annotations:
truecharts.org/catagories: |
- Productivity

View File

@ -0,0 +1,9 @@
## [euterpe-3.0.3](https://github.com/truecharts/charts/compare/euterpe-3.0.2...euterpe-3.0.3) (2022-12-11)
### Fix
- fix gui

View File

@ -130,10 +130,9 @@ questions:
- variable: library_scan
label: Library Scan
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
additional_attrs: true
type: dict
attrs:
- variable: initial_wait_duration
label: Initial Wait Duration
schema:
@ -152,10 +151,9 @@ questions:
- variable: discogs
label: Discogs Settings
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
additional_attrs: true
type: dict
attrs:
- variable: discogs_auth_token
label: Discogs Auth Token
schema:
@ -166,33 +164,39 @@ questions:
schema:
type: boolean
default: false
- variable: danger_zone
label: Danger Zone Settings
- variable: show_danger_zone
label: Show Danger Zone Settings
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: gzip
label: gzip
- variable: danger_zone
label: Danger Zone Settings
schema:
type: boolean
default: true
- variable: read_timeout
label: Read Timeout
schema:
type: int
default: 15
- variable: write_timeout
label: Write Timeout
schema:
type: int
default: 1200
- variable: max_header_bytes
label: Max Header Bytes
schema:
type: int
default: 1048576
additional_attrs: true
type: dict
attrs:
- variable: gzip
label: gzip
schema:
type: boolean
default: true
- variable: read_timeout
label: Read Timeout
schema:
type: int
default: 15
- variable: write_timeout
label: Write Timeout
schema:
type: int
default: 1200
- variable: max_header_bytes
label: Max Header Bytes
schema:
type: int
default: 1048576
- variable: TZ
label: Timezone
group: "General Settings"

View File

@ -1,9 +0,0 @@
## [pingvin-share-0.0.2](https://github.com/truecharts/charts/compare/pingvin-share-0.0.1...pingvin-share-0.0.2) (2022-12-09)
### Chore
- update container image tccr.io/truecharts/pingvin-share to v0.3.3

View File

@ -4,6 +4,15 @@
## [pingvin-share-0.0.3](https://github.com/truecharts/charts/compare/pingvin-share-0.0.2...pingvin-share-0.0.3) (2022-12-11)
### Chore
- update container image tccr.io/truecharts/pingvin-share to v0.3.4
## [pingvin-share-0.0.2](https://github.com/truecharts/charts/compare/pingvin-share-0.0.1...pingvin-share-0.0.2) (2022-12-09)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.3.3"
appVersion: "0.3.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -22,7 +22,7 @@ sources:
- https://github.com/stonith404/pingvin-share
- https://hub.docker.com/r/stonith404/pingvin-share
type: application
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [pingvin-share-0.0.3](https://github.com/truecharts/charts/compare/pingvin-share-0.0.2...pingvin-share-0.0.3) (2022-12-11)
### Chore
- update container image tccr.io/truecharts/pingvin-share to v0.3.4

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/pingvin-share
pullPolicy: IfNotPresent
tag: 0.3.3@sha256:e065ad265935eac54f8c134de7af1b550bf58ea27f0df9e2ade6237d04653771
tag: 0.3.4@sha256:34e1c4630cbca311efe08800866746d5183717783857c93e69176ca1108cdfcf
securityContext:
readOnlyRootFilesystem: false

View File

@ -1,9 +0,0 @@
## [qinglong-4.0.6](https://github.com/truecharts/charts/compare/qinglong-4.0.5...qinglong-4.0.6) (2022-12-02)
### Chore
- update container image tccr.io/truecharts/qinglong to v2.15.2

View File

@ -4,6 +4,15 @@
## [qinglong-4.0.7](https://github.com/truecharts/charts/compare/qinglong-4.0.6...qinglong-4.0.7) (2022-12-11)
### Chore
- update container image tccr.io/truecharts/qinglong to v2.15.3
## [qinglong-4.0.6](https://github.com/truecharts/charts/compare/qinglong-4.0.5...qinglong-4.0.6) (2022-12-02)
### Chore
@ -81,15 +90,6 @@
## [qinglong-4.0.4](https://github.com/truecharts/charts/compare/qinglong-4.0.3...qinglong-4.0.4) (2022-11-20)
### Chore
- update container image tccr.io/truecharts/qinglong to v2.15.1
## [qinglong-4.0.4](https://github.com/truecharts/charts/compare/qinglong-4.0.3...qinglong-4.0.4) (2022-11-20)
### Chore

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: qinglong
version: 4.0.6
appVersion: "2.15.2"
version: 4.0.7
appVersion: "2.15.3"
description: A timed task management panel that supports typescript, javaScript, python3, and shell
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [qinglong-4.0.7](https://github.com/truecharts/charts/compare/qinglong-4.0.6...qinglong-4.0.7) (2022-12-11)
### Chore
- update container image tccr.io/truecharts/qinglong to v2.15.3

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/qinglong
pullPolicy: IfNotPresent
tag: 2.15.2@sha256:5ba6755faf127f718c213fc548b112015d2b3eb63658e95f0715582acdc801fb
tag: 2.15.3@sha256:504ee8e608b52e93b79643b16ecb1619703bd3f0ea219078b57d8a075b4ce005
securityContext:
readOnlyRootFilesystem: false

View File

@ -1,9 +0,0 @@
## [satisfactory-4.0.4](https://github.com/truecharts/charts/compare/satisfactory-4.0.3...satisfactory-4.0.4) (2022-12-08)
### Chore
- update container image tccr.io/truecharts/satisfactory to v1.4.1

View File

@ -4,6 +4,15 @@
## [satisfactory-4.0.5](https://github.com/truecharts/charts/compare/satisfactory-4.0.4...satisfactory-4.0.5) (2022-12-11)
### Chore
- update container image tccr.io/truecharts/satisfactory to v1.4.3
## [satisfactory-4.0.4](https://github.com/truecharts/charts/compare/satisfactory-4.0.3...satisfactory-4.0.4) (2022-12-08)
### Chore
@ -81,15 +90,6 @@
## [satisfactory-4.0.1](https://github.com/truecharts/charts/compare/satisfactory-4.0.0...satisfactory-4.0.1) (2022-11-15)
### Chore
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
## [satisfactory-4.0.1](https://github.com/truecharts/charts/compare/satisfactory-4.0.0...satisfactory-4.0.1) (2022-11-15)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.4.1"
appVersion: "1.4.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/wolveix/satisfactory-server
- https://hub.docker.com/r/wolveix/satisfactory-server
type: application
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- games

View File

@ -0,0 +1,9 @@
## [satisfactory-4.0.5](https://github.com/truecharts/charts/compare/satisfactory-4.0.4...satisfactory-4.0.5) (2022-12-11)
### Chore
- update container image tccr.io/truecharts/satisfactory to v1.4.3

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/satisfactory
pullPolicy: IfNotPresent
tag: 1.4.1@sha256:5e59d3ecea64dc1f55defa6d86f773959c07c0a4ff69377f76fe70044001a3e7
tag: 1.4.3@sha256:664e5e005ce6cf40b82395301685a0f2e5021157968b9f4ac36f17e39c342b9e
env:
AUTOPAUSE: true

View File

@ -1,4 +0,0 @@
## [xen-orchestra-3.0.5](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.4...xen-orchestra-3.0.5) (2022-12-03)

View File

@ -4,6 +4,15 @@
## [xen-orchestra-3.0.6](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.5...xen-orchestra-3.0.6) (2022-12-11)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.107.2
## [xen-orchestra-3.0.5](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.4...xen-orchestra-3.0.5) (2022-12-03)
@ -82,15 +91,6 @@
## [xen-orchestra-3.0.1](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.0...xen-orchestra-3.0.1) (2022-11-15)
### Chore
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
## [xen-orchestra-3.0.1](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.0...xen-orchestra-3.0.1) (2022-11-15)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.107.1"
appVersion: "5.107.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -18,7 +18,7 @@ name: xen-orchestra
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
- https://hub.docker.com/r/ronivay/xen-orchestra
version: 3.0.5
version: 3.0.6
annotations:
truecharts.org/catagories: |
- management

View File

@ -0,0 +1,9 @@
## [xen-orchestra-3.0.6](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.5...xen-orchestra-3.0.6) (2022-12-11)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.107.2

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/xenorchestra
tag: 5.107.1@sha256:0e8b7694e30f8724c5c99aa2c321dd7a3105b6714395634f0a89d8925ec14a40
tag: 5.107.2@sha256:00501da5e6032fe6a82740a7763ab188a6cc959b65367fdf293dd6c39d4db30f
pullPolicy: IfNotPresent
securityContext: