Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-28 19:44:21 +00:00
parent 8c4b15570d
commit 47b973af55
26 changed files with 186 additions and 164 deletions

View File

@ -1,9 +0,0 @@
## [baserow-7.0.18](https://github.com/truecharts/charts/compare/baserow-7.0.17...baserow-7.0.18) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [baserow-7.0.19](https://github.com/truecharts/charts/compare/baserow-7.0.18...baserow-7.0.19) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/baserow to v1.17.2 ([#9226](https://github.com/truecharts/charts/issues/9226))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [baserow-7.0.18](https://github.com/truecharts/charts/compare/baserow-7.0.17...baserow-7.0.18) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [baserow-7.0.10](https://github.com/truecharts/charts/compare/baserow-7.0.9...baserow-7.0.10) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/baserow to v1.16.0 ([#8553](https://github.com/truecharts/charts/issues/8553))
## [baserow-7.0.9](https://github.com/truecharts/charts/compare/baserow-7.0.8...baserow-7.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.17.1"
appVersion: "1.17.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -22,7 +22,7 @@ name: baserow
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
- https://gitlab.com/bramw/baserow/
version: 7.0.18
version: 7.0.19
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,13 @@
## [baserow-7.0.19](https://github.com/truecharts/charts/compare/baserow-7.0.18...baserow-7.0.19) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/baserow to v1.17.2 ([#9226](https://github.com/truecharts/charts/issues/9226))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/baserow
tag: v1.17.1@sha256:c37b42000c08e8150740ac376ff785d63bcd32c73a9afc95ff3900005ee99a7c
tag: v1.17.2@sha256:d70e48a124dae20c254909acf0cf10800237f5a5469353078276f5275e1baabf
pullPolicy: IfNotPresent
securityContext:

View File

@ -810,11 +810,43 @@ questions:
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -855,31 +887,6 @@ questions:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress

View File

@ -1,9 +0,0 @@
## [ddns-go-5.0.18](https://github.com/truecharts/charts/compare/ddns-go-5.0.17...ddns-go-5.0.18) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [ddns-go-5.0.19](https://github.com/truecharts/charts/compare/ddns-go-5.0.18...ddns-go-5.0.19) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.2.2 ([#9227](https://github.com/truecharts/charts/issues/9227))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [ddns-go-5.0.18](https://github.com/truecharts/charts/compare/ddns-go-5.0.17...ddns-go-5.0.18) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.1.1 ([#8295](https://github.com/truecharts/charts/issues/8295))
## [ddns-go-5.0.9](https://github.com/truecharts/charts/compare/ddns-go-5.0.8...ddns-go-5.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ddns-go
version: 5.0.18
appVersion: "5.2.1"
version: 5.0.19
appVersion: "5.2.2"
description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
type: application
deprecated: false

View File

@ -0,0 +1,13 @@
## [ddns-go-5.0.19](https://github.com/truecharts/charts/compare/ddns-go-5.0.18...ddns-go-5.0.19) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.2.2 ([#9227](https://github.com/truecharts/charts/issues/9227))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/ddns-go
pullPolicy: IfNotPresent
tag: v5.2.1@sha256:9d785cbdcb9288d95f6d49bc59cf9a38454bc1595439c1f919a6e381089c6d40
tag: v5.2.2@sha256:a4948be84d7cc270c9fc84909caae19874936a05e87273b5e6ab0ec8114fb2b4
securityContext:
container:

View File

@ -736,11 +736,43 @@ questions:
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -781,31 +813,6 @@ questions:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress