Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9e7fb7bde4
commit
356ce60a2d
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [cops-5.0.21](https://github.com/truecharts/charts/compare/cops-5.0.20...cops-5.0.21) (2023-11-05)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [cops-5.0.22](https://github.com/truecharts/charts/compare/cops-5.0.21...cops-5.0.22) (2023-11-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/cops to latest ([#14375](https://github.com/truecharts/charts/issues/14375))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [cops-5.0.21](https://github.com/truecharts/charts/compare/cops-5.0.20...cops-5.0.21) (2023-11-05)
|
## [cops-5.0.21](https://github.com/truecharts/charts/compare/cops-5.0.20...cops-5.0.21) (2023-11-05)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [cops-5.0.12](https://github.com/truecharts/charts/compare/cops-5.0.11...cops-5.0.12) (2023-09-27)
|
## [cops-5.0.12](https://github.com/truecharts/charts/compare/cops-5.0.11...cops-5.0.12) (2023-09-27)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/cops to latest ([#12991](https://github.com/truecharts/charts/issues/12991))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [cops-5.0.11](https://github.com/truecharts/charts/compare/cops-5.0.10...cops-5.0.11) (2023-09-24)
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ sources:
|
||||||
- https://github.com/orgs/linuxserver/packages/container/package/cops
|
- https://github.com/orgs/linuxserver/packages/container/package/cops
|
||||||
- https://github.com/linuxserver/docker-cops#readme
|
- https://github.com/linuxserver/docker-cops#readme
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.21
|
version: 5.0.22
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: Cloud
|
truecharts.org/category: Cloud
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [cops-5.0.22](https://github.com/truecharts/charts/compare/cops-5.0.21...cops-5.0.22) (2023-11-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/cops to latest ([#14375](https://github.com/truecharts/charts/issues/14375))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/cops
|
repository: tccr.io/truecharts/cops
|
||||||
tag: latest@sha256:f1bdff990984902d4284c221ce9c1847c37aa54d582bb7f12e0be0c8ebd90f51
|
tag: latest@sha256:143b386c34211f72f1d6b62ff5e57c5f96209c18213051b8d5e42d89df5b21cd
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -1095,7 +1095,7 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -1124,7 +1124,7 @@ questions:
|
||||||
- variable: scaleCert
|
- variable: scaleCert
|
||||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
schema:
|
schema:
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
@ -1133,13 +1133,13 @@ questions:
|
||||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
- variable: secretName
|
- variable: secretName
|
||||||
label: Use Custom Secret (Advanced)
|
label: Use Custom Secret (Advanced)
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
Loading…
Reference in New Issue