Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Binary file not shown.
@@ -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))
|
||||
|
||||
@@ -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
|
||||
9
stable/tailscale/4.0.4/app-changelog.md
Normal file
9
stable/tailscale/4.0.4/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
BIN
stable/tailscale/4.0.4/charts/common-12.4.6.tgz
Normal file
BIN
stable/tailscale/4.0.4/charts/common-12.4.6.tgz
Normal file
Binary file not shown.
@@ -5,6 +5,7 @@ image:
|
||||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
@@ -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
|
||||
@@ -17,4 +17,4 @@
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{- include "tc.v1.common.loader.apply" . }}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
||||
Reference in New Issue
Block a user