From d67abd0006dc03dcf56ce8914b2df39b22ab28e0 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 17 Oct 2024 13:51:19 +0200 Subject: [PATCH] Use repo --- trino/base/charts/{ => trino-0.32.0}/trino/Chart.yaml | 0 trino/base/charts/{ => trino-0.32.0}/trino/README.md | 0 trino/base/charts/{ => trino-0.32.0}/trino/README.md.gotmpl | 0 .../base/charts/{ => trino-0.32.0}/trino/templates/NOTES.txt | 0 .../charts/{ => trino-0.32.0}/trino/templates/_helpers.tpl | 0 .../{ => trino-0.32.0}/trino/templates/autoscaler.yaml | 0 .../templates/configmap-access-control-coordinator.yaml | 0 .../trino/templates/configmap-access-control-worker.yaml | 0 .../trino/templates/configmap-catalog.yaml | 0 .../trino/templates/configmap-coordinator.yaml | 0 .../trino/templates/configmap-jmx-exporter.yaml | 0 .../{ => trino-0.32.0}/trino/templates/configmap-worker.yaml | 0 .../trino/templates/deployment-coordinator.yaml | 0 .../trino/templates/deployment-worker.yaml | 0 .../charts/{ => trino-0.32.0}/trino/templates/ingress.yaml | 0 .../{ => trino-0.32.0}/trino/templates/networkpolicy.yaml | 0 .../charts/{ => trino-0.32.0}/trino/templates/secret.yaml | 0 .../trino/templates/service-coordinator.yaml | 0 .../{ => trino-0.32.0}/trino/templates/service-worker.yaml | 0 .../{ => trino-0.32.0}/trino/templates/serviceaccount.yaml | 0 .../trino/templates/servicemonitor-coordinator.yaml | 0 .../trino/templates/servicemonitor-worker.yaml | 0 .../trino/templates/tests/test-connection.yaml | 0 .../trino/templates/tests/test-graceful-shutdown.yaml | 0 .../{ => trino-0.32.0}/trino/templates/tests/test-jmx.yaml | 0 .../trino/templates/tests/test-networkpolicy.yaml | 0 trino/base/charts/{ => trino-0.32.0}/trino/values.yaml | 0 trino/base/kustomization.yaml | 5 ++--- 28 files changed, 2 insertions(+), 3 deletions(-) rename trino/base/charts/{ => trino-0.32.0}/trino/Chart.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/README.md (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/README.md.gotmpl (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/NOTES.txt (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/_helpers.tpl (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/autoscaler.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/configmap-access-control-coordinator.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/configmap-access-control-worker.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/configmap-catalog.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/configmap-coordinator.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/configmap-jmx-exporter.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/configmap-worker.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/deployment-coordinator.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/deployment-worker.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/ingress.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/networkpolicy.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/secret.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/service-coordinator.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/service-worker.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/serviceaccount.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/servicemonitor-coordinator.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/servicemonitor-worker.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/tests/test-connection.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/tests/test-graceful-shutdown.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/tests/test-jmx.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/templates/tests/test-networkpolicy.yaml (100%) rename trino/base/charts/{ => trino-0.32.0}/trino/values.yaml (100%) diff --git a/trino/base/charts/trino/Chart.yaml b/trino/base/charts/trino-0.32.0/trino/Chart.yaml similarity index 100% rename from trino/base/charts/trino/Chart.yaml rename to trino/base/charts/trino-0.32.0/trino/Chart.yaml diff --git a/trino/base/charts/trino/README.md b/trino/base/charts/trino-0.32.0/trino/README.md similarity index 100% rename from trino/base/charts/trino/README.md rename to trino/base/charts/trino-0.32.0/trino/README.md diff --git a/trino/base/charts/trino/README.md.gotmpl b/trino/base/charts/trino-0.32.0/trino/README.md.gotmpl similarity index 100% rename from trino/base/charts/trino/README.md.gotmpl rename to trino/base/charts/trino-0.32.0/trino/README.md.gotmpl diff --git a/trino/base/charts/trino/templates/NOTES.txt b/trino/base/charts/trino-0.32.0/trino/templates/NOTES.txt similarity index 100% rename from trino/base/charts/trino/templates/NOTES.txt rename to trino/base/charts/trino-0.32.0/trino/templates/NOTES.txt diff --git a/trino/base/charts/trino/templates/_helpers.tpl b/trino/base/charts/trino-0.32.0/trino/templates/_helpers.tpl similarity index 100% rename from trino/base/charts/trino/templates/_helpers.tpl rename to trino/base/charts/trino-0.32.0/trino/templates/_helpers.tpl diff --git a/trino/base/charts/trino/templates/autoscaler.yaml b/trino/base/charts/trino-0.32.0/trino/templates/autoscaler.yaml similarity index 100% rename from trino/base/charts/trino/templates/autoscaler.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/autoscaler.yaml diff --git a/trino/base/charts/trino/templates/configmap-access-control-coordinator.yaml b/trino/base/charts/trino-0.32.0/trino/templates/configmap-access-control-coordinator.yaml similarity index 100% rename from trino/base/charts/trino/templates/configmap-access-control-coordinator.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/configmap-access-control-coordinator.yaml diff --git a/trino/base/charts/trino/templates/configmap-access-control-worker.yaml b/trino/base/charts/trino-0.32.0/trino/templates/configmap-access-control-worker.yaml similarity index 100% rename from trino/base/charts/trino/templates/configmap-access-control-worker.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/configmap-access-control-worker.yaml diff --git a/trino/base/charts/trino/templates/configmap-catalog.yaml b/trino/base/charts/trino-0.32.0/trino/templates/configmap-catalog.yaml similarity index 100% rename from trino/base/charts/trino/templates/configmap-catalog.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/configmap-catalog.yaml diff --git a/trino/base/charts/trino/templates/configmap-coordinator.yaml b/trino/base/charts/trino-0.32.0/trino/templates/configmap-coordinator.yaml similarity index 100% rename from trino/base/charts/trino/templates/configmap-coordinator.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/configmap-coordinator.yaml diff --git a/trino/base/charts/trino/templates/configmap-jmx-exporter.yaml b/trino/base/charts/trino-0.32.0/trino/templates/configmap-jmx-exporter.yaml similarity index 100% rename from trino/base/charts/trino/templates/configmap-jmx-exporter.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/configmap-jmx-exporter.yaml diff --git a/trino/base/charts/trino/templates/configmap-worker.yaml b/trino/base/charts/trino-0.32.0/trino/templates/configmap-worker.yaml similarity index 100% rename from trino/base/charts/trino/templates/configmap-worker.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/configmap-worker.yaml diff --git a/trino/base/charts/trino/templates/deployment-coordinator.yaml b/trino/base/charts/trino-0.32.0/trino/templates/deployment-coordinator.yaml similarity index 100% rename from trino/base/charts/trino/templates/deployment-coordinator.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/deployment-coordinator.yaml diff --git a/trino/base/charts/trino/templates/deployment-worker.yaml b/trino/base/charts/trino-0.32.0/trino/templates/deployment-worker.yaml similarity index 100% rename from trino/base/charts/trino/templates/deployment-worker.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/deployment-worker.yaml diff --git a/trino/base/charts/trino/templates/ingress.yaml b/trino/base/charts/trino-0.32.0/trino/templates/ingress.yaml similarity index 100% rename from trino/base/charts/trino/templates/ingress.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/ingress.yaml diff --git a/trino/base/charts/trino/templates/networkpolicy.yaml b/trino/base/charts/trino-0.32.0/trino/templates/networkpolicy.yaml similarity index 100% rename from trino/base/charts/trino/templates/networkpolicy.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/networkpolicy.yaml diff --git a/trino/base/charts/trino/templates/secret.yaml b/trino/base/charts/trino-0.32.0/trino/templates/secret.yaml similarity index 100% rename from trino/base/charts/trino/templates/secret.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/secret.yaml diff --git a/trino/base/charts/trino/templates/service-coordinator.yaml b/trino/base/charts/trino-0.32.0/trino/templates/service-coordinator.yaml similarity index 100% rename from trino/base/charts/trino/templates/service-coordinator.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/service-coordinator.yaml diff --git a/trino/base/charts/trino/templates/service-worker.yaml b/trino/base/charts/trino-0.32.0/trino/templates/service-worker.yaml similarity index 100% rename from trino/base/charts/trino/templates/service-worker.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/service-worker.yaml diff --git a/trino/base/charts/trino/templates/serviceaccount.yaml b/trino/base/charts/trino-0.32.0/trino/templates/serviceaccount.yaml similarity index 100% rename from trino/base/charts/trino/templates/serviceaccount.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/serviceaccount.yaml diff --git a/trino/base/charts/trino/templates/servicemonitor-coordinator.yaml b/trino/base/charts/trino-0.32.0/trino/templates/servicemonitor-coordinator.yaml similarity index 100% rename from trino/base/charts/trino/templates/servicemonitor-coordinator.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/servicemonitor-coordinator.yaml diff --git a/trino/base/charts/trino/templates/servicemonitor-worker.yaml b/trino/base/charts/trino-0.32.0/trino/templates/servicemonitor-worker.yaml similarity index 100% rename from trino/base/charts/trino/templates/servicemonitor-worker.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/servicemonitor-worker.yaml diff --git a/trino/base/charts/trino/templates/tests/test-connection.yaml b/trino/base/charts/trino-0.32.0/trino/templates/tests/test-connection.yaml similarity index 100% rename from trino/base/charts/trino/templates/tests/test-connection.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/tests/test-connection.yaml diff --git a/trino/base/charts/trino/templates/tests/test-graceful-shutdown.yaml b/trino/base/charts/trino-0.32.0/trino/templates/tests/test-graceful-shutdown.yaml similarity index 100% rename from trino/base/charts/trino/templates/tests/test-graceful-shutdown.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/tests/test-graceful-shutdown.yaml diff --git a/trino/base/charts/trino/templates/tests/test-jmx.yaml b/trino/base/charts/trino-0.32.0/trino/templates/tests/test-jmx.yaml similarity index 100% rename from trino/base/charts/trino/templates/tests/test-jmx.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/tests/test-jmx.yaml diff --git a/trino/base/charts/trino/templates/tests/test-networkpolicy.yaml b/trino/base/charts/trino-0.32.0/trino/templates/tests/test-networkpolicy.yaml similarity index 100% rename from trino/base/charts/trino/templates/tests/test-networkpolicy.yaml rename to trino/base/charts/trino-0.32.0/trino/templates/tests/test-networkpolicy.yaml diff --git a/trino/base/charts/trino/values.yaml b/trino/base/charts/trino-0.32.0/trino/values.yaml similarity index 100% rename from trino/base/charts/trino/values.yaml rename to trino/base/charts/trino-0.32.0/trino/values.yaml diff --git a/trino/base/kustomization.yaml b/trino/base/kustomization.yaml index 9e41b2c..bfc7ed7 100644 --- a/trino/base/kustomization.yaml +++ b/trino/base/kustomization.yaml @@ -2,11 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization helmCharts: - includeCRDs: true - name: all + name: trino namespace: trino releaseName: trino valuesFile: ./values/values.yaml version: 0.32.0 -helmGlobals: - chartHome: ./charts/ + repo: https://trinodb.github.io/charts