fix(incubator-apps): small fixes (#2274)

* feat(homer): move to stable

* bump

* feat(outline): move to stable

* bump

* bump

* fix tz

* add trusted host

* bump
This commit is contained in:
Stavros Kois
2022-03-25 00:56:40 +02:00
committed by GitHub
parent 97f80ac458
commit 1962d29df1
26 changed files with 29 additions and 31 deletions
@@ -20,7 +20,7 @@ name: browserless-chrome
sources: sources:
- https://docs.browserless.io/docs/docker.html - https://docs.browserless.io/docs/docker.html
- https://hub.docker.com/r/browserless/chrome/ - https://hub.docker.com/r/browserless/chrome/
version: 0.0.3 version: 0.0.4
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- productivity - productivity
+1 -1
View File
@@ -25,7 +25,7 @@ sources:
- https://github.com/kevinpapst/kimai2 - https://github.com/kevinpapst/kimai2
- https://github.com/tobybatch/kimai2 - https://github.com/tobybatch/kimai2
- https://hub.docker.com/r/kimai/kimai2 - https://hub.docker.com/r/kimai/kimai2
version: 0.0.1 version: 0.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- productivity - productivity
+14
View File
@@ -94,6 +94,20 @@ questions:
default: "" default: ""
required: true required: true
private: true private: true
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: TRUSTED_HOSTS
label: "TRUSTED_HOSTS"
description: "Comma separated list of trusted hosts."
schema:
type: string
default: "172.16.0.0/12"
# Include{containerConfig} # Include{containerConfig}
- variable: service - variable: service
+1 -1
View File
@@ -29,7 +29,7 @@ name: kutt
sources: sources:
- https://github.com/thedevs-network/kutt - https://github.com/thedevs-network/kutt
type: application type: application
version: 0.0.3 version: 0.0.4
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- productivity - productivity
+1 -1
View File
@@ -139,7 +139,7 @@ questions:
label: "DEFAULT_DOMAIN" label: "DEFAULT_DOMAIN"
schema: schema:
type: string type: string
default: "localhost:10195" default: ""
- variable: LINK_LENGTH - variable: LINK_LENGTH
label: "LINK_LENGTH" label: "LINK_LENGTH"
schema: schema:
+1 -1
View File
@@ -21,7 +21,7 @@ name: deluge
sources: sources:
- https://github.com/deluge-torrent/deluge - https://github.com/deluge-torrent/deluge
type: application type: application
version: 10.0.4 version: 10.0.5
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
-15
View File
@@ -75,21 +75,6 @@ questions:
- value: "OnDelete" - value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes" description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert} # Include{controllerExpert}
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: TZ
label: "Timezone"
schema:
type: string
default: "Australia/Hobart"
$ref:
- "definitions/timezone"
# Include{containerConfig} # Include{containerConfig}
@@ -20,7 +20,7 @@ name: homer
sources: sources:
- https://github.com/bastienwirtz/homer - https://github.com/bastienwirtz/homer
- https://hub.docker.com/r/b4bz/homer - https://hub.docker.com/r/b4bz/homer
version: 0.0.4 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
@@ -28,7 +28,7 @@ name: outline
sources: sources:
- https://github.com/outline/outline - https://github.com/outline/outline
type: application type: application
version: 0.0.1 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- productivity - productivity
@@ -87,7 +87,7 @@ questions:
description: "URL should point to the fully qualified, publicly accessible URL." description: "URL should point to the fully qualified, publicly accessible URL."
schema: schema:
type: string type: string
default: "http://localhost:10194" default: ""
- variable: COLLABORATION_URL - variable: COLLABORATION_URL
label: "COLLABORATION_URL" label: "COLLABORATION_URL"
description: "URL for external collaboration server" description: "URL for external collaboration server"
@@ -7,14 +7,13 @@ minioImage:
repository: tccr.io/truecharts/minio repository: tccr.io/truecharts/minio
tag: latest@sha256:b18261a8e8ca554f274cc076631c9c5898224843a86202a93f44c8dbbe60d6cc tag: latest@sha256:b18261a8e8ca554f274cc076631c9c5898224843a86202a93f44c8dbbe60d6cc
# # Needs check securityContext:
# securityContext: readOnlyRootFilesystem: false
# readOnlyRootFilesystem: false runAsNonRoot: false
# runAsNonRoot: false
# # Needs check podSecurityContext:
# podSecurityContext: runAsUser: 0
# runAsUser: 0 runAsGroup: 0
# runAsGroup: 0
env: env:
FORCE_HTTPS: false FORCE_HTTPS: false