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