Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
af67572eb1
commit
329c1ee623
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [webtop-6.0.166](https://github.com/truecharts/charts/compare/webtop-6.0.165...webtop-6.0.166) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [webtop-6.0.167](https://github.com/truecharts/charts/compare/webtop-6.0.166...webtop-6.0.167) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webtop-alpine-i3 to latest ([#14413](https://github.com/truecharts/charts/issues/14413))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-6.0.166](https://github.com/truecharts/charts/compare/webtop-6.0.165...webtop-6.0.166) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [webtop-6.0.157](https://github.com/truecharts/charts/compare/webtop-6.0.156...webtop-6.0.157) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update webtop ([#14161](https://github.com/truecharts/charts/issues/14161))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-6.0.156](https://github.com/truecharts/charts/compare/webtop-6.0.155...webtop-6.0.156) (2023-10-31)
|
||||
|
||||
### Chore
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||
- https://github.com/linuxserver/docker-webtop#readme
|
||||
type: application
|
||||
version: 6.0.166
|
||||
version: 6.0.167
|
||||
annotations:
|
||||
truecharts.org/category: Tools-Utilities
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [webtop-6.0.167](https://github.com/truecharts/charts/compare/webtop-6.0.166...webtop-6.0.167) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/webtop-alpine-i3 to latest ([#14413](https://github.com/truecharts/charts/issues/14413))
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ archMATEImage:
|
|||
pullPolicy: Always
|
||||
alpineI3Image:
|
||||
repository: tccr.io/truecharts/webtop-alpine-i3
|
||||
tag: latest@sha256:26b01ef6bc04184bde39b73e24206bcda03a404c070c63e3b34e13e38b843527
|
||||
tag: latest@sha256:c3b367e2491824cd99b21b3ffd1f0b78e83155d5fc2ef3913f5724d37998534b
|
||||
pullPolicy: Always
|
||||
ubuntuI3Image:
|
||||
repository: tccr.io/truecharts/webtop-ubuntu-i3
|
|
@ -1104,7 +1104,7 @@ questions:
|
|||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -1133,7 +1133,7 @@ questions:
|
|||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
|
@ -1142,13 +1142,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
|
Loading…
Reference in New Issue