fix(apps): fix various issues (#8095)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user