Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
24934a1d81
commit
08a3e17e2f
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [tailscale-4.0.0](https://github.com/truecharts/charts/compare/tailscale-3.0.17...tailscale-4.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-4.0.0](https://github.com/truecharts/charts/compare/tailscale-3.0.17...tailscale-4.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [tailscale-3.0.9](https://github.com/truecharts/charts/compare/tailscale-3.0.8...tailscale-3.0.9) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-3.0.8](https://github.com/truecharts/charts/compare/tailscale-3.0.7...tailscale-3.0.8) (2022-12-19)
|
||||
|
||||
### Chore
|
|
@ -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.0
|
||||
version: 4.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [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))
|
||||
|
||||
|
|
@ -5,6 +5,7 @@ image:
|
|||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
Loading…
Reference in New Issue