From 08a3e17e2f795d347949f679c3932b09bac4adc1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 11 Apr 2023 15:05:21 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/tailscale/4.0.0/app-changelog.md | 9 --------- .../tailscale/{4.0.0 => 4.0.1}/CHANGELOG.md | 18 +++++++++--------- stable/tailscale/{4.0.0 => 4.0.1}/Chart.yaml | 2 +- stable/tailscale/{4.0.0 => 4.0.1}/README.md | 0 stable/tailscale/4.0.1/app-changelog.md | 9 +++++++++ .../tailscale/{4.0.0 => 4.0.1}/app-readme.md | 0 .../charts/common-12.2.32.tgz | Bin .../tailscale/{4.0.0 => 4.0.1}/ix_values.yaml | 1 + .../tailscale/{4.0.0 => 4.0.1}/questions.yaml | 0 .../{4.0.0 => 4.0.1}/templates/NOTES.txt | 0 .../{4.0.0 => 4.0.1}/templates/_configmap.tpl | 0 .../{4.0.0 => 4.0.1}/templates/_secret.tpl | 0 .../{4.0.0 => 4.0.1}/templates/common.yaml | 0 stable/tailscale/{4.0.0 => 4.0.1}/values.yaml | 0 14 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 stable/tailscale/4.0.0/app-changelog.md rename stable/tailscale/{4.0.0 => 4.0.1}/CHANGELOG.md (90%) rename stable/tailscale/{4.0.0 => 4.0.1}/Chart.yaml (98%) rename stable/tailscale/{4.0.0 => 4.0.1}/README.md (100%) create mode 100644 stable/tailscale/4.0.1/app-changelog.md rename stable/tailscale/{4.0.0 => 4.0.1}/app-readme.md (100%) rename stable/tailscale/{4.0.0 => 4.0.1}/charts/common-12.2.32.tgz (100%) rename stable/tailscale/{4.0.0 => 4.0.1}/ix_values.yaml (98%) rename stable/tailscale/{4.0.0 => 4.0.1}/questions.yaml (100%) rename stable/tailscale/{4.0.0 => 4.0.1}/templates/NOTES.txt (100%) rename stable/tailscale/{4.0.0 => 4.0.1}/templates/_configmap.tpl (100%) rename stable/tailscale/{4.0.0 => 4.0.1}/templates/_secret.tpl (100%) rename stable/tailscale/{4.0.0 => 4.0.1}/templates/common.yaml (100%) rename stable/tailscale/{4.0.0 => 4.0.1}/values.yaml (100%) diff --git a/stable/tailscale/4.0.0/app-changelog.md b/stable/tailscale/4.0.0/app-changelog.md deleted file mode 100644 index 71e5fdf1713..00000000000 --- a/stable/tailscale/4.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [tailscale-4.0.0](https://github.com/truecharts/charts/compare/tailscale-3.0.17...tailscale-4.0.0) (2023-04-11) - -### Feat - -- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - \ No newline at end of file diff --git a/stable/tailscale/4.0.0/CHANGELOG.md b/stable/tailscale/4.0.1/CHANGELOG.md similarity index 90% rename from stable/tailscale/4.0.0/CHANGELOG.md rename to stable/tailscale/4.0.1/CHANGELOG.md index 1e6c4b9fb64..cd5f0f899c5 100644 --- a/stable/tailscale/4.0.0/CHANGELOG.md +++ b/stable/tailscale/4.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [tailscale-4.0.1](https://github.com/truecharts/charts/compare/tailscale-4.0.0...tailscale-4.0.1) (2023-04-11) + +### Fix + +- Primary service account ([#7921](https://github.com/truecharts/charts/issues/7921)) + + + + ## [tailscale-4.0.0](https://github.com/truecharts/charts/compare/tailscale-3.0.17...tailscale-4.0.0) (2023-04-11) ### Feat @@ -88,12 +97,3 @@ ## [tailscale-3.0.9](https://github.com/truecharts/charts/compare/tailscale-3.0.8...tailscale-3.0.9) (2022-12-25) ### Chore - -- update helm general non-major - - - - -## [tailscale-3.0.8](https://github.com/truecharts/charts/compare/tailscale-3.0.7...tailscale-3.0.8) (2022-12-19) - -### Chore diff --git a/stable/tailscale/4.0.0/Chart.yaml b/stable/tailscale/4.0.1/Chart.yaml similarity index 98% rename from stable/tailscale/4.0.0/Chart.yaml rename to stable/tailscale/4.0.1/Chart.yaml index 03500efcdeb..de840e41e06 100644 --- a/stable/tailscale/4.0.0/Chart.yaml +++ b/stable/tailscale/4.0.1/Chart.yaml @@ -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: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - network diff --git a/stable/tailscale/4.0.0/README.md b/stable/tailscale/4.0.1/README.md similarity index 100% rename from stable/tailscale/4.0.0/README.md rename to stable/tailscale/4.0.1/README.md diff --git a/stable/tailscale/4.0.1/app-changelog.md b/stable/tailscale/4.0.1/app-changelog.md new file mode 100644 index 00000000000..019542f609c --- /dev/null +++ b/stable/tailscale/4.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tailscale-4.0.1](https://github.com/truecharts/charts/compare/tailscale-4.0.0...tailscale-4.0.1) (2023-04-11) + +### Fix + +- Primary service account ([#7921](https://github.com/truecharts/charts/issues/7921)) + + \ No newline at end of file diff --git a/stable/tailscale/4.0.0/app-readme.md b/stable/tailscale/4.0.1/app-readme.md similarity index 100% rename from stable/tailscale/4.0.0/app-readme.md rename to stable/tailscale/4.0.1/app-readme.md diff --git a/stable/tailscale/4.0.0/charts/common-12.2.32.tgz b/stable/tailscale/4.0.1/charts/common-12.2.32.tgz similarity index 100% rename from stable/tailscale/4.0.0/charts/common-12.2.32.tgz rename to stable/tailscale/4.0.1/charts/common-12.2.32.tgz diff --git a/stable/tailscale/4.0.0/ix_values.yaml b/stable/tailscale/4.0.1/ix_values.yaml similarity index 98% rename from stable/tailscale/4.0.0/ix_values.yaml rename to stable/tailscale/4.0.1/ix_values.yaml index 1814a41a4a7..83331cd058a 100644 --- a/stable/tailscale/4.0.0/ix_values.yaml +++ b/stable/tailscale/4.0.1/ix_values.yaml @@ -5,6 +5,7 @@ image: serviceAccount: main: enabled: true + primary: true rbac: main: enabled: true diff --git a/stable/tailscale/4.0.0/questions.yaml b/stable/tailscale/4.0.1/questions.yaml similarity index 100% rename from stable/tailscale/4.0.0/questions.yaml rename to stable/tailscale/4.0.1/questions.yaml diff --git a/stable/tailscale/4.0.0/templates/NOTES.txt b/stable/tailscale/4.0.1/templates/NOTES.txt similarity index 100% rename from stable/tailscale/4.0.0/templates/NOTES.txt rename to stable/tailscale/4.0.1/templates/NOTES.txt diff --git a/stable/tailscale/4.0.0/templates/_configmap.tpl b/stable/tailscale/4.0.1/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/4.0.0/templates/_configmap.tpl rename to stable/tailscale/4.0.1/templates/_configmap.tpl diff --git a/stable/tailscale/4.0.0/templates/_secret.tpl b/stable/tailscale/4.0.1/templates/_secret.tpl similarity index 100% rename from stable/tailscale/4.0.0/templates/_secret.tpl rename to stable/tailscale/4.0.1/templates/_secret.tpl diff --git a/stable/tailscale/4.0.0/templates/common.yaml b/stable/tailscale/4.0.1/templates/common.yaml similarity index 100% rename from stable/tailscale/4.0.0/templates/common.yaml rename to stable/tailscale/4.0.1/templates/common.yaml diff --git a/stable/tailscale/4.0.0/values.yaml b/stable/tailscale/4.0.1/values.yaml similarity index 100% rename from stable/tailscale/4.0.0/values.yaml rename to stable/tailscale/4.0.1/values.yaml