Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5f17fc0440
commit
3115a0ab1b
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [tailscale-5.0.5](https://github.com/truecharts/charts/compare/tailscale-5.0.4...tailscale-5.0.5) (2023-09-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.48.2 ([#12680](https://github.com/truecharts/charts/issues/12680))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-5.0.5](https://github.com/truecharts/charts/compare/tailscale-5.0.4...tailscale-5.0.5) (2023-09-16)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [tailscale-4.0.30](https://github.com/truecharts/charts/compare/tailscale-4.0.29...tailscale-4.0.30) (2023-06-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.44.0 ([#9819](https://github.com/truecharts/charts/issues/9819))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-4.0.29](https://github.com/truecharts/charts/compare/tailscale-4.0.28...tailscale-4.0.29) (2023-06-13)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.48.2"
|
||||
appVersion: "1.50.0"
|
||||
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.5
|
||||
version: 5.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [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))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tailscale/tailscale
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.48.2@sha256:310c46b59490ac95ed4aab1af135bf7f65e849032f9436a84222622d59d4f6df
|
||||
tag: v1.50.0@sha256:87130c1ddccb2fdde2544786c71a94fa0bcde251834677db891c20d47316bbeb
|
||||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
Loading…
Reference in New Issue