Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8b11a227f2
commit
1f49f8d1ea
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.39](https://github.com/truecharts/charts/compare/mattermost-9.0.38...mattermost-9.0.39) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mattermost-9.0.40](https://github.com/truecharts/charts/compare/mattermost-9.0.39...mattermost-9.0.40) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14255](https://github.com/truecharts/charts/issues/14255))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.39](https://github.com/truecharts/charts/compare/mattermost-9.0.38...mattermost-9.0.39) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [mattermost-9.0.30](https://github.com/truecharts/charts/compare/mattermost-9.0.29...mattermost-9.0.30) (2023-10-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.1.0 ([#13677](https://github.com/truecharts/charts/issues/13677))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.29](https://github.com/truecharts/charts/compare/mattermost-9.0.28...mattermost-9.0.29) (2023-10-14)
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/mattermost
|
||||
- https://github.com/mattermost/mattermost-server
|
||||
- https://github.com/mattermost/docker
|
||||
version: 9.0.39
|
||||
version: 9.0.40
|
||||
annotations:
|
||||
truecharts.org/category: hosting
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.40](https://github.com/truecharts/charts/compare/mattermost-9.0.39...mattermost-9.0.40) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14255](https://github.com/truecharts/charts/issues/14255))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mattermost
|
||||
tag: v9.2.0@sha256:2162182ae4366d9089116fc6447ae0bb83996379ea595247de6062975a69f84a
|
||||
tag: v9.2.0@sha256:cb352aaa05651d484e953734e7148e2599f515f731898d273beef611074dc60f
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
|
@ -1319,19 +1319,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -1397,19 +1384,26 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [medusa-7.0.17](https://github.com/truecharts/charts/compare/medusa-7.0.16...medusa-7.0.17) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/medusa to v1.0.18 ([#14105](https://github.com/truecharts/charts/issues/14105))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [medusa-7.0.18](https://github.com/truecharts/charts/compare/medusa-7.0.17...medusa-7.0.18) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/medusa to v1.0.18 ([#14256](https://github.com/truecharts/charts/issues/14256))
|
||||
|
||||
|
||||
|
||||
|
||||
## [medusa-7.0.17](https://github.com/truecharts/charts/compare/medusa-7.0.16...medusa-7.0.17) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [medusa-7.0.8](https://github.com/truecharts/charts/compare/medusa-7.0.7...medusa-7.0.8) (2023-09-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/medusa to v1.0.17 ([#12597](https://github.com/truecharts/charts/issues/12597))
|
||||
|
||||
|
||||
|
||||
|
||||
## [medusa-7.0.7](https://github.com/truecharts/charts/compare/medusa-7.0.6...medusa-7.0.7) (2023-09-07)
|
||||
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/linuxserver/docker-medusa
|
||||
- https://pymedusa.com/
|
||||
type: application
|
||||
version: 7.0.17
|
||||
version: 7.0.18
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [medusa-7.0.18](https://github.com/truecharts/charts/compare/medusa-7.0.17...medusa-7.0.18) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/medusa to v1.0.18 ([#14256](https://github.com/truecharts/charts/issues/14256))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/medusa
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.0.18@sha256:d766da0e1459c01258794a84c860472a92363078178f6528cda505c4c91b22a8
|
||||
tag: v1.0.18@sha256:985d3cd270e3f5e0ff8df2fecb21ff00b98fd9cdd4ca54f560795772f46e1bec
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -802,19 +802,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -880,19 +867,26 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [wizarr-3.0.5](https://github.com/truecharts/charts/compare/wizarr-3.0.4...wizarr-3.0.5) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [wizarr-3.0.6](https://github.com/truecharts/charts/compare/wizarr-3.0.5...wizarr-3.0.6) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v3.4.8 ([#14286](https://github.com/truecharts/charts/issues/14286))
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-3.0.5](https://github.com/truecharts/charts/compare/wizarr-3.0.4...wizarr-3.0.5) (2023-10-29)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "3.4.1"
|
||||
appVersion: "3.4.8"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/wizarr
|
||||
- https://github.com/Wizarrrr/wizarr
|
||||
type: application
|
||||
version: 3.0.5
|
||||
version: 3.0.6
|
||||
annotations:
|
||||
truecharts.org/category: HomeAutomation
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [wizarr-3.0.6](https://github.com/truecharts/charts/compare/wizarr-3.0.5...wizarr-3.0.6) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v3.4.8 ([#14286](https://github.com/truecharts/charts/issues/14286))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/wizarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.4.1@sha256:1f8cde15297c1aa807914e094ff646781adcb81f2d74d76aa112d8df03640c3a
|
||||
tag: v3.4.8@sha256:c35e30f2addedb958a63233b54e48e6ff7934b9e0eaab3b6c2da21eb3c774808
|
||||
|
||||
service:
|
||||
main:
|
|
@ -810,19 +810,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -888,19 +875,26 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
Loading…
Reference in New Issue