Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-04-13 08:56:39 +00:00
parent e111b8f5fa
commit 6da7f2f90a
15 changed files with 30 additions and 18 deletions

View File

@@ -1,4 +0,0 @@
## [tailscale-4.0.3](https://github.com/truecharts/charts/compare/tailscale-4.0.2...tailscale-4.0.3) (2023-04-11)

View File

@@ -4,6 +4,16 @@
## [tailscale-4.0.4](https://github.com/truecharts/charts/compare/tailscale-4.0.3...tailscale-4.0.4) (2023-04-13)
### Chore
- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959))
## [tailscale-4.0.3](https://github.com/truecharts/charts/compare/tailscale-4.0.2...tailscale-4.0.3) (2023-04-11)
@@ -87,13 +97,3 @@
### Chore
- update container image tailscale/tailscale to v1.34.2
## [tailscale-3.0.11](https://github.com/truecharts/charts/compare/tailscale-3.0.10...tailscale-3.0.11) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@@ -3,7 +3,7 @@ appVersion: "1.36.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.3
version: 12.4.6
description: Tailscale lets you connect your devices and users together in your own secure virtual private network
home: https://truecharts.org/charts/stable/tailscale
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png
@@ -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: 4.0.3
version: 4.0.4
annotations:
truecharts.org/catagories: |
- network

View File

@@ -0,0 +1,9 @@
## [tailscale-4.0.4](https://github.com/truecharts/charts/compare/tailscale-4.0.3...tailscale-4.0.4) (2023-04-13)
### Chore
- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959))

Binary file not shown.

View File

@@ -5,6 +5,7 @@ image:
serviceAccount:
main:
enabled: true
primary: true
rbac:
main:
enabled: true

View File

@@ -993,7 +993,7 @@ questions:
description: Sets the persistence type
schema:
type: string
default: hostPath
default: device
hidden: true
- variable: readOnly
label: readOnly
@@ -1032,6 +1032,12 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: workaround
label: "Workaround"
schema:
type: string
default: workaround
hidden: true
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler

View File

@@ -17,4 +17,4 @@
{{- end -}}
{{/* Render the templates */}}
{{- include "tc.v1.common.loader.apply" . }}
{{ include "tc.v1.common.loader.apply" . }}