diff --git a/stable/tailscale/5.0.16/app-changelog.md b/stable/tailscale/5.0.16/app-changelog.md deleted file mode 100644 index 748a5de36c..0000000000 --- a/stable/tailscale/5.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [tailscale-5.0.16](https://github.com/truecharts/charts/compare/tailscale-5.0.15...tailscale-5.0.16) (2023-11-08) - -### Chore - -- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465)) - - \ No newline at end of file diff --git a/stable/tailscale/5.0.16/CHANGELOG.md b/stable/tailscale/5.1.16/CHANGELOG.md similarity index 90% rename from stable/tailscale/5.0.16/CHANGELOG.md rename to stable/tailscale/5.1.16/CHANGELOG.md index 018059371f..e9559128ac 100644 --- a/stable/tailscale/5.0.16/CHANGELOG.md +++ b/stable/tailscale/5.1.16/CHANGELOG.md @@ -4,6 +4,15 @@ +## [tailscale-5.1.16](https://github.com/truecharts/charts/compare/tailscale-5.0.16...tailscale-5.1.16) (2023-11-20) + +### Feat + +- update container image tailscale/tailscale to v1.54.0 ([#15185](https://github.com/truecharts/charts/issues/15185)) + + + + ## [tailscale-5.0.16](https://github.com/truecharts/charts/compare/tailscale-5.0.15...tailscale-5.0.16) (2023-11-08) ### Chore @@ -88,12 +97,3 @@ ## [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 diff --git a/stable/tailscale/5.0.16/Chart.yaml b/stable/tailscale/5.1.16/Chart.yaml similarity index 95% rename from stable/tailscale/5.0.16/Chart.yaml rename to stable/tailscale/5.1.16/Chart.yaml index 5b15402f35..40aecc9487 100644 --- a/stable/tailscale/5.0.16/Chart.yaml +++ b/stable/tailscale/5.1.16/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.52.0" +appVersion: .54.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.16 +version: 5.1.16 annotations: truecharts.org/category: network truecharts.org/SCALE-support: "true" diff --git a/stable/tailscale/5.0.16/README.md b/stable/tailscale/5.1.16/README.md similarity index 100% rename from stable/tailscale/5.0.16/README.md rename to stable/tailscale/5.1.16/README.md diff --git a/stable/tailscale/5.1.16/app-changelog.md b/stable/tailscale/5.1.16/app-changelog.md new file mode 100644 index 0000000000..ad65f72870 --- /dev/null +++ b/stable/tailscale/5.1.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tailscale-5.1.16](https://github.com/truecharts/charts/compare/tailscale-5.0.16...tailscale-5.1.16) (2023-11-20) + +### Feat + +- update container image tailscale/tailscale to v1.54.0 ([#15185](https://github.com/truecharts/charts/issues/15185)) + + \ No newline at end of file diff --git a/stable/tailscale/5.0.16/app-readme.md b/stable/tailscale/5.1.16/app-readme.md similarity index 100% rename from stable/tailscale/5.0.16/app-readme.md rename to stable/tailscale/5.1.16/app-readme.md diff --git a/stable/tailscale/5.0.16/charts/common-14.3.5.tgz b/stable/tailscale/5.1.16/charts/common-14.3.5.tgz similarity index 100% rename from stable/tailscale/5.0.16/charts/common-14.3.5.tgz rename to stable/tailscale/5.1.16/charts/common-14.3.5.tgz diff --git a/stable/tailscale/5.0.16/ix_values.yaml b/stable/tailscale/5.1.16/ix_values.yaml similarity index 95% rename from stable/tailscale/5.0.16/ix_values.yaml rename to stable/tailscale/5.1.16/ix_values.yaml index 7a61d5fbce..51ab930a75 100644 --- a/stable/tailscale/5.0.16/ix_values.yaml +++ b/stable/tailscale/5.1.16/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tailscale/tailscale pullPolicy: IfNotPresent - tag: v1.52.0@sha256:b102f468a2f1b0b6e9717cf728c43886c136e808010547eebe9ebd80aedd34c3 + tag: v1.54.0@sha256:251dde158fb12da8b57dfbbc702eee42bbc4c4cb09c4c898bceef43cd421c6ac serviceAccount: main: enabled: true diff --git a/stable/tailscale/5.0.16/questions.yaml b/stable/tailscale/5.1.16/questions.yaml similarity index 95% rename from stable/tailscale/5.0.16/questions.yaml rename to stable/tailscale/5.1.16/questions.yaml index c10c8251bb..86d041002e 100644 --- a/stable/tailscale/5.0.16/questions.yaml +++ b/stable/tailscale/5.1.16/questions.yaml @@ -640,6 +640,99 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" - variable: ingress label: "" group: Ingress @@ -682,7 +775,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/tailscale/5.0.16/templates/NOTES.txt b/stable/tailscale/5.1.16/templates/NOTES.txt similarity index 100% rename from stable/tailscale/5.0.16/templates/NOTES.txt rename to stable/tailscale/5.1.16/templates/NOTES.txt diff --git a/stable/tailscale/5.0.16/templates/_configmap.tpl b/stable/tailscale/5.1.16/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/5.0.16/templates/_configmap.tpl rename to stable/tailscale/5.1.16/templates/_configmap.tpl diff --git a/stable/tailscale/5.0.16/templates/_secret.tpl b/stable/tailscale/5.1.16/templates/_secret.tpl similarity index 100% rename from stable/tailscale/5.0.16/templates/_secret.tpl rename to stable/tailscale/5.1.16/templates/_secret.tpl diff --git a/stable/tailscale/5.0.16/templates/common.yaml b/stable/tailscale/5.1.16/templates/common.yaml similarity index 100% rename from stable/tailscale/5.0.16/templates/common.yaml rename to stable/tailscale/5.1.16/templates/common.yaml diff --git a/stable/tailscale/5.0.16/values.yaml b/stable/tailscale/5.1.16/values.yaml similarity index 100% rename from stable/tailscale/5.0.16/values.yaml rename to stable/tailscale/5.1.16/values.yaml