From 1a9bf45b84422a899aed020fd7dd1ae529769e57 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 2 Nov 2023 18:45:28 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/wordpress/3.0.50/app-changelog.md | 9 ----- .../wordpress/{3.0.50 => 3.0.51}/CHANGELOG.md | 18 +++++----- .../wordpress/{3.0.50 => 3.0.51}/Chart.yaml | 2 +- stable/wordpress/{3.0.50 => 3.0.51}/README.md | 0 stable/wordpress/3.0.51/app-changelog.md | 9 +++++ .../{3.0.50 => 3.0.51}/app-readme.md | 0 .../charts/common-14.2.0.tgz | Bin .../charts/mariadb-7.0.70.tgz | Bin .../{3.0.50 => 3.0.51}/ix_values.yaml | 2 +- .../{3.0.50 => 3.0.51}/questions.yaml | 34 ++++++++---------- .../{3.0.50 => 3.0.51}/templates/_env.tpl | 0 .../{3.0.50 => 3.0.51}/templates/common.yaml | 0 .../wordpress/{3.0.50 => 3.0.51}/values.yaml | 0 13 files changed, 34 insertions(+), 40 deletions(-) delete mode 100644 stable/wordpress/3.0.50/app-changelog.md rename stable/wordpress/{3.0.50 => 3.0.51}/CHANGELOG.md (91%) rename stable/wordpress/{3.0.50 => 3.0.51}/Chart.yaml (98%) rename stable/wordpress/{3.0.50 => 3.0.51}/README.md (100%) create mode 100644 stable/wordpress/3.0.51/app-changelog.md rename stable/wordpress/{3.0.50 => 3.0.51}/app-readme.md (100%) rename stable/wordpress/{3.0.50 => 3.0.51}/charts/common-14.2.0.tgz (100%) rename stable/wordpress/{3.0.50 => 3.0.51}/charts/mariadb-7.0.70.tgz (100%) rename stable/wordpress/{3.0.50 => 3.0.51}/ix_values.yaml (92%) rename stable/wordpress/{3.0.50 => 3.0.51}/questions.yaml (99%) rename stable/wordpress/{3.0.50 => 3.0.51}/templates/_env.tpl (100%) rename stable/wordpress/{3.0.50 => 3.0.51}/templates/common.yaml (100%) rename stable/wordpress/{3.0.50 => 3.0.51}/values.yaml (100%) diff --git a/stable/wordpress/3.0.50/app-changelog.md b/stable/wordpress/3.0.50/app-changelog.md deleted file mode 100644 index 215225c5bf..0000000000 --- a/stable/wordpress/3.0.50/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wordpress-3.0.50](https://github.com/truecharts/charts/compare/wordpress-3.0.49...wordpress-3.0.50) (2023-10-31) - -### Chore - -- update container image tccr.io/truecharts/wordpress to v6.3.2 ([#14151](https://github.com/truecharts/charts/issues/14151)) - - \ No newline at end of file diff --git a/stable/wordpress/3.0.50/CHANGELOG.md b/stable/wordpress/3.0.51/CHANGELOG.md similarity index 91% rename from stable/wordpress/3.0.50/CHANGELOG.md rename to stable/wordpress/3.0.51/CHANGELOG.md index af6e401447..3cefadc677 100644 --- a/stable/wordpress/3.0.50/CHANGELOG.md +++ b/stable/wordpress/3.0.51/CHANGELOG.md @@ -4,6 +4,15 @@ +## [wordpress-3.0.51](https://github.com/truecharts/charts/compare/wordpress-3.0.50...wordpress-3.0.51) (2023-11-02) + +### Chore + +- update container image tccr.io/truecharts/wordpress to v6.3.2 ([#14259](https://github.com/truecharts/charts/issues/14259)) + + + + ## [wordpress-3.0.50](https://github.com/truecharts/charts/compare/wordpress-3.0.49...wordpress-3.0.50) (2023-10-31) ### Chore @@ -88,12 +97,3 @@ ## [wordpress-3.0.41](https://github.com/truecharts/charts/compare/wordpress-3.0.40...wordpress-3.0.41) (2023-10-12) -### Chore - -- update container image tccr.io/truecharts/wordpress to v6.3.1 ([#13565](https://github.com/truecharts/charts/issues/13565)) - - - - -## [wordpress-3.0.40](https://github.com/truecharts/charts/compare/wordpress-3.0.39...wordpress-3.0.40) (2023-10-12) - diff --git a/stable/wordpress/3.0.50/Chart.yaml b/stable/wordpress/3.0.51/Chart.yaml similarity index 98% rename from stable/wordpress/3.0.50/Chart.yaml rename to stable/wordpress/3.0.51/Chart.yaml index d3bd640b47..c3b45c3368 100644 --- a/stable/wordpress/3.0.50/Chart.yaml +++ b/stable/wordpress/3.0.51/Chart.yaml @@ -23,7 +23,7 @@ name: wordpress sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - https://www.wordpress.org -version: 3.0.50 +version: 3.0.51 annotations: truecharts.org/category: website truecharts.org/SCALE-support: "true" diff --git a/stable/wordpress/3.0.50/README.md b/stable/wordpress/3.0.51/README.md similarity index 100% rename from stable/wordpress/3.0.50/README.md rename to stable/wordpress/3.0.51/README.md diff --git a/stable/wordpress/3.0.51/app-changelog.md b/stable/wordpress/3.0.51/app-changelog.md new file mode 100644 index 0000000000..57a912addc --- /dev/null +++ b/stable/wordpress/3.0.51/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wordpress-3.0.51](https://github.com/truecharts/charts/compare/wordpress-3.0.50...wordpress-3.0.51) (2023-11-02) + +### Chore + +- update container image tccr.io/truecharts/wordpress to v6.3.2 ([#14259](https://github.com/truecharts/charts/issues/14259)) + + \ No newline at end of file diff --git a/stable/wordpress/3.0.50/app-readme.md b/stable/wordpress/3.0.51/app-readme.md similarity index 100% rename from stable/wordpress/3.0.50/app-readme.md rename to stable/wordpress/3.0.51/app-readme.md diff --git a/stable/wordpress/3.0.50/charts/common-14.2.0.tgz b/stable/wordpress/3.0.51/charts/common-14.2.0.tgz similarity index 100% rename from stable/wordpress/3.0.50/charts/common-14.2.0.tgz rename to stable/wordpress/3.0.51/charts/common-14.2.0.tgz diff --git a/stable/wordpress/3.0.50/charts/mariadb-7.0.70.tgz b/stable/wordpress/3.0.51/charts/mariadb-7.0.70.tgz similarity index 100% rename from stable/wordpress/3.0.50/charts/mariadb-7.0.70.tgz rename to stable/wordpress/3.0.51/charts/mariadb-7.0.70.tgz diff --git a/stable/wordpress/3.0.50/ix_values.yaml b/stable/wordpress/3.0.51/ix_values.yaml similarity index 92% rename from stable/wordpress/3.0.50/ix_values.yaml rename to stable/wordpress/3.0.51/ix_values.yaml index a12d3211ae..2aa425c0d3 100644 --- a/stable/wordpress/3.0.50/ix_values.yaml +++ b/stable/wordpress/3.0.51/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/wordpress pullPolicy: IfNotPresent - tag: v6.3.2@sha256:df58ce0bbf3e34ece39ed6d8af5d9eba9aa2a428a51829c64a14eefb21e35132 + tag: v6.3.2@sha256:48ec93d4553834ce7d0160b28f75d62a1865240e522694b1b13a5f5ce087b3ba securityContext: container: diff --git a/stable/wordpress/3.0.50/questions.yaml b/stable/wordpress/3.0.51/questions.yaml similarity index 99% rename from stable/wordpress/3.0.50/questions.yaml rename to stable/wordpress/3.0.51/questions.yaml index 50705be528..204f726fcc 100644 --- a/stable/wordpress/3.0.50/questions.yaml +++ b/stable/wordpress/3.0.51/questions.yaml @@ -949,19 +949,6 @@ questions: schema: type: string default: "" - - variable: clusterCertificate - label: Cluster Certificate (Experimental) - description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: secretName - label: Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - variable: middlewares label: Traefik Middlewares description: Add previously created Traefik Middlewares to this Ingress @@ -1027,19 +1014,26 @@ questions: schema: type: string default: "" + - variable: 'clusterCertificate (Advanced)' + label: Cluster Certificate + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" - variable: scaleCert - label: Use TrueNAS SCALE Certificate (Deprecated) + label: 'Use TrueNAS SCALE Certificate (Deprecated)' schema: show_if: [["certificateIssuer", "=", ""]] type: int $ref: - "definitions/certificate" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - variable: ingressList label: Add Manual Custom Ingresses group: Ingress diff --git a/stable/wordpress/3.0.50/templates/_env.tpl b/stable/wordpress/3.0.51/templates/_env.tpl similarity index 100% rename from stable/wordpress/3.0.50/templates/_env.tpl rename to stable/wordpress/3.0.51/templates/_env.tpl diff --git a/stable/wordpress/3.0.50/templates/common.yaml b/stable/wordpress/3.0.51/templates/common.yaml similarity index 100% rename from stable/wordpress/3.0.50/templates/common.yaml rename to stable/wordpress/3.0.51/templates/common.yaml diff --git a/stable/wordpress/3.0.50/values.yaml b/stable/wordpress/3.0.51/values.yaml similarity index 100% rename from stable/wordpress/3.0.50/values.yaml rename to stable/wordpress/3.0.51/values.yaml