Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-04 16:42:19 +00:00
parent 80da9cb034
commit e71c336052
13 changed files with 40 additions and 28 deletions

View File

@ -1,9 +0,0 @@
## [piwigo-7.0.12](https://github.com/truecharts/charts/compare/piwigo-7.0.11...piwigo-7.0.12) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))

View File

@ -4,6 +4,15 @@
## [piwigo-7.0.13](https://github.com/truecharts/charts/compare/piwigo-7.0.12...piwigo-7.0.13) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/piwigo to v13.8.0 ([#14341](https://github.com/truecharts/charts/issues/14341))
## [piwigo-7.0.12](https://github.com/truecharts/charts/compare/piwigo-7.0.11...piwigo-7.0.12) (2023-11-03)
### Chore
@ -88,12 +97,3 @@
## [piwigo-7.0.3](https://github.com/truecharts/charts/compare/piwigo-7.0.2...piwigo-7.0.3) (2023-08-19)
### Chore
- update container image tccr.io/truecharts/piwigo to v13.8.0 ([#11712](https://github.com/truecharts/charts/issues/11712))
## [piwigo-7.0.2](https://github.com/truecharts/charts/compare/piwigo-7.0.1...piwigo-7.0.2) (2023-08-12)

View File

@ -27,7 +27,7 @@ sources:
- http://piwigo.org/
- https://github.com/linuxserver/docker-piwigo
type: application
version: 7.0.12
version: 7.0.13
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [piwigo-7.0.13](https://github.com/truecharts/charts/compare/piwigo-7.0.12...piwigo-7.0.13) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/piwigo to v13.8.0 ([#14341](https://github.com/truecharts/charts/issues/14341))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/piwigo
pullPolicy: IfNotPresent
tag: v13.8.0@sha256:51d266737ad1e849bd102a604484873c3b3fb0d12260b551b328259cf35363de
tag: v13.8.0@sha256:8fadb90a34226d798ab697fb1360a9529557dedddcfc3cc8dfb03ab426fb5be8
securityContext:
container:

View File

@ -893,6 +893,12 @@ questions:
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -931,12 +937,12 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
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 Certificate Secret (Advanced)'
@ -980,6 +986,12 @@ questions:
schema:
type: string
default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts
label: Hosts
schema:
@ -1037,8 +1049,8 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
- variable: certificateIssuer
label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
@ -1068,7 +1080,7 @@ questions:
type: string
default: ""
required: true
- variable: clusterIssuer
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
@ -1082,8 +1094,8 @@ questions:
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]