From 6305113ffe6833fb081313fb35fb9f44b212e40a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 4 Nov 2023 09:42:13 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddns-go/{6.0.9 => 6.0.10}/CHANGELOG.md | 18 +++++------ stable/ddns-go/{6.0.9 => 6.0.10}/Chart.yaml | 4 +-- stable/ddns-go/{6.0.9 => 6.0.10}/README.md | 0 stable/ddns-go/6.0.10/app-changelog.md | 9 ++++++ .../ddns-go/{6.0.9 => 6.0.10}/app-readme.md | 0 .../charts/common-14.2.2.tgz | Bin .../ddns-go/{6.0.9 => 6.0.10}/ix_values.yaml | 2 +- .../ddns-go/{6.0.9 => 6.0.10}/questions.yaml | 28 +++++++++++++----- .../{6.0.9 => 6.0.10}/templates/NOTES.txt | 0 .../{6.0.9 => 6.0.10}/templates/common.yaml | 0 stable/ddns-go/{6.0.9 => 6.0.10}/values.yaml | 0 stable/ddns-go/6.0.9/app-changelog.md | 9 ------ 12 files changed, 41 insertions(+), 29 deletions(-) rename stable/ddns-go/{6.0.9 => 6.0.10}/CHANGELOG.md (91%) rename stable/ddns-go/{6.0.9 => 6.0.10}/Chart.yaml (95%) rename stable/ddns-go/{6.0.9 => 6.0.10}/README.md (100%) create mode 100644 stable/ddns-go/6.0.10/app-changelog.md rename stable/ddns-go/{6.0.9 => 6.0.10}/app-readme.md (100%) rename stable/ddns-go/{6.0.9 => 6.0.10}/charts/common-14.2.2.tgz (100%) rename stable/ddns-go/{6.0.9 => 6.0.10}/ix_values.yaml (89%) rename stable/ddns-go/{6.0.9 => 6.0.10}/questions.yaml (98%) rename stable/ddns-go/{6.0.9 => 6.0.10}/templates/NOTES.txt (100%) rename stable/ddns-go/{6.0.9 => 6.0.10}/templates/common.yaml (100%) rename stable/ddns-go/{6.0.9 => 6.0.10}/values.yaml (100%) delete mode 100644 stable/ddns-go/6.0.9/app-changelog.md diff --git a/stable/ddns-go/6.0.9/CHANGELOG.md b/stable/ddns-go/6.0.10/CHANGELOG.md similarity index 91% rename from stable/ddns-go/6.0.9/CHANGELOG.md rename to stable/ddns-go/6.0.10/CHANGELOG.md index fa73309a84..e6f3baa94a 100644 --- a/stable/ddns-go/6.0.9/CHANGELOG.md +++ b/stable/ddns-go/6.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-go-6.0.10](https://github.com/truecharts/charts/compare/ddns-go-6.0.9...ddns-go-6.0.10) (2023-11-04) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.6.6 ([#14332](https://github.com/truecharts/charts/issues/14332)) + + + + ## [ddns-go-6.0.9](https://github.com/truecharts/charts/compare/ddns-go-6.0.8...ddns-go-6.0.9) (2023-11-03) ### Chore @@ -88,12 +97,3 @@ ## [ddns-go-6.0.0](https://github.com/truecharts/charts/compare/ddns-go-5.0.32...ddns-go-6.0.0) (2023-07-31) - - - - -## [ddns-go-5.0.32](https://github.com/truecharts/charts/compare/ddns-go-5.0.31...ddns-go-5.0.32) (2023-07-29) - -### Chore - -- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) diff --git a/stable/ddns-go/6.0.9/Chart.yaml b/stable/ddns-go/6.0.10/Chart.yaml similarity index 95% rename from stable/ddns-go/6.0.9/Chart.yaml rename to stable/ddns-go/6.0.10/Chart.yaml index ff2d1dcb8f..41bc36dbbd 100644 --- a/stable/ddns-go/6.0.9/Chart.yaml +++ b/stable/ddns-go/6.0.10/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 6.0.9 -appVersion: "5.6.4" +version: 6.0.10 +appVersion: "5.6.6" description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service type: application deprecated: false diff --git a/stable/ddns-go/6.0.9/README.md b/stable/ddns-go/6.0.10/README.md similarity index 100% rename from stable/ddns-go/6.0.9/README.md rename to stable/ddns-go/6.0.10/README.md diff --git a/stable/ddns-go/6.0.10/app-changelog.md b/stable/ddns-go/6.0.10/app-changelog.md new file mode 100644 index 0000000000..18ceec0d13 --- /dev/null +++ b/stable/ddns-go/6.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-6.0.10](https://github.com/truecharts/charts/compare/ddns-go-6.0.9...ddns-go-6.0.10) (2023-11-04) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.6.6 ([#14332](https://github.com/truecharts/charts/issues/14332)) + + \ No newline at end of file diff --git a/stable/ddns-go/6.0.9/app-readme.md b/stable/ddns-go/6.0.10/app-readme.md similarity index 100% rename from stable/ddns-go/6.0.9/app-readme.md rename to stable/ddns-go/6.0.10/app-readme.md diff --git a/stable/ddns-go/6.0.9/charts/common-14.2.2.tgz b/stable/ddns-go/6.0.10/charts/common-14.2.2.tgz similarity index 100% rename from stable/ddns-go/6.0.9/charts/common-14.2.2.tgz rename to stable/ddns-go/6.0.10/charts/common-14.2.2.tgz diff --git a/stable/ddns-go/6.0.9/ix_values.yaml b/stable/ddns-go/6.0.10/ix_values.yaml similarity index 89% rename from stable/ddns-go/6.0.9/ix_values.yaml rename to stable/ddns-go/6.0.10/ix_values.yaml index 96f74cf83e..5fc72e8eb8 100644 --- a/stable/ddns-go/6.0.9/ix_values.yaml +++ b/stable/ddns-go/6.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: v5.6.4@sha256:80457804aa4589d129fc93c50960a992cbde4c2fd443af1509efabee9361f71f + tag: v5.6.6@sha256:2f4c0c4a9e10c54b84868e082d3fd4417526e18e26f3cf12c764555d30644c88 securityContext: container: diff --git a/stable/ddns-go/6.0.9/questions.yaml b/stable/ddns-go/6.0.10/questions.yaml similarity index 98% rename from stable/ddns-go/6.0.9/questions.yaml rename to stable/ddns-go/6.0.10/questions.yaml index 5587c5c08d..9b8d5f2973 100644 --- a/stable/ddns-go/6.0.9/questions.yaml +++ b/stable/ddns-go/6.0.10/questions.yaml @@ -827,6 +827,12 @@ questions: 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: @@ -865,12 +871,12 @@ questions: schema: type: string default: "" - - variable: 'clusterCertificate (Advanced)' - label: Cluster Certificate + - 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: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: secretName label: 'Use Custom Certificate Secret (Advanced)' @@ -914,6 +920,12 @@ questions: schema: type: string default: "" + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false - variable: hosts label: Hosts schema: @@ -971,8 +983,8 @@ questions: label: Service Port schema: type: int - - variable: clusterIssuer - label: clusterIssuer + - variable: certificateIssuer + label: certificateIssuer 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 @@ -1002,7 +1014,7 @@ questions: type: string default: "" required: true - - variable: clusterIssuer + - variable: certificateIssuer label: Use Cert-Manager clusterIssuer description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: @@ -1016,8 +1028,8 @@ questions: $ref: - "definitions/certificate" - variable: clusterCertificate - label: Cluster Certificate (Experimental) - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature' + 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: [["clusterIssuer", "=", ""]] diff --git a/stable/ddns-go/6.0.9/templates/NOTES.txt b/stable/ddns-go/6.0.10/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/6.0.9/templates/NOTES.txt rename to stable/ddns-go/6.0.10/templates/NOTES.txt diff --git a/stable/ddns-go/6.0.9/templates/common.yaml b/stable/ddns-go/6.0.10/templates/common.yaml similarity index 100% rename from stable/ddns-go/6.0.9/templates/common.yaml rename to stable/ddns-go/6.0.10/templates/common.yaml diff --git a/stable/ddns-go/6.0.9/values.yaml b/stable/ddns-go/6.0.10/values.yaml similarity index 100% rename from stable/ddns-go/6.0.9/values.yaml rename to stable/ddns-go/6.0.10/values.yaml diff --git a/stable/ddns-go/6.0.9/app-changelog.md b/stable/ddns-go/6.0.9/app-changelog.md deleted file mode 100644 index 849fe9ce30..0000000000 --- a/stable/ddns-go/6.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddns-go-6.0.9](https://github.com/truecharts/charts/compare/ddns-go-6.0.8...ddns-go-6.0.9) (2023-11-03) - -### Chore - -- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287)) - - \ No newline at end of file