Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-31 17:40:02 +00:00
parent b12dee3e20
commit 0bab262b83
14 changed files with 35 additions and 41 deletions

View File

@ -1,9 +0,0 @@
## [tailscale-5.0.11](https://github.com/truecharts/charts/compare/tailscale-5.0.10...tailscale-5.0.11) (2023-10-29)
### Chore
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))

View File

@ -4,6 +4,15 @@
## [tailscale-5.0.12](https://github.com/truecharts/charts/compare/tailscale-5.0.11...tailscale-5.0.12) (2023-10-31)
### Chore
- update container image tailscale/tailscale to v1.52.0 ([#14173](https://github.com/truecharts/charts/issues/14173))
## [tailscale-5.0.11](https://github.com/truecharts/charts/compare/tailscale-5.0.10...tailscale-5.0.11) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [tailscale-5.0.1](https://github.com/truecharts/charts/compare/tailscale-5.0.0...tailscale-5.0.1) (2023-08-11)
### Chore
- update container image tailscale/tailscale to v1.46.1 ([#11409](https://github.com/truecharts/charts/issues/11409))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.50.1"
appVersion: "1.52.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -19,7 +19,7 @@ name: tailscale
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
version: 5.0.11
version: 5.0.12
annotations:
truecharts.org/category: network
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [tailscale-5.0.12](https://github.com/truecharts/charts/compare/tailscale-5.0.11...tailscale-5.0.12) (2023-10-31)
### Chore
- update container image tailscale/tailscale to v1.52.0 ([#14173](https://github.com/truecharts/charts/issues/14173))

View File

@ -1,7 +1,7 @@
image:
repository: tailscale/tailscale
pullPolicy: IfNotPresent
tag: v1.50.1@sha256:9540c3289987a41db3342dabe334cbcf0f58ecdc49a083a1876e219fbf151a4d
tag: v1.52.0@sha256:b102f468a2f1b0b6e9717cf728c43886c136e808010547eebe9ebd80aedd34c3
serviceAccount:
main:
enabled: true

View File

@ -708,19 +708,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
@ -786,19 +773,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