mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 08:31:21 -03:00
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:
@@ -20,7 +20,7 @@ name: browserless-chrome
|
||||
sources:
|
||||
- https://docs.browserless.io/docs/docker.html
|
||||
- https://hub.docker.com/r/browserless/chrome/
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/kevinpapst/kimai2
|
||||
- https://github.com/tobybatch/kimai2
|
||||
- https://hub.docker.com/r/kimai/kimai2
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -94,6 +94,20 @@ questions:
|
||||
default: ""
|
||||
required: 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}
|
||||
|
||||
- variable: service
|
||||
|
||||
@@ -29,7 +29,7 @@ name: kutt
|
||||
sources:
|
||||
- https://github.com/thedevs-network/kutt
|
||||
type: application
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -139,7 +139,7 @@ questions:
|
||||
label: "DEFAULT_DOMAIN"
|
||||
schema:
|
||||
type: string
|
||||
default: "localhost:10195"
|
||||
default: ""
|
||||
- variable: LINK_LENGTH
|
||||
label: "LINK_LENGTH"
|
||||
schema:
|
||||
|
||||
@@ -21,7 +21,7 @@ name: deluge
|
||||
sources:
|
||||
- https://github.com/deluge-torrent/deluge
|
||||
type: application
|
||||
version: 10.0.4
|
||||
version: 10.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -75,21 +75,6 @@ questions:
|
||||
- value: "OnDelete"
|
||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||
# 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}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ name: homer
|
||||
sources:
|
||||
- https://github.com/bastienwirtz/homer
|
||||
- https://hub.docker.com/r/b4bz/homer
|
||||
version: 0.0.4
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -28,7 +28,7 @@ name: outline
|
||||
sources:
|
||||
- https://github.com/outline/outline
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
@@ -87,7 +87,7 @@ questions:
|
||||
description: "URL should point to the fully qualified, publicly accessible URL."
|
||||
schema:
|
||||
type: string
|
||||
default: "http://localhost:10194"
|
||||
default: ""
|
||||
- variable: COLLABORATION_URL
|
||||
label: "COLLABORATION_URL"
|
||||
description: "URL for external collaboration server"
|
||||
@@ -7,14 +7,13 @@ minioImage:
|
||||
repository: tccr.io/truecharts/minio
|
||||
tag: latest@sha256:b18261a8e8ca554f274cc076631c9c5898224843a86202a93f44c8dbbe60d6cc
|
||||
|
||||
# # Needs check
|
||||
# securityContext:
|
||||
# readOnlyRootFilesystem: false
|
||||
# runAsNonRoot: false
|
||||
# # Needs check
|
||||
# podSecurityContext:
|
||||
# runAsUser: 0
|
||||
# runAsGroup: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
FORCE_HTTPS: false
|
||||
Reference in New Issue
Block a user