diff --git a/charts/incubator/browserless-chrome/Chart.yaml b/charts/incubator/browserless-chrome/Chart.yaml index a40adfea944..d1dcb4329e5 100644 --- a/charts/incubator/browserless-chrome/Chart.yaml +++ b/charts/incubator/browserless-chrome/Chart.yaml @@ -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 diff --git a/charts/incubator/kimai/Chart.yaml b/charts/incubator/kimai/Chart.yaml index 0042968a9e9..96ffc3ebcd2 100644 --- a/charts/incubator/kimai/Chart.yaml +++ b/charts/incubator/kimai/Chart.yaml @@ -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 diff --git a/charts/incubator/kimai/questions.yaml b/charts/incubator/kimai/questions.yaml index 487ced3c2c0..d6779f25c61 100644 --- a/charts/incubator/kimai/questions.yaml +++ b/charts/incubator/kimai/questions.yaml @@ -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 diff --git a/charts/incubator/kutt/Chart.yaml b/charts/incubator/kutt/Chart.yaml index c86caa4d30e..67550389ff2 100644 --- a/charts/incubator/kutt/Chart.yaml +++ b/charts/incubator/kutt/Chart.yaml @@ -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 diff --git a/charts/incubator/kutt/questions.yaml b/charts/incubator/kutt/questions.yaml index bb4d1b5f301..cb5a8fff1d6 100644 --- a/charts/incubator/kutt/questions.yaml +++ b/charts/incubator/kutt/questions.yaml @@ -139,7 +139,7 @@ questions: label: "DEFAULT_DOMAIN" schema: type: string - default: "localhost:10195" + default: "" - variable: LINK_LENGTH label: "LINK_LENGTH" schema: diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index 358b8ed4e3e..3f263c94ff9 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -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 diff --git a/charts/stable/deluge/questions.yaml b/charts/stable/deluge/questions.yaml index 3c0138c3b01..2a9aa8efb49 100644 --- a/charts/stable/deluge/questions.yaml +++ b/charts/stable/deluge/questions.yaml @@ -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} diff --git a/charts/incubator/homer/CHANGELOG.md b/charts/stable/homer/CHANGELOG.md similarity index 100% rename from charts/incubator/homer/CHANGELOG.md rename to charts/stable/homer/CHANGELOG.md diff --git a/charts/incubator/homer/CONFIG.md b/charts/stable/homer/CONFIG.md similarity index 100% rename from charts/incubator/homer/CONFIG.md rename to charts/stable/homer/CONFIG.md diff --git a/charts/incubator/homer/Chart.yaml b/charts/stable/homer/Chart.yaml similarity index 97% rename from charts/incubator/homer/Chart.yaml rename to charts/stable/homer/Chart.yaml index 8cf9309a5f7..9990347eee1 100644 --- a/charts/incubator/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -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 diff --git a/charts/incubator/homer/README.md b/charts/stable/homer/README.md similarity index 100% rename from charts/incubator/homer/README.md rename to charts/stable/homer/README.md diff --git a/charts/incubator/homer/helm-values.md b/charts/stable/homer/helm-values.md similarity index 100% rename from charts/incubator/homer/helm-values.md rename to charts/stable/homer/helm-values.md diff --git a/charts/incubator/homer/questions.yaml b/charts/stable/homer/questions.yaml similarity index 100% rename from charts/incubator/homer/questions.yaml rename to charts/stable/homer/questions.yaml diff --git a/charts/incubator/homer/security.md b/charts/stable/homer/security.md similarity index 100% rename from charts/incubator/homer/security.md rename to charts/stable/homer/security.md diff --git a/charts/incubator/homer/templates/common.yaml b/charts/stable/homer/templates/common.yaml similarity index 100% rename from charts/incubator/homer/templates/common.yaml rename to charts/stable/homer/templates/common.yaml diff --git a/charts/incubator/homer/values.yaml b/charts/stable/homer/values.yaml similarity index 100% rename from charts/incubator/homer/values.yaml rename to charts/stable/homer/values.yaml diff --git a/charts/incubator/outline/CHANGELOG.md b/charts/stable/outline/CHANGELOG.md similarity index 100% rename from charts/incubator/outline/CHANGELOG.md rename to charts/stable/outline/CHANGELOG.md diff --git a/charts/incubator/outline/CONFIG.md b/charts/stable/outline/CONFIG.md similarity index 100% rename from charts/incubator/outline/CONFIG.md rename to charts/stable/outline/CONFIG.md diff --git a/charts/incubator/outline/Chart.yaml b/charts/stable/outline/Chart.yaml similarity index 98% rename from charts/incubator/outline/Chart.yaml rename to charts/stable/outline/Chart.yaml index fc0ec56ccb9..4160a36a3f6 100644 --- a/charts/incubator/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -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 diff --git a/charts/incubator/outline/README.md b/charts/stable/outline/README.md similarity index 100% rename from charts/incubator/outline/README.md rename to charts/stable/outline/README.md diff --git a/charts/incubator/outline/helm-values.md b/charts/stable/outline/helm-values.md similarity index 100% rename from charts/incubator/outline/helm-values.md rename to charts/stable/outline/helm-values.md diff --git a/charts/incubator/outline/questions.yaml b/charts/stable/outline/questions.yaml similarity index 99% rename from charts/incubator/outline/questions.yaml rename to charts/stable/outline/questions.yaml index 12dff52188e..7cf688282f5 100644 --- a/charts/incubator/outline/questions.yaml +++ b/charts/stable/outline/questions.yaml @@ -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" diff --git a/charts/incubator/outline/security.md b/charts/stable/outline/security.md similarity index 100% rename from charts/incubator/outline/security.md rename to charts/stable/outline/security.md diff --git a/charts/incubator/outline/templates/_secrets.tpl b/charts/stable/outline/templates/_secrets.tpl similarity index 100% rename from charts/incubator/outline/templates/_secrets.tpl rename to charts/stable/outline/templates/_secrets.tpl diff --git a/charts/incubator/outline/templates/common.yaml b/charts/stable/outline/templates/common.yaml similarity index 100% rename from charts/incubator/outline/templates/common.yaml rename to charts/stable/outline/templates/common.yaml diff --git a/charts/incubator/outline/values.yaml b/charts/stable/outline/values.yaml similarity index 95% rename from charts/incubator/outline/values.yaml rename to charts/stable/outline/values.yaml index abb447b42bd..fc4b1e30aa1 100644 --- a/charts/incubator/outline/values.yaml +++ b/charts/stable/outline/values.yaml @@ -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