Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
67fd82ce1d
commit
ad8371c1d6
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [tailscale-4.0.1](https://github.com/truecharts/charts/compare/tailscale-4.0.0...tailscale-4.0.1) (2023-04-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- Primary service account ([#7921](https://github.com/truecharts/charts/issues/7921))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [tailscale-4.0.2](https://github.com/truecharts/charts/compare/tailscale-4.0.1...tailscale-4.0.2) (2023-04-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
- Fix rbac
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-4.0.1](https://github.com/truecharts/charts/compare/tailscale-4.0.0...tailscale-4.0.1) (2023-04-11)
|
||||
|
||||
### Fix
|
||||
|
@ -87,13 +97,3 @@
|
|||
|
||||
## [tailscale-3.0.10](https://github.com/truecharts/charts/compare/tailscale-3.0.9...tailscale-3.0.10) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-3.0.9](https://github.com/truecharts/charts/compare/tailscale-3.0.8...tailscale-3.0.9) (2022-12-25)
|
||||
|
||||
### Chore
|
|
@ -3,7 +3,7 @@ appVersion: "1.36.2"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.2.32
|
||||
version: 12.4.3
|
||||
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.1
|
||||
version: 4.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [tailscale-4.0.2](https://github.com/truecharts/charts/compare/tailscale-4.0.1...tailscale-4.0.2) (2023-04-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
- Fix rbac
|
||||
|
||||
|
Binary file not shown.
|
@ -5,10 +5,10 @@ image:
|
|||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
Loading…
Reference in New Issue