Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
03790090f3
commit
e1ad1d2258
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [tailscale-5.0.6](https://github.com/truecharts/charts/compare/tailscale-5.0.5...tailscale-5.0.6) (2023-09-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.50.0 ([#12948](https://github.com/truecharts/charts/issues/12948))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [tailscale-5.0.7](https://github.com/truecharts/charts/compare/tailscale-5.0.6...tailscale-5.0.7) (2023-10-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.50.1 ([#13251](https://github.com/truecharts/charts/issues/13251))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-5.0.6](https://github.com/truecharts/charts/compare/tailscale-5.0.5...tailscale-5.0.6) (2023-09-25)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [tailscale-4.0.31](https://github.com/truecharts/charts/compare/tailscale-4.0.30...tailscale-4.0.31) (2023-06-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9787](https://github.com/truecharts/charts/issues/9787))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-4.0.30](https://github.com/truecharts/charts/compare/tailscale-4.0.29...tailscale-4.0.30) (2023-06-21)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.50.0"
|
||||
appVersion: "1.50.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -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.6
|
||||
version: 5.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [tailscale-5.0.7](https://github.com/truecharts/charts/compare/tailscale-5.0.6...tailscale-5.0.7) (2023-10-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.50.1 ([#13251](https://github.com/truecharts/charts/issues/13251))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tailscale/tailscale
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.50.0@sha256:87130c1ddccb2fdde2544786c71a94fa0bcde251834677db891c20d47316bbeb
|
||||
tag: v1.50.1@sha256:9540c3289987a41db3342dabe334cbcf0f58ecdc49a083a1876e219fbf151a4d
|
||||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
Loading…
Reference in New Issue