Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(apps): fix various issues #8095

Merged
merged 11 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/stable/browserless-chrome/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 10 additions & 12 deletions charts/stable/browserless-chrome/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,23 @@ portals:
path: "/metrics"
questions:
# Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Chrome"
- value: "puppeteerImage"
description: "Puppeteer"
# Include{workload}
# Include{workloadDeployment}

# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- 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
Expand Down
3 changes: 1 addition & 2 deletions charts/stable/browserless-chrome/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ puppeteerImage:
pullPolicy: IfNotPresent
tag: 1.57.0-puppeteer@sha256:e02a6ca0408a5951cfdc71a835aa145b9f016db49bc411ff5aec74ffdedfec6f

imageSelector: "image"

service:
main:
ports:
Expand All @@ -23,6 +21,7 @@ workload:
podSpec:
containers:
main:
imageSelector: "image"
probes:
liveness:
path: "/metrics"
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/deepstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 10 additions & 12 deletions charts/stable/deepstack/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,23 @@ portals:
questions:
# Portal
# Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "CPU"
- value: "gpuImage"
description: "GPU"
# Include{workload}
# Include{workloadDeployment}

# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- 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
Expand Down
3 changes: 1 addition & 2 deletions charts/stable/deepstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ gpuImage:
pullPolicy: IfNotPresent
tag: 2022.01.1@sha256:8df0f00903427234b7786e3bbe9ecfbc852a34d22509823e360336f1f04b41ba

imageSelector: "image"

securityContext:
container:
readOnlyRootFilesystem: false
Expand Down Expand Up @@ -44,6 +42,7 @@ workload:
podSpec:
containers:
main:
imageSelector: "image"
probes:
liveness:
type: http
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/doublecommander/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion charts/stable/doublecommander/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ workload:
podSpec:
containers:
main:
securityContext:
capabilities:
add:
- SYS_CHROOT
probes:
liveness:
type: http
Expand All @@ -32,7 +36,6 @@ workload:
startup:
type: http
path: /
env: {}

persistence:
config:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/impostor-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 10 additions & 12 deletions charts/stable/impostor-server/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,24 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- variable: imageSelector
group: "Container Image"
label: "Select Image"
schema:
type: string
default: "image"
enum:
- value: "image"
description: "Stable"
- value: "nightlyImage"
description: "Nightly"
# Include{workload}
# Include{workloadDeployment}

# Include{replicas1}
# Include{podSpec}
# Include{containerMain}

- 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
Expand Down
1 change: 1 addition & 0 deletions charts/stable/impostor-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
45 changes: 22 additions & 23 deletions charts/stable/jupyter/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,34 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- 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
# Include{workload}
# Include{workloadDeployment}

# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- 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

# Include{containerBasic}
# Include{containerAdvanced}
Expand Down
1 change: 1 addition & 0 deletions charts/stable/jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
env:
NB_UID: "{{ .Values.securityContext.container.PUID }}"
NB_GID: "{{ .Values.securityContext.pod.fsGroup }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/lama-cleaner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 10 additions & 11 deletions charts/stable/lama-cleaner/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,22 @@ portals:
# Include{portalLink}
questions:
# Include{global}
- variable: imageSelector
group: Container Image
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: CPU Image
- value: imageGPU
description: GPU Image
# Include{workload}
# Include{workloadDeployment}

# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: imageSelector
label: Select Image
schema:
type: string
default: image
enum:
- value: image
description: CPU Image
- value: imageGPU
description: GPU Image

# Include{containerBasic}
# Include{containerAdvanced}
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/lama-cleaner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -44,3 +43,4 @@ workload:
containers:
main:
command: lama-cleaner
imageSelector: image
2 changes: 1 addition & 1 deletion charts/stable/minecraft-bungeecord/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 14 additions & 16 deletions charts/stable/minecraft-bungeecord/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,27 @@
portals: {}
questions:
# Include{global}
- 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"
# Include{workload}
# Include{workloadDeployment}

# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- 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
Expand Down
1 change: 1 addition & 0 deletions charts/stable/minecraft-bungeecord/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ workload:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
type: tcp
Expand Down
Loading