Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cc9df39d67
commit
b8ed65caa5
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [tailscale-5.0.3](https://github.com/truecharts/charts/compare/tailscale-5.0.2...tailscale-5.0.3) (2023-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#11767](https://github.com/truecharts/charts/issues/11767))
|
||||
|
||||
|
|
@ -4,6 +4,19 @@
|
|||
|
||||
|
||||
|
||||
## [tailscale-5.0.4](https://github.com/truecharts/charts/compare/tailscale-5.0.3...tailscale-5.0.4) (2023-08-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.48.1 ([#12091](https://github.com/truecharts/charts/issues/12091))
|
||||
|
||||
### Docs
|
||||
|
||||
- Add Instructions for Host-Network ([#11756](https://github.com/truecharts/charts/issues/11756))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-5.0.3](https://github.com/truecharts/charts/compare/tailscale-5.0.2...tailscale-5.0.3) (2023-08-23)
|
||||
|
||||
### Chore
|
||||
|
@ -84,16 +97,3 @@
|
|||
|
||||
## [tailscale-4.0.28](https://github.com/truecharts/charts/compare/tailscale-4.0.27...tailscale-4.0.28) (2023-06-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-4.0.27](https://github.com/truecharts/charts/compare/tailscale-4.0.26...tailscale-4.0.27) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
|
@ -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.3
|
||||
version: 5.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
## [tailscale-5.0.4](https://github.com/truecharts/charts/compare/tailscale-5.0.3...tailscale-5.0.4) (2023-08-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.48.1 ([#12091](https://github.com/truecharts/charts/issues/12091))
|
||||
|
||||
### Docs
|
||||
|
||||
- Add Instructions for Host-Network ([#11756](https://github.com/truecharts/charts/issues/11756))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tailscale/tailscale
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.48.1@sha256:e0d9fb4ac5fdc6ecb2036f786a3b27bc3cf53aa252c1a4337203f563407d562b
|
||||
tag: v1.48.1@sha256:51c756718c30b15d1d3d228b1f4425cba646ec15da5d188a0d55c32b8ea4f378
|
||||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
Loading…
Reference in New Issue