diff --git a/stable/it-tools/1.0.5/app-changelog.md b/stable/it-tools/1.0.5/app-changelog.md deleted file mode 100644 index 798ffe6879d..00000000000 --- a/stable/it-tools/1.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [it-tools-1.0.5](https://github.com/truecharts/charts/compare/it-tools-1.0.4...it-tools-1.0.5) (2023-10-29) - -### Chore - -- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094)) - - \ No newline at end of file diff --git a/stable/it-tools/1.0.5/CHANGELOG.md b/stable/it-tools/1.0.6/CHANGELOG.md similarity index 77% rename from stable/it-tools/1.0.5/CHANGELOG.md rename to stable/it-tools/1.0.6/CHANGELOG.md index e4e0cec059c..119f62e9c52 100644 --- a/stable/it-tools/1.0.5/CHANGELOG.md +++ b/stable/it-tools/1.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [it-tools-1.0.6](https://github.com/truecharts/charts/compare/it-tools-1.0.5...it-tools-1.0.6) (2023-11-01) + +### Chore + +- update container image tccr.io/truecharts/it-tools to v2023.11.1 ([#14215](https://github.com/truecharts/charts/issues/14215)) + + + + ## [it-tools-1.0.5](https://github.com/truecharts/charts/compare/it-tools-1.0.4...it-tools-1.0.5) (2023-10-29) ### Chore diff --git a/stable/it-tools/1.0.5/Chart.yaml b/stable/it-tools/1.0.6/Chart.yaml similarity index 94% rename from stable/it-tools/1.0.5/Chart.yaml rename to stable/it-tools/1.0.6/Chart.yaml index 40669977ccd..5ca6ca3d07b 100644 --- a/stable/it-tools/1.0.5/Chart.yaml +++ b/stable/it-tools/1.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2023.8.21" +appVersion: "2023.11.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools - https://github.com/CorentinTh/it-tools type: application -version: 1.0.5 +version: 1.0.6 annotations: truecharts.org/category: tools truecharts.org/SCALE-support: "true" diff --git a/stable/it-tools/1.0.5/README.md b/stable/it-tools/1.0.6/README.md similarity index 100% rename from stable/it-tools/1.0.5/README.md rename to stable/it-tools/1.0.6/README.md diff --git a/stable/it-tools/1.0.6/app-changelog.md b/stable/it-tools/1.0.6/app-changelog.md new file mode 100644 index 00000000000..1618fc71134 --- /dev/null +++ b/stable/it-tools/1.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [it-tools-1.0.6](https://github.com/truecharts/charts/compare/it-tools-1.0.5...it-tools-1.0.6) (2023-11-01) + +### Chore + +- update container image tccr.io/truecharts/it-tools to v2023.11.1 ([#14215](https://github.com/truecharts/charts/issues/14215)) + + \ No newline at end of file diff --git a/stable/it-tools/1.0.5/app-readme.md b/stable/it-tools/1.0.6/app-readme.md similarity index 100% rename from stable/it-tools/1.0.5/app-readme.md rename to stable/it-tools/1.0.6/app-readme.md diff --git a/stable/it-tools/1.0.5/charts/common-14.2.0.tgz b/stable/it-tools/1.0.6/charts/common-14.2.0.tgz similarity index 100% rename from stable/it-tools/1.0.5/charts/common-14.2.0.tgz rename to stable/it-tools/1.0.6/charts/common-14.2.0.tgz diff --git a/stable/it-tools/1.0.5/ix_values.yaml b/stable/it-tools/1.0.6/ix_values.yaml similarity index 77% rename from stable/it-tools/1.0.5/ix_values.yaml rename to stable/it-tools/1.0.6/ix_values.yaml index 53d133f5338..222f33aa027 100644 --- a/stable/it-tools/1.0.5/ix_values.yaml +++ b/stable/it-tools/1.0.6/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/it-tools pullPolicy: IfNotPresent - tag: v2023.8.21@sha256:e6332bc28392b8fca2d196a57e9236f32f506716f719a1047281e75f5ac4254f + tag: v2023.11.1@sha256:44dd4bb6426099869172c78b885cd94dc52ead138152e1ddedce254bb4c2ae5a service: main: diff --git a/stable/it-tools/1.0.5/questions.yaml b/stable/it-tools/1.0.6/questions.yaml similarity index 98% rename from stable/it-tools/1.0.5/questions.yaml rename to stable/it-tools/1.0.6/questions.yaml index 5ca6af5e0f8..62a5553518d 100644 --- a/stable/it-tools/1.0.5/questions.yaml +++ b/stable/it-tools/1.0.6/questions.yaml @@ -693,19 +693,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 @@ -771,19 +758,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/it-tools/1.0.5/templates/NOTES.txt b/stable/it-tools/1.0.6/templates/NOTES.txt similarity index 100% rename from stable/it-tools/1.0.5/templates/NOTES.txt rename to stable/it-tools/1.0.6/templates/NOTES.txt diff --git a/stable/it-tools/1.0.5/templates/common.yaml b/stable/it-tools/1.0.6/templates/common.yaml similarity index 100% rename from stable/it-tools/1.0.5/templates/common.yaml rename to stable/it-tools/1.0.6/templates/common.yaml diff --git a/stable/it-tools/1.0.5/values.yaml b/stable/it-tools/1.0.6/values.yaml similarity index 100% rename from stable/it-tools/1.0.5/values.yaml rename to stable/it-tools/1.0.6/values.yaml