Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
55c12f9e66
commit
e4971b4750
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [technitium-3.0.10](https://github.com/truecharts/charts/compare/technitium-3.0.9...technitium-3.0.10) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
- fix some duplicate entries ([#8713](https://github.com/truecharts/charts/issues/8713))
|
||||
|
||||
|
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [technitium-3.0.11](https://github.com/truecharts/charts/compare/technitium-3.0.10...technitium-3.0.11) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix some invalid questions.yaml ([#8718](https://github.com/truecharts/charts/issues/8718))
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
||||
|
||||
|
||||
## [technitium-3.0.10](https://github.com/truecharts/charts/compare/technitium-3.0.9...technitium-3.0.10) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
@ -87,13 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [technitium-3.0.2](https://github.com/truecharts/charts/compare/technitium-3.0.1...technitium-3.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [technitium-3.0.2](https://github.com/truecharts/charts/compare/technitium-3.0.1...technitium-3.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/TechnitiumSoftware/DnsServer
|
||||
- https://technitium.com/
|
||||
type: application
|
||||
version: 3.0.10
|
||||
version: 3.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [technitium-3.0.11](https://github.com/truecharts/charts/compare/technitium-3.0.10...technitium-3.0.11) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix some invalid questions.yaml ([#8718](https://github.com/truecharts/charts/issues/8718))
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
|
@ -1456,12 +1456,12 @@ questions:
|
|||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: PUID
|
||||
label: Process User ID - PUID
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [traefik-forward-auth-0.1.1](https://github.com/truecharts/charts/compare/traefik-forward-auth-0.1.0...traefik-forward-auth-0.1.1) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
- fix some duplicate entries ([#8713](https://github.com/truecharts/charts/issues/8713))
|
||||
|
||||
|
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [traefik-forward-auth-0.1.2](https://github.com/truecharts/charts/compare/traefik-forward-auth-0.1.1...traefik-forward-auth-0.1.2) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix some invalid questions.yaml ([#8718](https://github.com/truecharts/charts/issues/8718))
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
||||
|
||||
|
||||
## [traefik-forward-auth-0.1.1](https://github.com/truecharts/charts/compare/traefik-forward-auth-0.1.0...traefik-forward-auth-0.1.1) (2023-05-03)
|
||||
|
||||
### Fix
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: traefik-forward-auth
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
appVersion: "latest"
|
||||
description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md).
|
||||
type: application
|
||||
|
@ -22,7 +22,6 @@ dependencies:
|
|||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
# condition:
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [traefik-forward-auth-0.1.2](https://github.com/truecharts/charts/compare/traefik-forward-auth-0.1.1...traefik-forward-auth-0.1.2) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix some invalid questions.yaml ([#8718](https://github.com/truecharts/charts/issues/8718))
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
|
@ -1051,19 +1051,32 @@ questions:
|
|||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
- variable: securityContext
|
||||
group: Security and Permissions
|
||||
label: Security Context
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: container
|
||||
label: Container
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: PUID
|
||||
label: Process User ID - PUID
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
|
||||
## [grist-7.0.29](https://github.com/truecharts/charts/compare/grist-7.0.28...grist-7.0.29) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grist to v1.0.9 ([#8450](https://github.com/truecharts/charts/issues/8450))
|
||||
|
||||
### Fix
|
||||
|
||||
- fix some invalid questions.yaml ([#8718](https://github.com/truecharts/charts/issues/8718))
|
||||
- already adapt questions.yaml GUI to prevent tests from needlessly failing for unported charts ([#8720](https://github.com/truecharts/charts/issues/8720))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [grist-7.0.31](https://github.com/truecharts/charts/compare/grist-7.0.29...grist-7.0.31) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grist-7.0.29](https://github.com/truecharts/charts/compare/grist-7.0.28...grist-7.0.29) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [grist-7.0.20](https://github.com/truecharts/charts/compare/grist-7.0.19...grist-7.0.20) (2023-01-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/grist
|
||||
- https://github.com/gristlabs/grist-core
|
||||
- https://support.getgrist.com/
|
||||
version: 7.0.29
|
||||
version: 7.0.31
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [grist-7.0.31](https://github.com/truecharts/charts/compare/grist-7.0.29...grist-7.0.31) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
|
@ -229,12 +229,6 @@ questions:
|
|||
description: multiSite
|
||||
- value: multiAccounts
|
||||
description: multiAccounts
|
||||
- variable: default_locale
|
||||
label: Default Locale
|
||||
description: Locale to use as fallback when Grist cannot honour the browser locale.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: max_upload_import_mb
|
||||
label: Max Upload Import in MB
|
||||
description: Max allowed size for imports (except .grist files) (0 for unlimited).
|
||||
|
@ -1023,7 +1017,7 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
|
||||
## [synapse-7.0.31](https://github.com/truecharts/charts/compare/synapse-7.0.30...synapse-7.0.31) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/synapse to v1.82.0 ([#8263](https://github.com/truecharts/charts/issues/8263))
|
||||
|
||||
### Fix
|
||||
|
||||
- fix some invalid questions.yaml ([#8718](https://github.com/truecharts/charts/issues/8718))
|
||||
- already adapt questions.yaml GUI to prevent tests from needlessly failing for unported charts ([#8720](https://github.com/truecharts/charts/issues/8720))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [synapse-7.0.32](https://github.com/truecharts/charts/compare/synapse-7.0.31...synapse-7.0.32) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synapse-7.0.31](https://github.com/truecharts/charts/compare/synapse-7.0.30...synapse-7.0.31) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synapse-7.0.22](https://github.com/truecharts/charts/compare/synapse-7.0.21...synapse-7.0.22) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
|
@ -25,7 +25,7 @@ name: synapse
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/synapse
|
||||
type: application
|
||||
version: 7.0.31
|
||||
version: 7.0.32
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [synapse-7.0.32](https://github.com/truecharts/charts/compare/synapse-7.0.31...synapse-7.0.32) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
|
@ -505,11 +505,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: "WARNING"
|
||||
- variable: sqlLogLevel
|
||||
label: "Root Log Level"
|
||||
schema:
|
||||
type: string
|
||||
default: "WARNING"
|
||||
- variable: mail
|
||||
group: "App Configuration"
|
||||
label: "Mail Configuration"
|
||||
|
@ -1299,7 +1294,7 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
Loading…
Reference in New Issue