Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6324d1b7b7
commit
da83449cac
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [tailscale-5.0.1](https://github.com/truecharts/charts/compare/tailscale-5.0.0...tailscale-5.0.1) (2023-08-11)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tailscale/tailscale to v1.46.1 ([#11409](https://github.com/truecharts/charts/issues/11409))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [tailscale-5.0.2](https://github.com/truecharts/charts/compare/tailscale-5.0.1...tailscale-5.0.2) (2023-08-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tailscale/tailscale to v1.48.1 ([#11811](https://github.com/truecharts/charts/issues/11811))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [tailscale-5.0.1](https://github.com/truecharts/charts/compare/tailscale-5.0.0...tailscale-5.0.1) (2023-08-11)
|
## [tailscale-5.0.1](https://github.com/truecharts/charts/compare/tailscale-5.0.0...tailscale-5.0.1) (2023-08-11)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [tailscale-4.0.25](https://github.com/truecharts/charts/compare/tailscale-4.0.24...tailscale-4.0.25) (2023-06-04)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.46.1"
|
appVersion: "1.48.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -19,7 +19,7 @@ name: tailscale
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
|
- https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
|
||||||
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
||||||
version: 5.0.1
|
version: 5.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [tailscale-5.0.2](https://github.com/truecharts/charts/compare/tailscale-5.0.1...tailscale-5.0.2) (2023-08-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tailscale/tailscale to v1.48.1 ([#11811](https://github.com/truecharts/charts/issues/11811))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tailscale/tailscale
|
repository: tailscale/tailscale
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v1.46.1@sha256:542963c00c1488a77bcba72c4a179361932e97e66b5a40bcde3e7520cac4f676
|
tag: v1.48.1@sha256:e0d9fb4ac5fdc6ecb2036f786a3b27bc3cf53aa252c1a4337203f563407d562b
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
Loading…
Reference in New Issue