diff --git a/stable/searxng/4.0.62/app-changelog.md b/stable/searxng/4.0.62/app-changelog.md deleted file mode 100644 index fd17ff03387..00000000000 --- a/stable/searxng/4.0.62/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [searxng-4.0.62](https://github.com/truecharts/charts/compare/searxng-4.0.61...searxng-4.0.62) (2023-10-29) - -### Chore - -- update container image tccr.io/truecharts/searxng to latest ([#14083](https://github.com/truecharts/charts/issues/14083)) - - \ No newline at end of file diff --git a/stable/searxng/4.0.62/CHANGELOG.md b/stable/searxng/4.0.63/CHANGELOG.md similarity index 91% rename from stable/searxng/4.0.62/CHANGELOG.md rename to stable/searxng/4.0.63/CHANGELOG.md index 8416efc5c2f..9acfae97bfa 100644 --- a/stable/searxng/4.0.62/CHANGELOG.md +++ b/stable/searxng/4.0.63/CHANGELOG.md @@ -4,6 +4,15 @@ +## [searxng-4.0.63](https://github.com/truecharts/charts/compare/searxng-4.0.62...searxng-4.0.63) (2023-10-29) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest ([#14085](https://github.com/truecharts/charts/issues/14085)) + + + + ## [searxng-4.0.62](https://github.com/truecharts/charts/compare/searxng-4.0.61...searxng-4.0.62) (2023-10-29) ### Chore @@ -88,12 +97,3 @@ ## [searxng-4.0.53](https://github.com/truecharts/charts/compare/searxng-4.0.52...searxng-4.0.53) (2023-10-10) -### Chore - -- update container image tccr.io/truecharts/searxng to latest ([#13485](https://github.com/truecharts/charts/issues/13485)) - - run precocmit ([#13387](https://github.com/truecharts/charts/issues/13387)) - - - - -## [searxng-4.0.52](https://github.com/truecharts/charts/compare/searxng-4.0.51...searxng-4.0.52) (2023-10-07) diff --git a/stable/searxng/4.0.62/Chart.yaml b/stable/searxng/4.0.63/Chart.yaml similarity index 98% rename from stable/searxng/4.0.62/Chart.yaml rename to stable/searxng/4.0.63/Chart.yaml index 7e22a84cf82..05d4bb869c1 100644 --- a/stable/searxng/4.0.62/Chart.yaml +++ b/stable/searxng/4.0.63/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/searxng - https://github.com/searxng/searxng type: application -version: 4.0.62 +version: 4.0.63 annotations: truecharts.org/category: Productivity truecharts.org/SCALE-support: "true" diff --git a/stable/searxng/4.0.62/README.md b/stable/searxng/4.0.63/README.md similarity index 100% rename from stable/searxng/4.0.62/README.md rename to stable/searxng/4.0.63/README.md diff --git a/stable/searxng/4.0.63/app-changelog.md b/stable/searxng/4.0.63/app-changelog.md new file mode 100644 index 00000000000..90855c598fb --- /dev/null +++ b/stable/searxng/4.0.63/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-4.0.63](https://github.com/truecharts/charts/compare/searxng-4.0.62...searxng-4.0.63) (2023-10-29) + +### Chore + +- update container image tccr.io/truecharts/searxng to latest ([#14085](https://github.com/truecharts/charts/issues/14085)) + + \ No newline at end of file diff --git a/stable/searxng/4.0.62/app-readme.md b/stable/searxng/4.0.63/app-readme.md similarity index 100% rename from stable/searxng/4.0.62/app-readme.md rename to stable/searxng/4.0.63/app-readme.md diff --git a/stable/searxng/4.0.62/charts/common-14.0.9.tgz b/stable/searxng/4.0.63/charts/common-14.0.9.tgz similarity index 100% rename from stable/searxng/4.0.62/charts/common-14.0.9.tgz rename to stable/searxng/4.0.63/charts/common-14.0.9.tgz diff --git a/stable/searxng/4.0.62/ix_values.yaml b/stable/searxng/4.0.63/ix_values.yaml similarity index 92% rename from stable/searxng/4.0.62/ix_values.yaml rename to stable/searxng/4.0.63/ix_values.yaml index 032a6bcfb2b..3fc656512ce 100644 --- a/stable/searxng/4.0.62/ix_values.yaml +++ b/stable/searxng/4.0.63/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/searxng - tag: latest@sha256:e03c600269c2d3a0f7fb9ee92a0bf555bd7e4d5f43b755357b08ba86db86f989 + tag: latest@sha256:0742be4b5ed0fa3d424186b85ee8c59ed2039291d6a9aeebcdda2181729603c6 workload: main: diff --git a/stable/searxng/4.0.62/questions.yaml b/stable/searxng/4.0.63/questions.yaml similarity index 98% rename from stable/searxng/4.0.62/questions.yaml rename to stable/searxng/4.0.63/questions.yaml index d58da9a0fc8..f2726380640 100644 --- a/stable/searxng/4.0.62/questions.yaml +++ b/stable/searxng/4.0.63/questions.yaml @@ -751,6 +751,19 @@ 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 @@ -959,6 +972,13 @@ questions: type: int $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' + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" - variable: secretName label: Use Custom Secret (Advanced) schema: diff --git a/stable/searxng/4.0.62/templates/NOTES.txt b/stable/searxng/4.0.63/templates/NOTES.txt similarity index 100% rename from stable/searxng/4.0.62/templates/NOTES.txt rename to stable/searxng/4.0.63/templates/NOTES.txt diff --git a/stable/searxng/4.0.62/templates/common.yaml b/stable/searxng/4.0.63/templates/common.yaml similarity index 100% rename from stable/searxng/4.0.62/templates/common.yaml rename to stable/searxng/4.0.63/templates/common.yaml diff --git a/stable/searxng/4.0.62/values.yaml b/stable/searxng/4.0.63/values.yaml similarity index 100% rename from stable/searxng/4.0.62/values.yaml rename to stable/searxng/4.0.63/values.yaml