diff --git a/stable/tailscale/4.0.2/app-changelog.md b/stable/tailscale/4.0.2/app-changelog.md deleted file mode 100644 index 538215f5e2..0000000000 --- a/stable/tailscale/4.0.2/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [tailscale-4.0.2](https://github.com/truecharts/charts/compare/tailscale-4.0.1...tailscale-4.0.2) (2023-04-11) - -### Fix - -- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927)) - - Fix rbac - - \ No newline at end of file diff --git a/stable/tailscale/4.0.2/CHANGELOG.md b/stable/tailscale/4.0.3/CHANGELOG.md similarity index 94% rename from stable/tailscale/4.0.2/CHANGELOG.md rename to stable/tailscale/4.0.3/CHANGELOG.md index 006ad0ee6d..86eeb88ede 100644 --- a/stable/tailscale/4.0.2/CHANGELOG.md +++ b/stable/tailscale/4.0.3/CHANGELOG.md @@ -4,6 +4,11 @@ +## [tailscale-4.0.3](https://github.com/truecharts/charts/compare/tailscale-4.0.2...tailscale-4.0.3) (2023-04-11) + + + + ## [tailscale-4.0.2](https://github.com/truecharts/charts/compare/tailscale-4.0.1...tailscale-4.0.2) (2023-04-11) ### Fix @@ -92,8 +97,3 @@ - update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - - -## [tailscale-3.0.10](https://github.com/truecharts/charts/compare/tailscale-3.0.9...tailscale-3.0.10) (2022-12-26) - diff --git a/stable/tailscale/4.0.2/Chart.yaml b/stable/tailscale/4.0.3/Chart.yaml similarity index 98% rename from stable/tailscale/4.0.2/Chart.yaml rename to stable/tailscale/4.0.3/Chart.yaml index 66c73f0963..45ce631eb3 100644 --- a/stable/tailscale/4.0.2/Chart.yaml +++ b/stable/tailscale/4.0.3/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.2 +version: 4.0.3 annotations: truecharts.org/catagories: | - network diff --git a/stable/tailscale/4.0.2/README.md b/stable/tailscale/4.0.3/README.md similarity index 100% rename from stable/tailscale/4.0.2/README.md rename to stable/tailscale/4.0.3/README.md diff --git a/stable/tailscale/4.0.3/app-changelog.md b/stable/tailscale/4.0.3/app-changelog.md new file mode 100644 index 0000000000..6e9dd4ff89 --- /dev/null +++ b/stable/tailscale/4.0.3/app-changelog.md @@ -0,0 +1,4 @@ + + +## [tailscale-4.0.3](https://github.com/truecharts/charts/compare/tailscale-4.0.2...tailscale-4.0.3) (2023-04-11) + diff --git a/stable/tailscale/4.0.2/app-readme.md b/stable/tailscale/4.0.3/app-readme.md similarity index 100% rename from stable/tailscale/4.0.2/app-readme.md rename to stable/tailscale/4.0.3/app-readme.md diff --git a/stable/tailscale/4.0.2/charts/common-12.4.3.tgz b/stable/tailscale/4.0.3/charts/common-12.4.3.tgz similarity index 100% rename from stable/tailscale/4.0.2/charts/common-12.4.3.tgz rename to stable/tailscale/4.0.3/charts/common-12.4.3.tgz diff --git a/stable/tailscale/4.0.2/ix_values.yaml b/stable/tailscale/4.0.3/ix_values.yaml similarity index 100% rename from stable/tailscale/4.0.2/ix_values.yaml rename to stable/tailscale/4.0.3/ix_values.yaml diff --git a/stable/tailscale/4.0.2/questions.yaml b/stable/tailscale/4.0.3/questions.yaml similarity index 100% rename from stable/tailscale/4.0.2/questions.yaml rename to stable/tailscale/4.0.3/questions.yaml diff --git a/stable/tailscale/4.0.2/templates/NOTES.txt b/stable/tailscale/4.0.3/templates/NOTES.txt similarity index 100% rename from stable/tailscale/4.0.2/templates/NOTES.txt rename to stable/tailscale/4.0.3/templates/NOTES.txt diff --git a/stable/tailscale/4.0.2/templates/_configmap.tpl b/stable/tailscale/4.0.3/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/4.0.2/templates/_configmap.tpl rename to stable/tailscale/4.0.3/templates/_configmap.tpl diff --git a/stable/tailscale/4.0.2/templates/_secret.tpl b/stable/tailscale/4.0.3/templates/_secret.tpl similarity index 100% rename from stable/tailscale/4.0.2/templates/_secret.tpl rename to stable/tailscale/4.0.3/templates/_secret.tpl diff --git a/stable/tailscale/4.0.2/templates/common.yaml b/stable/tailscale/4.0.3/templates/common.yaml similarity index 92% rename from stable/tailscale/4.0.2/templates/common.yaml rename to stable/tailscale/4.0.3/templates/common.yaml index b8f8b1435e..1504440aaa 100644 --- a/stable/tailscale/4.0.2/templates/common.yaml +++ b/stable/tailscale/4.0.3/templates/common.yaml @@ -17,4 +17,4 @@ {{- end -}} {{/* Render the templates */}} -{{ include "tc.v1.common.loader.apply" . }} +{{- include "tc.v1.common.loader.apply" . }} diff --git a/stable/tailscale/4.0.2/values.yaml b/stable/tailscale/4.0.3/values.yaml similarity index 100% rename from stable/tailscale/4.0.2/values.yaml rename to stable/tailscale/4.0.3/values.yaml