Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8c4b15570d
commit
47b973af55
|
@ -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))
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [baserow-7.0.18](https://github.com/truecharts/charts/compare/baserow-7.0.17...baserow-7.0.18) (2023-05-27)
|
||||||
|
|
||||||
### Chore
|
### 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)
|
## [baserow-7.0.10](https://github.com/truecharts/charts/compare/baserow-7.0.9...baserow-7.0.10) (2023-04-30)
|
||||||
|
|
||||||
### Chore
|
### 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))
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.17.1"
|
appVersion: "1.17.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -22,7 +22,7 @@ name: baserow
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
|
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
|
||||||
- https://gitlab.com/bramw/baserow/
|
- https://gitlab.com/bramw/baserow/
|
||||||
version: 7.0.18
|
version: 7.0.19
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/baserow
|
repository: tccr.io/truecharts/baserow
|
||||||
tag: v1.17.1@sha256:c37b42000c08e8150740ac376ff785d63bcd32c73a9afc95ff3900005ee99a7c
|
tag: v1.17.2@sha256:d70e48a124dae20c254909acf0cf10800237f5a5469353078276f5275e1baabf
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
|
@ -810,63 +810,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: tls
|
|
||||||
label: TLS-Settings
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: tlsEntry
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: hosts
|
|
||||||
label: Certificate Hosts
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: host
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: certificateIssuer
|
|
||||||
label: Use Cert-Manager clusterIssuer
|
|
||||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: scaleCert
|
|
||||||
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: 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
|
- variable: middlewares
|
||||||
label: Traefik Middlewares
|
label: Traefik Middlewares
|
||||||
description: Add previously created Traefik Middlewares to this Ingress
|
description: Add previously created Traefik Middlewares to this Ingress
|
||||||
|
@ -880,6 +823,70 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: tlsEntry
|
||||||
|
label: Host
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: hosts
|
||||||
|
label: Certificate Hosts
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: host
|
||||||
|
label: Host
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- variable: certificateIssuer
|
||||||
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
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
|
- variable: ingressList
|
||||||
label: Add Manual Custom Ingresses
|
label: Add Manual Custom Ingresses
|
||||||
group: Ingress
|
group: Ingress
|
|
@ -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))
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [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
|
### Chore
|
||||||
|
@ -84,16 +97,3 @@
|
||||||
|
|
||||||
### Chore
|
### 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))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: ddns-go
|
name: ddns-go
|
||||||
version: 5.0.18
|
version: 5.0.19
|
||||||
appVersion: "5.2.1"
|
appVersion: "5.2.2"
|
||||||
description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
|
description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/ddns-go
|
repository: tccr.io/truecharts/ddns-go
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v5.2.1@sha256:9d785cbdcb9288d95f6d49bc59cf9a38454bc1595439c1f919a6e381089c6d40
|
tag: v5.2.2@sha256:a4948be84d7cc270c9fc84909caae19874936a05e87273b5e6ab0ec8114fb2b4
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -736,63 +736,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: tls
|
|
||||||
label: TLS-Settings
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: tlsEntry
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: hosts
|
|
||||||
label: Certificate Hosts
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: host
|
|
||||||
label: Host
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: certificateIssuer
|
|
||||||
label: Use Cert-Manager clusterIssuer
|
|
||||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: scaleCert
|
|
||||||
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: 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
|
- variable: middlewares
|
||||||
label: Traefik Middlewares
|
label: Traefik Middlewares
|
||||||
description: Add previously created Traefik Middlewares to this Ingress
|
description: Add previously created Traefik Middlewares to this Ingress
|
||||||
|
@ -806,6 +749,70 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: tlsEntry
|
||||||
|
label: Host
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: hosts
|
||||||
|
label: Certificate Hosts
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: host
|
||||||
|
label: Host
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- variable: certificateIssuer
|
||||||
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
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
|
- variable: ingressList
|
||||||
label: Add Manual Custom Ingresses
|
label: Add Manual Custom Ingresses
|
||||||
group: Ingress
|
group: Ingress
|
Loading…
Reference in New Issue