Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-04-19 23:23:31 +00:00
parent 2069832e3a
commit 6b17c55fff
157 changed files with 5123 additions and 458 deletions

View File

@ -1,9 +0,0 @@
## [browserless-chrome-5.0.6](https://github.com/truecharts/charts/compare/browserless-chrome-5.0.5...browserless-chrome-5.0.6) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [browserless-chrome-5.0.7](https://github.com/truecharts/charts/compare/browserless-chrome-5.0.6...browserless-chrome-5.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [browserless-chrome-5.0.6](https://github.com/truecharts/charts/compare/browserless-chrome-5.0.5...browserless-chrome-5.0.6) (2023-04-16)
### Chore
@ -88,12 +97,3 @@
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
## [browserless-chrome-4.0.9](https://github.com/truecharts/charts/compare/browserless-chrome-4.0.8...browserless-chrome-4.0.9) (2023-01-14)
### Chore
- update container image tccr.io/truecharts/browserless-chrome-puppeteer13 to v1.57.0

View File

@ -20,7 +20,7 @@ name: browserless-chrome
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
- https://docs.browserless.io/docs/docker.html
version: 5.0.6
version: 5.0.7
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [browserless-chrome-5.0.7](https://github.com/truecharts/charts/compare/browserless-chrome-5.0.6...browserless-chrome-5.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))

View File

@ -8,8 +8,6 @@ puppeteerImage:
pullPolicy: IfNotPresent
tag: 1.57.0-puppeteer@sha256:e02a6ca0408a5951cfdc71a835aa145b9f016db49bc411ff5aec74ffdedfec6f
imageSelector: "image"
service:
main:
ports:
@ -23,6 +21,7 @@ workload:
podSpec:
containers:
main:
imageSelector: "image"
probes:
liveness:
path: "/metrics"

View File

@ -47,17 +47,6 @@ portals:
path: "/metrics"
questions:
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Chrome"
- value: "puppeteerImage"
description: "Puppeteer"
- variable: workload
group: "Workload Settings"
label: ""
@ -107,8 +96,17 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Chrome"
- value: "puppeteerImage"
description: "Puppeteer"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true

View File

@ -1,9 +0,0 @@
## [deepstack-7.0.6](https://github.com/truecharts/charts/compare/deepstack-7.0.5...deepstack-7.0.6) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [deepstack-7.0.7](https://github.com/truecharts/charts/compare/deepstack-7.0.6...deepstack-7.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [deepstack-7.0.6](https://github.com/truecharts/charts/compare/deepstack-7.0.5...deepstack-7.0.6) (2023-04-16)
### Chore
@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/deepstack-gpu to v2022.01.1
## [deepstack-6.0.8](https://github.com/truecharts/charts/compare/deepstack-6.0.7...deepstack-6.0.8) (2023-01-14)
### Chore
- group more apps and fix some images ([#6356](https://github.com/truecharts/charts/issues/6356))

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/johnolafenwa/DeepStack
- https://www.deepstack.cc/
type: application
version: 7.0.6
version: 7.0.7
annotations:
truecharts.org/catagories: |
- AI

View File

@ -0,0 +1,9 @@
## [deepstack-7.0.7](https://github.com/truecharts/charts/compare/deepstack-7.0.6...deepstack-7.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))

View File

@ -7,8 +7,6 @@ gpuImage:
pullPolicy: IfNotPresent
tag: 2022.01.1@sha256:8df0f00903427234b7786e3bbe9ecfbc852a34d22509823e360336f1f04b41ba
imageSelector: "image"
securityContext:
container:
readOnlyRootFilesystem: false
@ -44,6 +42,7 @@ workload:
podSpec:
containers:
main:
imageSelector: "image"
probes:
liveness:
type: http

View File

@ -40,17 +40,6 @@ portals:
questions:
# Portal
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "CPU"
- value: "gpuImage"
description: "GPU"
- variable: workload
group: "Workload Settings"
label: ""
@ -100,8 +89,17 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "CPU"
- value: "gpuImage"
description: "GPU"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true

View File

@ -1,9 +0,0 @@
## [doublecommander-7.0.6](https://github.com/truecharts/charts/compare/doublecommander-7.0.5...doublecommander-7.0.6) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [doublecommander-7.0.7](https://github.com/truecharts/charts/compare/doublecommander-7.0.6...doublecommander-7.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [doublecommander-7.0.6](https://github.com/truecharts/charts/compare/doublecommander-7.0.5...doublecommander-7.0.6) (2023-04-16)
### Chore
@ -88,12 +97,3 @@
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [doublecommander-6.0.5](https://github.com/truecharts/charts/compare/doublecommander-6.0.4...doublecommander-6.0.5) (2022-12-25)
### Chore
- update helm general non-major

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/linuxserver/docker-doublecommander
- https://doublecmd.sourceforge.io/
type: application
version: 7.0.6
version: 7.0.7
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [doublecommander-7.0.7](https://github.com/truecharts/charts/compare/doublecommander-7.0.6...doublecommander-7.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))

View File

@ -22,6 +22,10 @@ workload:
podSpec:
containers:
main:
securityContext:
capabilities:
add:
- SYS_CHROOT
probes:
liveness:
type: http
@ -32,7 +36,6 @@ workload:
startup:
type: http
path: /
env: {}
persistence:
config:

View File

@ -1,9 +0,0 @@
## [impostor-server-4.0.4](https://github.com/truecharts/charts/compare/impostor-server-4.0.3...impostor-server-4.0.4) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [impostor-server-4.0.5](https://github.com/truecharts/charts/compare/impostor-server-4.0.4...impostor-server-4.0.5) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [impostor-server-4.0.4](https://github.com/truecharts/charts/compare/impostor-server-4.0.3...impostor-server-4.0.4) (2023-04-16)
### Chore
@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/impostor-server-nightly to vnightly
## [impostor-server-3.0.10](https://github.com/truecharts/charts/compare/impostor-server-3.0.9...impostor-server-3.0.10) (2023-01-07)
### Chore
- update container image tccr.io/truecharts/impostor-server-nightly to vnightly ([#6037](https://github.com/truecharts/charts/issues/6037))

View File

@ -19,7 +19,7 @@ name: impostor-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server
type: application
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- games

View File

@ -0,0 +1,9 @@
## [impostor-server-4.0.5](https://github.com/truecharts/charts/compare/impostor-server-4.0.4...impostor-server-4.0.5) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))

View File

@ -22,6 +22,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: false

View File

@ -39,17 +39,6 @@ portals:
- "$kubernetes-resource_configmap_tcportal-open_port"
questions:
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Stable"
- value: "nightlyImage"
description: "Nightly"
- variable: workload
group: "Workload Settings"
label: ""
@ -100,8 +89,17 @@ questions:
type: dict
attrs:
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Stable"
- value: "nightlyImage"
description: "Nightly"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true

View File

@ -1,9 +0,0 @@
## [jupyter-4.0.6](https://github.com/truecharts/charts/compare/jupyter-4.0.5...jupyter-4.0.6) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [jupyter-4.0.7](https://github.com/truecharts/charts/compare/jupyter-4.0.6...jupyter-4.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [jupyter-4.0.6](https://github.com/truecharts/charts/compare/jupyter-4.0.5...jupyter-4.0.6) (2023-04-16)
### Chore
@ -88,12 +97,3 @@
- ensure new helm deps repo is used in latest releases as well.
## [jupyter-3.0.15](https://github.com/truecharts/charts/compare/jupyter-3.0.14...jupyter-3.0.15) (2023-02-09)
### Chore
- update container image tccr.io/truecharts/jupyter-base to v2023-02

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://github.com/jupyter/docker-stacks
type: application
version: 4.0.6
version: 4.0.7
annotations:
truecharts.org/catagories: |
- Cloud

View File

@ -0,0 +1,9 @@
## [jupyter-4.0.7](https://github.com/truecharts/charts/compare/jupyter-4.0.6...jupyter-4.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))

View File

@ -58,6 +58,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
env:
NB_UID: "{{ .Values.securityContext.container.PUID }}"
NB_GID: "{{ .Values.securityContext.pod.fsGroup }}"

View File

@ -39,29 +39,6 @@ portals:
- "$kubernetes-resource_configmap_tcportal-open_port"
questions:
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Base Notebook
- value: minimalImage
description: Minimal Notebook
- value: rImage
description: R Notebook
- value: scipyImage
description: Scipy Notebook
- value: tensorflowImage
description: Tensorflow Notebook
- value: datascienceImage
description: Data Science Notebook
- value: pysparkImage
description: Pyspark Notebook
- value: allsparkImage
description: All Spark Notebook
- variable: workload
group: "Workload Settings"
label: ""
@ -111,6 +88,28 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Base Notebook
- value: minimalImage
description: Minimal Notebook
- value: rImage
description: R Notebook
- value: scipyImage
description: Scipy Notebook
- value: tensorflowImage
description: Tensorflow Notebook
- value: datascienceImage
description: Data Science Notebook
- value: pysparkImage
description: Pyspark Notebook
- value: allsparkImage
description: All Spark Notebook
- variable: envList
label: Extra Environment Variables

View File

@ -1,9 +0,0 @@
## [lama-cleaner-2.0.6](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.5...lama-cleaner-2.0.6) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [lama-cleaner-2.0.7](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.6...lama-cleaner-2.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [lama-cleaner-2.0.6](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.5...lama-cleaner-2.0.6) (2023-04-16)
### Chore

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner
- https://github.com/Sanster/lama-cleaner
type: application
version: 2.0.6
version: 2.0.7
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [lama-cleaner-2.0.7](https://github.com/truecharts/charts/compare/lama-cleaner-2.0.6...lama-cleaner-2.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))

View File

@ -6,7 +6,6 @@ gpuImage:
repository: tccr.io/truecharts/lama-cleaner-gpu
tag: v0.26.1@sha256:14ee85f997664a5e638287609b7bff9829c65ead48ce445612ac258631f4fc7d
pullPolicy: Always
imageSelector: image
lamacleaner:
model: lama
input: ""
@ -44,3 +43,4 @@ workload:
containers:
main:
command: lama-cleaner
imageSelector: image

View File

@ -39,17 +39,6 @@ portals:
- "$kubernetes-resource_configmap_tcportal-open_port"
questions:
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: CPU Image
- value: imageGPU
description: GPU Image
- variable: workload
group: "Workload Settings"
label: ""
@ -99,6 +88,16 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: CPU Image
- value: imageGPU
description: GPU Image
- variable: envList
label: Extra Environment Variables

View File

@ -1,9 +0,0 @@
## [minecraft-bungeecord-4.0.4](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.3...minecraft-bungeecord-4.0.4) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [minecraft-bungeecord-4.0.5](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.4...minecraft-bungeecord-4.0.5) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [minecraft-bungeecord-4.0.4](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.3...minecraft-bungeecord-4.0.4) (2023-04-16)
### Chore
@ -88,12 +97,3 @@
- update helm general non-major
## [minecraft-bungeecord-3.0.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-3.0.2...minecraft-bungeecord-3.0.3) (2022-12-13)
### Chore
- update helm general non-major

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord
- https://github.com/itzg/docker-bungeecord
type: application
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- proxy

View File

@ -0,0 +1,9 @@
## [minecraft-bungeecord-4.0.5](https://github.com/truecharts/charts/compare/minecraft-bungeecord-4.0.4...minecraft-bungeecord-4.0.5) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))

View File

@ -50,6 +50,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
type: tcp

View File

@ -32,21 +32,6 @@ groups:
portals: {}
questions:
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Default Image"
- value: "j17Image"
description: "Java 17"
- value: "j11Image"
description: "Java 11"
- value: "j8Image"
description: "Java 8"
- variable: workload
group: "Workload Settings"
label: ""
@ -96,8 +81,21 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: imageSelector
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Default Image"
- value: "j17Image"
description: "Java 17"
- value: "j11Image"
description: "Java 11"
- value: "j8Image"
description: "Java 8"
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true

View File

@ -1,9 +0,0 @@
## [minecraft-java-4.0.4](https://github.com/truecharts/charts/compare/minecraft-java-4.0.3...minecraft-java-4.0.4) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [minecraft-java-4.0.5](https://github.com/truecharts/charts/compare/minecraft-java-4.0.4...minecraft-java-4.0.5) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [minecraft-java-4.0.4](https://github.com/truecharts/charts/compare/minecraft-java-4.0.3...minecraft-java-4.0.4) (2023-04-16)
### Chore
@ -88,12 +97,3 @@
- update minecraft-java to v2023.1.0
## [minecraft-java-3.0.24](https://github.com/truecharts/charts/compare/minecraft-java-3.0.23...minecraft-java-3.0.24) (2023-02-04)
### Chore
- update container image tccr.io/truecharts/minecraft-java19 to latest

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java
- https://github.com/itzg/docker-minecraft-server
type: application
version: 4.0.4
version: 4.0.5
annotations:
truecharts.org/catagories: |
- games

View File

@ -0,0 +1,9 @@
## [minecraft-java-4.0.5](https://github.com/truecharts/charts/compare/minecraft-java-4.0.4...minecraft-java-4.0.5) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))

View File

@ -50,7 +50,6 @@ j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: 2023.1.0@sha256:c0d6473a7d23fb5cd6fd4776c4d3346c8266a217ada91362b87029f63e677cb4
pullPolicy: Always
imageSelector: image
service:
main:
ports:
@ -81,6 +80,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: true

View File

@ -32,39 +32,6 @@ groups:
portals: {}
questions:
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Java 17 HotSpot
- value: j19Image
description: Java 19 HotSpot
- value: j17j9Image
description: Java 17 OpenJ9
- value: j17jdkImage
description: Java 17 JDK
- value: j17gceImage
description: Java 17 GraalVM CE
- value: j17alpineImage
description: Java 17 Hotspot(Alpine)
- value: j11jdkImage
description: Java 11 JDK
- value: j11Image
description: Java 11 HotSpot
- value: j11j9Image
description: Java 11 OpenJ9
- value: j8Image
description: Java 8 HotSpot
- value: j8gceImage
description: Java 8 GraalVM CE
- value: j8jdkImage
description: Java 8 JDK
- value: j8j9Image
description: Java 8 OpenJ9
- variable: workload
group: "Workload Settings"
label: ""
@ -114,9 +81,40 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: Java 17 HotSpot
- value: j19Image
description: Java 19 HotSpot
- value: j17j9Image
description: Java 17 OpenJ9
- value: j17jdkImage
description: Java 17 JDK
- value: j17gceImage
description: Java 17 GraalVM CE
- value: j17alpineImage
description: Java 17 Hotspot(Alpine)
- value: j11jdkImage
description: Java 11 JDK
- value: j11Image
description: Java 11 HotSpot
- value: j11j9Image
description: Java 11 OpenJ9
- value: j8Image
description: Java 8 HotSpot
- value: j8gceImage
description: Java 8 GraalVM CE
- value: j8jdkImage
description: Java 8 JDK
- value: j8j9Image
description: Java 8 OpenJ9
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true

View File

@ -1,9 +0,0 @@
## [paperless-ngx-1.0.6](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.5...paperless-ngx-1.0.6) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))

View File

@ -4,6 +4,15 @@
## [paperless-ngx-1.0.7](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.6...paperless-ngx-1.0.7) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [paperless-ngx-1.0.6](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.5...paperless-ngx-1.0.6) (2023-04-16)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: paperless-ngx
version: 1.0.6
version: 1.0.7
appVersion: "1.13.0"
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
type: application

Some files were not shown because too many files have changed in this diff Show More