From 3115a0ab1bcbdfb6dfa1c407d902ef27d021c477 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 25 Sep 2023 21:37:57 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/tailscale/5.0.5/app-changelog.md | 9 --------- .../tailscale/{5.0.5 => 5.0.6}/CHANGELOG.md | 18 +++++++++--------- stable/tailscale/{5.0.5 => 5.0.6}/Chart.yaml | 4 ++-- stable/tailscale/{5.0.5 => 5.0.6}/README.md | 0 stable/tailscale/5.0.6/app-changelog.md | 9 +++++++++ .../tailscale/{5.0.5 => 5.0.6}/app-readme.md | 0 .../{5.0.5 => 5.0.6}/charts/common-14.0.3.tgz | Bin .../tailscale/{5.0.5 => 5.0.6}/ix_values.yaml | 2 +- .../tailscale/{5.0.5 => 5.0.6}/questions.yaml | 0 .../{5.0.5 => 5.0.6}/templates/NOTES.txt | 0 .../{5.0.5 => 5.0.6}/templates/_configmap.tpl | 0 .../{5.0.5 => 5.0.6}/templates/_secret.tpl | 0 .../{5.0.5 => 5.0.6}/templates/common.yaml | 0 stable/tailscale/{5.0.5 => 5.0.6}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/tailscale/5.0.5/app-changelog.md rename stable/tailscale/{5.0.5 => 5.0.6}/CHANGELOG.md (91%) rename stable/tailscale/{5.0.5 => 5.0.6}/Chart.yaml (95%) rename stable/tailscale/{5.0.5 => 5.0.6}/README.md (100%) create mode 100644 stable/tailscale/5.0.6/app-changelog.md rename stable/tailscale/{5.0.5 => 5.0.6}/app-readme.md (100%) rename stable/tailscale/{5.0.5 => 5.0.6}/charts/common-14.0.3.tgz (100%) rename stable/tailscale/{5.0.5 => 5.0.6}/ix_values.yaml (95%) rename stable/tailscale/{5.0.5 => 5.0.6}/questions.yaml (100%) rename stable/tailscale/{5.0.5 => 5.0.6}/templates/NOTES.txt (100%) rename stable/tailscale/{5.0.5 => 5.0.6}/templates/_configmap.tpl (100%) rename stable/tailscale/{5.0.5 => 5.0.6}/templates/_secret.tpl (100%) rename stable/tailscale/{5.0.5 => 5.0.6}/templates/common.yaml (100%) rename stable/tailscale/{5.0.5 => 5.0.6}/values.yaml (100%) diff --git a/stable/tailscale/5.0.5/app-changelog.md b/stable/tailscale/5.0.5/app-changelog.md deleted file mode 100644 index 246385553a5..00000000000 --- a/stable/tailscale/5.0.5/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/tailscale/5.0.5/CHANGELOG.md b/stable/tailscale/5.0.6/CHANGELOG.md similarity index 91% rename from stable/tailscale/5.0.5/CHANGELOG.md rename to stable/tailscale/5.0.6/CHANGELOG.md index 9f10f604c94..78646fd9f52 100644 --- a/stable/tailscale/5.0.5/CHANGELOG.md +++ b/stable/tailscale/5.0.6/CHANGELOG.md @@ -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) - diff --git a/stable/tailscale/5.0.5/Chart.yaml b/stable/tailscale/5.0.6/Chart.yaml similarity index 95% rename from stable/tailscale/5.0.5/Chart.yaml rename to stable/tailscale/5.0.6/Chart.yaml index 8d1ca7fec89..2969d66ac58 100644 --- a/stable/tailscale/5.0.5/Chart.yaml +++ b/stable/tailscale/5.0.6/Chart.yaml @@ -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 diff --git a/stable/tailscale/5.0.5/README.md b/stable/tailscale/5.0.6/README.md similarity index 100% rename from stable/tailscale/5.0.5/README.md rename to stable/tailscale/5.0.6/README.md diff --git a/stable/tailscale/5.0.6/app-changelog.md b/stable/tailscale/5.0.6/app-changelog.md new file mode 100644 index 00000000000..6eef84c2da4 --- /dev/null +++ b/stable/tailscale/5.0.6/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/tailscale/5.0.5/app-readme.md b/stable/tailscale/5.0.6/app-readme.md similarity index 100% rename from stable/tailscale/5.0.5/app-readme.md rename to stable/tailscale/5.0.6/app-readme.md diff --git a/stable/tailscale/5.0.5/charts/common-14.0.3.tgz b/stable/tailscale/5.0.6/charts/common-14.0.3.tgz similarity index 100% rename from stable/tailscale/5.0.5/charts/common-14.0.3.tgz rename to stable/tailscale/5.0.6/charts/common-14.0.3.tgz diff --git a/stable/tailscale/5.0.5/ix_values.yaml b/stable/tailscale/5.0.6/ix_values.yaml similarity index 95% rename from stable/tailscale/5.0.5/ix_values.yaml rename to stable/tailscale/5.0.6/ix_values.yaml index a4f9055ee14..120b77910e6 100644 --- a/stable/tailscale/5.0.5/ix_values.yaml +++ b/stable/tailscale/5.0.6/ix_values.yaml @@ -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 diff --git a/stable/tailscale/5.0.5/questions.yaml b/stable/tailscale/5.0.6/questions.yaml similarity index 100% rename from stable/tailscale/5.0.5/questions.yaml rename to stable/tailscale/5.0.6/questions.yaml diff --git a/stable/tailscale/5.0.5/templates/NOTES.txt b/stable/tailscale/5.0.6/templates/NOTES.txt similarity index 100% rename from stable/tailscale/5.0.5/templates/NOTES.txt rename to stable/tailscale/5.0.6/templates/NOTES.txt diff --git a/stable/tailscale/5.0.5/templates/_configmap.tpl b/stable/tailscale/5.0.6/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/5.0.5/templates/_configmap.tpl rename to stable/tailscale/5.0.6/templates/_configmap.tpl diff --git a/stable/tailscale/5.0.5/templates/_secret.tpl b/stable/tailscale/5.0.6/templates/_secret.tpl similarity index 100% rename from stable/tailscale/5.0.5/templates/_secret.tpl rename to stable/tailscale/5.0.6/templates/_secret.tpl diff --git a/stable/tailscale/5.0.5/templates/common.yaml b/stable/tailscale/5.0.6/templates/common.yaml similarity index 100% rename from stable/tailscale/5.0.5/templates/common.yaml rename to stable/tailscale/5.0.6/templates/common.yaml diff --git a/stable/tailscale/5.0.5/values.yaml b/stable/tailscale/5.0.6/values.yaml similarity index 100% rename from stable/tailscale/5.0.5/values.yaml rename to stable/tailscale/5.0.6/values.yaml