diff --git a/stable/tailscale/5.1.16/app-changelog.md b/stable/tailscale/5.1.16/app-changelog.md deleted file mode 100644 index ad65f72870e..00000000000 --- a/stable/tailscale/5.1.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.1.16/CHANGELOG.md b/stable/tailscale/5.1.17/CHANGELOG.md similarity index 86% rename from stable/tailscale/5.1.16/CHANGELOG.md rename to stable/tailscale/5.1.17/CHANGELOG.md index e9559128ac4..43490c16c09 100644 --- a/stable/tailscale/5.1.16/CHANGELOG.md +++ b/stable/tailscale/5.1.17/CHANGELOG.md @@ -4,6 +4,19 @@ +## [tailscale-5.1.17](https://github.com/truecharts/charts/compare/tailscale-5.1.16...tailscale-5.1.17) (2023-11-30) + +### Chore + +- cleanup chart.yaml and add min-max scale version + + ### Fix + +- Bump to fix catalog version ([#15533](https://github.com/truecharts/charts/issues/15533)) + + + + ## [tailscale-5.1.16](https://github.com/truecharts/charts/compare/tailscale-5.0.16...tailscale-5.1.16) (2023-11-20) ### Feat @@ -84,16 +97,3 @@ - -## [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 diff --git a/stable/tailscale/5.1.16/Chart.yaml b/stable/tailscale/5.1.17/Chart.yaml similarity index 88% rename from stable/tailscale/5.1.16/Chart.yaml rename to stable/tailscale/5.1.17/Chart.yaml index 40aecc9487a..2c23332b83c 100644 --- a/stable/tailscale/5.1.16/Chart.yaml +++ b/stable/tailscale/5.1.17/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: .54.0 +appVersion: "1.54.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,9 @@ 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.1.16 +version: 5.1.17 annotations: + min_scale_version: "22.12.4" + max_scale_version: "23.10.1" truecharts.org/category: network truecharts.org/SCALE-support: "true" diff --git a/stable/tailscale/5.1.16/README.md b/stable/tailscale/5.1.17/README.md similarity index 100% rename from stable/tailscale/5.1.16/README.md rename to stable/tailscale/5.1.17/README.md diff --git a/stable/tailscale/5.1.17/app-changelog.md b/stable/tailscale/5.1.17/app-changelog.md new file mode 100644 index 00000000000..75ac6056c06 --- /dev/null +++ b/stable/tailscale/5.1.17/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tailscale-5.1.17](https://github.com/truecharts/charts/compare/tailscale-5.1.16...tailscale-5.1.17) (2023-11-30) + +### Chore + +- cleanup chart.yaml and add min-max scale version + + ### Fix + +- Bump to fix catalog version ([#15533](https://github.com/truecharts/charts/issues/15533)) + + \ No newline at end of file diff --git a/stable/tailscale/5.1.16/app-readme.md b/stable/tailscale/5.1.17/app-readme.md similarity index 100% rename from stable/tailscale/5.1.16/app-readme.md rename to stable/tailscale/5.1.17/app-readme.md diff --git a/stable/tailscale/5.1.16/charts/common-14.3.5.tgz b/stable/tailscale/5.1.17/charts/common-14.3.5.tgz similarity index 100% rename from stable/tailscale/5.1.16/charts/common-14.3.5.tgz rename to stable/tailscale/5.1.17/charts/common-14.3.5.tgz diff --git a/stable/tailscale/5.1.16/ix_values.yaml b/stable/tailscale/5.1.17/ix_values.yaml similarity index 100% rename from stable/tailscale/5.1.16/ix_values.yaml rename to stable/tailscale/5.1.17/ix_values.yaml diff --git a/stable/tailscale/5.1.16/questions.yaml b/stable/tailscale/5.1.17/questions.yaml similarity index 90% rename from stable/tailscale/5.1.16/questions.yaml rename to stable/tailscale/5.1.17/questions.yaml index 86d041002ee..26b8399d7a8 100644 --- a/stable/tailscale/5.1.16/questions.yaml +++ b/stable/tailscale/5.1.17/questions.yaml @@ -1766,6 +1766,157 @@ questions: schema: type: int default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" - variable: envList label: Codeserver Environment Variables schema: diff --git a/stable/tailscale/5.1.16/templates/NOTES.txt b/stable/tailscale/5.1.17/templates/NOTES.txt similarity index 100% rename from stable/tailscale/5.1.16/templates/NOTES.txt rename to stable/tailscale/5.1.17/templates/NOTES.txt diff --git a/stable/tailscale/5.1.16/templates/_configmap.tpl b/stable/tailscale/5.1.17/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/5.1.16/templates/_configmap.tpl rename to stable/tailscale/5.1.17/templates/_configmap.tpl diff --git a/stable/tailscale/5.1.16/templates/_secret.tpl b/stable/tailscale/5.1.17/templates/_secret.tpl similarity index 100% rename from stable/tailscale/5.1.16/templates/_secret.tpl rename to stable/tailscale/5.1.17/templates/_secret.tpl diff --git a/stable/tailscale/5.1.16/templates/common.yaml b/stable/tailscale/5.1.17/templates/common.yaml similarity index 100% rename from stable/tailscale/5.1.16/templates/common.yaml rename to stable/tailscale/5.1.17/templates/common.yaml diff --git a/stable/tailscale/5.1.16/values.yaml b/stable/tailscale/5.1.17/values.yaml similarity index 100% rename from stable/tailscale/5.1.16/values.yaml rename to stable/tailscale/5.1.17/values.yaml