From 0113eb80bc23ff43430b48d6ced687fca3505426 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 2 Feb 2023 07:55:52 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/kitchenowl/3.1.0/app-changelog.md | 4 - .../kitchenowl/{3.1.0 => 3.1.1}/CHANGELOG.md | 18 +-- stable/kitchenowl/{3.1.0 => 3.1.1}/Chart.yaml | 2 +- stable/kitchenowl/{3.1.0 => 3.1.1}/README.md | 0 stable/kitchenowl/3.1.1/app-changelog.md | 9 ++ .../kitchenowl/{3.1.0 => 3.1.1}/app-readme.md | 2 +- .../{3.1.0 => 3.1.1}/charts/common-11.1.2.tgz | Bin .../{3.1.0 => 3.1.1}/ix_values.yaml | 4 +- .../{3.1.0 => 3.1.1}/questions.yaml | 153 +++++++++++------- .../{3.1.0 => 3.1.1}/templates/_secrets.tpl | 0 .../{3.1.0 => 3.1.1}/templates/common.yaml | 0 .../kitchenowl/{3.1.0 => 3.1.1}/values.yaml | 0 12 files changed, 119 insertions(+), 73 deletions(-) delete mode 100644 stable/kitchenowl/3.1.0/app-changelog.md rename stable/kitchenowl/{3.1.0 => 3.1.1}/CHANGELOG.md (90%) rename stable/kitchenowl/{3.1.0 => 3.1.1}/Chart.yaml (98%) rename stable/kitchenowl/{3.1.0 => 3.1.1}/README.md (100%) create mode 100644 stable/kitchenowl/3.1.1/app-changelog.md rename stable/kitchenowl/{3.1.0 => 3.1.1}/app-readme.md (71%) rename stable/kitchenowl/{3.1.0 => 3.1.1}/charts/common-11.1.2.tgz (100%) rename stable/kitchenowl/{3.1.0 => 3.1.1}/ix_values.yaml (87%) rename stable/kitchenowl/{3.1.0 => 3.1.1}/questions.yaml (94%) rename stable/kitchenowl/{3.1.0 => 3.1.1}/templates/_secrets.tpl (100%) rename stable/kitchenowl/{3.1.0 => 3.1.1}/templates/common.yaml (100%) rename stable/kitchenowl/{3.1.0 => 3.1.1}/values.yaml (100%) diff --git a/stable/kitchenowl/3.1.0/app-changelog.md b/stable/kitchenowl/3.1.0/app-changelog.md deleted file mode 100644 index 5b0f275abe2..00000000000 --- a/stable/kitchenowl/3.1.0/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [kitchenowl-3.1.0](https://github.com/truecharts/charts/compare/kitchenowl-3.0.12...kitchenowl-3.1.0) (2023-01-11) - diff --git a/stable/kitchenowl/3.1.0/CHANGELOG.md b/stable/kitchenowl/3.1.1/CHANGELOG.md similarity index 90% rename from stable/kitchenowl/3.1.0/CHANGELOG.md rename to stable/kitchenowl/3.1.1/CHANGELOG.md index e40a8fe06f8..fb53762fd83 100644 --- a/stable/kitchenowl/3.1.0/CHANGELOG.md +++ b/stable/kitchenowl/3.1.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [kitchenowl-3.1.1](https://github.com/truecharts/charts/compare/kitchenowl-3.1.0...kitchenowl-3.1.1) (2023-02-02) + +### Chore + +- update kitchenowl + + + + ## [kitchenowl-3.1.0](https://github.com/truecharts/charts/compare/kitchenowl-3.0.12...kitchenowl-3.1.0) (2023-01-11) @@ -88,12 +97,3 @@ - -## [kitchenowl-3.0.5](https://github.com/truecharts/charts/compare/kitchenowl-3.0.4...kitchenowl-3.0.5) (2022-11-30) - - - - -## [kitchenowl-3.0.5](https://github.com/truecharts/charts/compare/kitchenowl-3.0.4...kitchenowl-3.0.5) (2022-11-30) - - diff --git a/stable/kitchenowl/3.1.0/Chart.yaml b/stable/kitchenowl/3.1.1/Chart.yaml similarity index 98% rename from stable/kitchenowl/3.1.0/Chart.yaml rename to stable/kitchenowl/3.1.1/Chart.yaml index 28157e74c7d..153f044506a 100644 --- a/stable/kitchenowl/3.1.0/Chart.yaml +++ b/stable/kitchenowl/3.1.1/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl - https://tombursch.github.io/kitchenowl type: application -version: 3.1.0 +version: 3.1.1 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/kitchenowl/3.1.0/README.md b/stable/kitchenowl/3.1.1/README.md similarity index 100% rename from stable/kitchenowl/3.1.0/README.md rename to stable/kitchenowl/3.1.1/README.md diff --git a/stable/kitchenowl/3.1.1/app-changelog.md b/stable/kitchenowl/3.1.1/app-changelog.md new file mode 100644 index 00000000000..a519fc71846 --- /dev/null +++ b/stable/kitchenowl/3.1.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kitchenowl-3.1.1](https://github.com/truecharts/charts/compare/kitchenowl-3.1.0...kitchenowl-3.1.1) (2023-02-02) + +### Chore + +- update kitchenowl + + \ No newline at end of file diff --git a/stable/kitchenowl/3.1.0/app-readme.md b/stable/kitchenowl/3.1.1/app-readme.md similarity index 71% rename from stable/kitchenowl/3.1.0/app-readme.md rename to stable/kitchenowl/3.1.1/app-readme.md index 6ddd6760be8..53e0c3525f0 100644 --- a/stable/kitchenowl/3.1.0/app-readme.md +++ b/stable/kitchenowl/3.1.1/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/kitchenowl/3.1.0/charts/common-11.1.2.tgz b/stable/kitchenowl/3.1.1/charts/common-11.1.2.tgz similarity index 100% rename from stable/kitchenowl/3.1.0/charts/common-11.1.2.tgz rename to stable/kitchenowl/3.1.1/charts/common-11.1.2.tgz diff --git a/stable/kitchenowl/3.1.0/ix_values.yaml b/stable/kitchenowl/3.1.1/ix_values.yaml similarity index 87% rename from stable/kitchenowl/3.1.0/ix_values.yaml rename to stable/kitchenowl/3.1.1/ix_values.yaml index 259c4c71264..a43bccb1685 100644 --- a/stable/kitchenowl/3.1.0/ix_values.yaml +++ b/stable/kitchenowl/3.1.1/ix_values.yaml @@ -1,12 +1,12 @@ image: repository: tccr.io/truecharts/kitchenowl-web pullPolicy: IfNotPresent - tag: latest@sha256:e46189b6e09a720ff56b5ccb8e7f5efe0b7a43cd72027b9c672bd0ad88da0d51 + tag: latest@sha256:b9840abb3ce33249d783a94f7a45d79e5f1f833ec6cdd64136806b58384957c3 backendImage: repository: tccr.io/truecharts/kitchenowl-backend pullPolicy: IfNotPresent - tag: latest@sha256:fc771f9cc6f6016e1d4d439dfbece48a8a26b78ff5ad8f179fde7a3483632335 + tag: latest@sha256:b1efa6d8d216e572fe728352dc8c8cf7d8decb41e64b04a7967eee0d3de2e393 securityContext: readOnlyRootFilesystem: false diff --git a/stable/kitchenowl/3.1.0/questions.yaml b/stable/kitchenowl/3.1.1/questions.yaml similarity index 94% rename from stable/kitchenowl/3.1.0/questions.yaml rename to stable/kitchenowl/3.1.1/questions.yaml index 9b16e3dae0b..2ce7ee6371c 100644 --- a/stable/kitchenowl/3.1.0/questions.yaml +++ b/stable/kitchenowl/3.1.1/questions.yaml @@ -638,10 +638,17 @@ questions: type: string required: true default: Prefix + - variable: clusterIssuer + label: 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: tls label: TLS-Settings schema: type: list + show_if: [["clusterIssuer", "=", ""]] default: [] items: - variable: tlsEntry @@ -662,12 +669,26 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: string + default: "" - variable: entrypoint label: (Advanced) Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -779,11 +800,18 @@ questions: label: Service Port schema: type: int + - variable: clusterIssuer + label: 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: tls label: TLS-Settings schema: type: list default: [] + show_if: [["clusterIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -803,12 +831,25 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -1035,58 +1076,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/stable/kitchenowl/3.1.0/templates/_secrets.tpl b/stable/kitchenowl/3.1.1/templates/_secrets.tpl similarity index 100% rename from stable/kitchenowl/3.1.0/templates/_secrets.tpl rename to stable/kitchenowl/3.1.1/templates/_secrets.tpl diff --git a/stable/kitchenowl/3.1.0/templates/common.yaml b/stable/kitchenowl/3.1.1/templates/common.yaml similarity index 100% rename from stable/kitchenowl/3.1.0/templates/common.yaml rename to stable/kitchenowl/3.1.1/templates/common.yaml diff --git a/stable/kitchenowl/3.1.0/values.yaml b/stable/kitchenowl/3.1.1/values.yaml similarity index 100% rename from stable/kitchenowl/3.1.0/values.yaml rename to stable/kitchenowl/3.1.1/values.yaml