Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [quassel-core-8.0.14](https://github.com/truecharts/charts/compare/quassel-core-8.0.13...quassel-core-8.0.14) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [quassel-core-8.0.15](https://github.com/truecharts/charts/compare/quassel-core-8.0.14...quassel-core-8.0.15) (2023-11-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#14382](https://github.com/truecharts/charts/issues/14382))
|
||||
|
||||
|
||||
|
||||
|
||||
## [quassel-core-8.0.14](https://github.com/truecharts/charts/compare/quassel-core-8.0.13...quassel-core-8.0.14) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [quassel-core-8.0.4](https://github.com/truecharts/charts/compare/quassel-core-8.0.3...quassel-core-8.0.4) (2023-09-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#12716](https://github.com/truecharts/charts/issues/12716))
|
||||
|
||||
|
||||
|
||||
|
||||
## [quassel-core-8.0.3](https://github.com/truecharts/charts/compare/quassel-core-8.0.2...quassel-core-8.0.3) (2023-08-21)
|
||||
|
||||
### Chore
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: quassel-core
|
||||
version: 8.0.14
|
||||
version: 8.0.15
|
||||
appVersion: "0.14.0"
|
||||
description: Quassel-core is a modern, cross-platform, distributed IRC client.
|
||||
type: application
|
||||
9
stable/quassel-core/8.0.15/app-changelog.md
Normal file
9
stable/quassel-core/8.0.15/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [quassel-core-8.0.15](https://github.com/truecharts/charts/compare/quassel-core-8.0.14...quassel-core-8.0.15) (2023-11-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#14382](https://github.com/truecharts/charts/issues/14382))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/quassel-core
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.14.0@sha256:9c4c2a88492d26d453d85c38e8b95e467776329d63b889d7fb3c308f9ef77c9d
|
||||
tag: v0.14.0@sha256:44ad6e0bb90772bedcee1d51c9e69a28db35de17d438516d6157ec45185abdc6
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -929,7 +929,7 @@ questions:
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -958,7 +958,7 @@ questions:
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
@@ -967,13 +967,13 @@ questions:
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
Reference in New Issue
Block a user