mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-18 13:36:24 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
|
||||
|
||||
## [custom-app-8.0.0](https://github.com/truecharts/charts/compare/custom-app-7.0.23...custom-app-8.0.0) (2023-04-30)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 5 ([#8615](https://github.com/truecharts/charts/issues/8615))
|
||||
|
||||
### Fix
|
||||
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [custom-app-8.0.1](https://github.com/truecharts/charts/compare/custom-app-8.0.0...custom-app-8.0.1) (2023-05-01)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix secret (also a fix for custom app) ([#8639](https://github.com/truecharts/charts/issues/8639))
|
||||
|
||||
|
||||
|
||||
|
||||
## [custom-app-8.0.0](https://github.com/truecharts/charts/compare/custom-app-7.0.23...custom-app-8.0.0) (2023-04-30)
|
||||
|
||||
### Feat
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [custom-app-7.0.17](https://github.com/truecharts/charts/compare/custom-app-7.0.15...custom-app-7.0.17) (2022-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.20.2297
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ name: custom-app
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
|
||||
type: application
|
||||
version: 8.0.0
|
||||
version: 8.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- custom
|
||||
9
stable/custom-app/8.0.1/app-changelog.md
Normal file
9
stable/custom-app/8.0.1/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [custom-app-8.0.1](https://github.com/truecharts/charts/compare/custom-app-8.0.0...custom-app-8.0.1) (2023-05-01)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix secret (also a fix for custom app) ([#8639](https://github.com/truecharts/charts/issues/8639))
|
||||
|
||||
|
||||
@@ -186,60 +186,67 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hostNetwork
|
||||
label: "Host Networking"
|
||||
- variable: expertPodOpts
|
||||
label: "Expert - Pod Options"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: dnsConfig
|
||||
label: "DNS Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: options
|
||||
label: "Options"
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: hostNetwork
|
||||
label: "Host Networking"
|
||||
schema:
|
||||
type: list
|
||||
default: [{"name": "ndots", "value": "2"}]
|
||||
items:
|
||||
- variable: optionsEntry
|
||||
label: "Option Entry"
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: dnsConfig
|
||||
label: "DNS Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: options
|
||||
label: "Options"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Name"
|
||||
type: list
|
||||
default: [{"name": "ndots", "value": "2"}]
|
||||
items:
|
||||
- variable: optionsEntry
|
||||
label: "Option Entry"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Value"
|
||||
schema:
|
||||
type: string
|
||||
- variable: nameservers
|
||||
label: "Nameservers"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: nsEntry
|
||||
label: "Nameserver Entry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Value"
|
||||
- variable: searches
|
||||
label: "Searches"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: searchEntry
|
||||
label: "Search Entry"
|
||||
schema:
|
||||
type: string
|
||||
- variable: nameservers
|
||||
label: "Nameservers"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: nsEntry
|
||||
label: "Nameserver Entry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: searches
|
||||
label: "Searches"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: searchEntry
|
||||
label: "Search Entry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
required: true
|
||||
- variable: probes
|
||||
group: "App Configuration"
|
||||
label: "Healthcheck Probes"
|
||||
@@ -267,14 +274,14 @@ questions:
|
||||
description: "Probe Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "TCP"
|
||||
default: "tcp"
|
||||
enum:
|
||||
- value: "TCP"
|
||||
description: "TCP"
|
||||
- value: "HTTP"
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
- value: "tcp"
|
||||
description: "tcp"
|
||||
- value: "http"
|
||||
description: "http"
|
||||
- value: "https"
|
||||
description: "https"
|
||||
- variable: path
|
||||
label: "Probe Path"
|
||||
description: "Probe Path"
|
||||
@@ -301,14 +308,14 @@ questions:
|
||||
description: "Probe Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "TCP"
|
||||
default: "tcp"
|
||||
enum:
|
||||
- value: "TCP"
|
||||
description: "TCP"
|
||||
- value: "HTTP"
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
- value: "tcp"
|
||||
description: "tcp"
|
||||
- value: "http"
|
||||
description: "http"
|
||||
- value: "https"
|
||||
description: "https"
|
||||
- variable: path
|
||||
label: "Probe Path"
|
||||
description: "Probe Path"
|
||||
@@ -335,14 +342,14 @@ questions:
|
||||
description: "Probe Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "TCP"
|
||||
default: "tcp"
|
||||
enum:
|
||||
- value: "TCP"
|
||||
description: "TCP"
|
||||
- value: "HTTP"
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
- value: "tcp"
|
||||
description: "tcp"
|
||||
- value: "http"
|
||||
description: "http"
|
||||
- value: "https"
|
||||
description: "https"
|
||||
- variable: path
|
||||
label: "Probe Path"
|
||||
description: "Probe Path"
|
||||
@@ -409,16 +416,16 @@ questions:
|
||||
label: "Port Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "HTTP"
|
||||
default: "http"
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
- value: TCP
|
||||
description: "TCP"
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
- value: http
|
||||
description: "http"
|
||||
- value: "https"
|
||||
description: "https"
|
||||
- value: tcp
|
||||
description: "tcp"
|
||||
- value: "udp"
|
||||
description: "udp"
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
@@ -458,16 +465,16 @@ questions:
|
||||
label: "Port Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "TCP"
|
||||
default: "tcp"
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
- value: TCP
|
||||
description: "TCP"
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
- value: http
|
||||
description: "http"
|
||||
- value: "https"
|
||||
description: "https"
|
||||
- value: tcp
|
||||
description: "tcp"
|
||||
- value: "udp"
|
||||
description: "udp"
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [outline-7.0.10](https://github.com/truecharts/charts/compare/outline-7.0.9...outline-7.0.10) (2023-05-01)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix secret (also a fix for custom app) ([#8639](https://github.com/truecharts/charts/issues/8639))
|
||||
|
||||
|
||||
|
||||
|
||||
## [outline-7.0.9](https://github.com/truecharts/charts/compare/outline-7.0.8...outline-7.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
||||
|
||||
|
||||
## [outline-6.0.24](https://github.com/truecharts/charts/compare/outline-6.0.23...outline-6.0.24) (2023-02-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#7725](https://github.com/truecharts/charts/issues/7725))
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/outline
|
||||
- https://github.com/outline/outline
|
||||
type: application
|
||||
version: 7.0.9
|
||||
version: 7.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
9
stable/outline/7.0.10/app-changelog.md
Normal file
9
stable/outline/7.0.10/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [outline-7.0.10](https://github.com/truecharts/charts/compare/outline-7.0.9...outline-7.0.10) (2023-05-01)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix secret (also a fix for custom app) ([#8639](https://github.com/truecharts/charts/issues/8639))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.66.3@sha256:14ffd3c6ab1600700a2c5645d78e94a18b0b2b8313ac9e863c2feba800384a34
|
||||
tag: 0.69.0@sha256:94a476351c27c309faca804e4e804b68271b871fab6d245bf94282697633accb
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -10,13 +10,11 @@ service:
|
||||
# Enabled redis
|
||||
redis:
|
||||
enabled: true
|
||||
|
||||
redisUsername: outline
|
||||
redisUsername: default
|
||||
# Enabled postgres
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
user: outline
|
||||
database: outline
|
||||
|
||||
@@ -44,9 +42,8 @@ workload:
|
||||
key: std
|
||||
REDIS_URL:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: url
|
||||
name: secrets
|
||||
key: REDIS_CUSTOM_URL
|
||||
SECRET_KEY:
|
||||
secretKeyRef:
|
||||
name: secrets
|
||||
@@ -56,11 +53,9 @@ workload:
|
||||
name: secrets
|
||||
key: UTILS_SECRET
|
||||
command:
|
||||
[
|
||||
"sh",
|
||||
"-c",
|
||||
"yarn sequelize db:migrate --env=production-ssl-disabled",
|
||||
]
|
||||
- sh
|
||||
- -c
|
||||
- yarn sequelize db:migrate --env=production-ssl-disabled
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
@@ -1132,7 +1132,7 @@ questions:
|
||||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
||||
17
stable/outline/7.0.10/templates/_secrets.tpl
Normal file
17
stable/outline/7.0.10/templates/_secrets.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
{{/* Define the secrets */}}
|
||||
{{- define "outline.secrets" -}}
|
||||
{{- $secretName := (printf "%s-outline-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
|
||||
|
||||
{{/* Outline wants a HEX 32 char string */}}
|
||||
{{- $secret_key := (printf "%x" (randAlphaNum 32)) }}
|
||||
{{- $utils_secret := (printf "%x" (randAlphaNum 32)) }}
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
|
||||
{{- $secret_key = index .data "SECRET_KEY" | b64dec }}
|
||||
{{- $utils_secret = index .data "UTILS_SECRET" | b64dec }}
|
||||
{{- end }}
|
||||
enabled: true
|
||||
data:
|
||||
SECRET_KEY: {{ $secret_key }}
|
||||
UTILS_SECRET: {{ $utils_secret }}
|
||||
REDIS_CUSTOM_URL: {{ .Values.redis.creds.url | trimAll "\"" }}
|
||||
{{- end -}}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [outline-7.0.9](https://github.com/truecharts/charts/compare/outline-7.0.8...outline-7.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
{{/* Define the secrets */}}
|
||||
{{- define "outline.secrets" -}}
|
||||
{{- $secretName := (printf "%s-outline-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
|
||||
{{- $outlineprevious := lookup "v1" "Secret" .Release.Namespace $secretName }}
|
||||
enabled: true
|
||||
data:
|
||||
{{- if $outlineprevious }}
|
||||
SECRET_KEY: {{ index $outlineprevious.data "SECRET_KEY" | b64dec }}
|
||||
UTILS_SECRET: {{ index $outlineprevious.data "UTILS_SECRET"| b64dec }}
|
||||
{{- else }}
|
||||
{{- $secret_key := randAlphaNum 32 }}
|
||||
{{- $utils_secret := randAlphaNum 32 }}
|
||||
{{/* Outline wants a HEX 32 char string */}}
|
||||
SECRET_KEY: {{ (printf "%x" $secret_key) }}
|
||||
UTILS_SECRET: {{ (printf "%x" $utils_secret) }}
|
||||
{{- end }}
|
||||
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user