Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e91236cc88
commit
8092c7abc3
|
@ -1,6 +1,16 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="quassel-core-0.0.22"></a>
|
||||
### [quassel-core-0.0.22](https://github.com/truecharts/apps/compare/quassel-core-0.0.21...quassel-core-0.0.22) (2022-02-02)
|
||||
|
||||
#### Fix
|
||||
|
||||
* Restore probes ([#1832](https://github.com/truecharts/apps/issues/1832))
|
||||
* Remove probes and portal, as this is only a backend ([#1827](https://github.com/truecharts/apps/issues/1827))
|
||||
|
||||
|
||||
|
||||
<a name="quassel-core-0.0.21"></a>
|
||||
### [quassel-core-0.0.21](https://github.com/truecharts/apps/compare/quassel-core-0.0.20...quassel-core-0.0.21) (2022-02-02)
|
||||
|
||||
|
@ -87,13 +97,3 @@
|
|||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#1704](https://github.com/truecharts/apps/issues/1704))
|
||||
|
||||
|
||||
|
||||
<a name="quassel-core-0.0.12"></a>
|
||||
### [quassel-core-0.0.12](https://github.com/truecharts/apps/compare/quassel-core-0.0.11...quassel-core-0.0.12) (2022-01-11)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#1693](https://github.com/truecharts/apps/issues/1693))
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://truecharts.org/
|
||||
version: 6.0.60
|
||||
digest: sha256:bc155b621200ce07c207d4830db1eaf79924420455e4808dc7663f65c6b2bc93
|
||||
generated: "2022-02-02T13:56:41.122613831Z"
|
||||
generated: "2022-02-02T23:32:20.260657114Z"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: quassel-core
|
||||
version: 0.0.21
|
||||
version: 0.0.22
|
||||
appVersion: "0.14.0"
|
||||
description: Quassel-core is a modern, cross-platform, distributed IRC client.
|
||||
type: application
|
|
@ -25,30 +25,8 @@ groups:
|
|||
description: "Addon Configuration"
|
||||
- name: "Advanced"
|
||||
description: "Advanced Configuration"
|
||||
portals:
|
||||
web_portal:
|
||||
protocols:
|
||||
- "$kubernetes-resource_configmap_portal_protocol"
|
||||
host:
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
ports:
|
||||
- "$kubernetes-resource_configmap_portal_port"
|
||||
portals: {}
|
||||
questions:
|
||||
- variable: portal
|
||||
group: "Container Image"
|
||||
label: "Configure Portal Button"
|
||||
schema:
|
||||
type: dict
|
||||
hidden: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Enable"
|
||||
description: "enable the portal button"
|
||||
schema:
|
||||
hidden: true
|
||||
editable: false
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: global
|
||||
label: "global settings"
|
||||
group: "Controller"
|
Loading…
Reference in New Issue