Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c074ebaca0
commit
9be8a88d5a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [tailscale-3.0.14](https://github.com/truecharts/charts/compare/tailscale-3.0.13...tailscale-3.0.14) (2023-02-05)
|
||||
|
||||
### Feat
|
||||
|
||||
- More info in How-To ([#6968](https://github.com/truecharts/charts/issues/6968))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [tailscale-3.0.15](https://github.com/truecharts/charts/compare/tailscale-3.0.14...tailscale-3.0.15) (2023-02-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.36.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-3.0.14](https://github.com/truecharts/charts/compare/tailscale-3.0.13...tailscale-3.0.14) (2023-02-05)
|
||||
|
||||
### Feat
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [tailscale-3.0.5](https://github.com/truecharts/charts/compare/tailscale-3.0.4...tailscale-3.0.5) (2022-12-06)
|
||||
|
||||
|
||||
|
||||
|
||||
## [tailscale-3.0.4](https://github.com/truecharts/charts/compare/tailscale-3.0.3...tailscale-3.0.4) (2022-12-05)
|
||||
|
||||
### Feat
|
||||
|
||||
- Update How-To Image ([#5123](https://github.com/truecharts/charts/issues/5123))
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.36.0"
|
||||
appVersion: "1.36.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
|
||||
- https://hub.docker.com/tailscale/tailscale
|
||||
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
||||
version: 3.0.14
|
||||
version: 3.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [tailscale-3.0.15](https://github.com/truecharts/charts/compare/tailscale-3.0.14...tailscale-3.0.15) (2023-02-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tailscale/tailscale to v1.36.1
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tailscale/tailscale
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.36.0@sha256:4b3c5149c22c827351c7daa01c1c1fdd6c3ca7e0ce592ec001f0e07729168442
|
||||
tag: v1.36.1@sha256:c7879a6ea7d6e194a2284213e0253cc705dd306e9395be04f205f6e41c3cc08f
|
||||
|
||||
command:
|
||||
- /usr/local/bin/containerboot
|
Loading…
Reference in New Issue