From 03f1ba19437016b3a61f576f87fb11a7917d09a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=92=BB=20Eher?= Date: Thu, 6 Jan 2022 20:22:02 -0300 Subject: [PATCH] Move helm to charts/turbo-enigma MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 💻 Eher --- {helm => charts/turbo-enigma}/Chart.yaml | 0 .../turbo-enigma}/templates/NOTES.txt | 0 .../turbo-enigma}/templates/configmap.yaml | 0 .../turbo-enigma}/templates/deployment.yaml | 0 .../turbo-enigma}/templates/ingress.yaml | 0 .../turbo-enigma}/templates/service.yaml | 0 charts/turbo-enigma/values.yaml | 29 +++++++++++++++++++ .../turbo-enigma}/values.yaml.dist | 0 package-lock.json | 6 ++++ test.txt | 0 10 files changed, 35 insertions(+) rename {helm => charts/turbo-enigma}/Chart.yaml (100%) rename {helm => charts/turbo-enigma}/templates/NOTES.txt (100%) rename {helm => charts/turbo-enigma}/templates/configmap.yaml (100%) rename {helm => charts/turbo-enigma}/templates/deployment.yaml (100%) rename {helm => charts/turbo-enigma}/templates/ingress.yaml (100%) rename {helm => charts/turbo-enigma}/templates/service.yaml (100%) create mode 100644 charts/turbo-enigma/values.yaml rename {helm => charts/turbo-enigma}/values.yaml.dist (100%) create mode 100644 package-lock.json create mode 100644 test.txt diff --git a/helm/Chart.yaml b/charts/turbo-enigma/Chart.yaml similarity index 100% rename from helm/Chart.yaml rename to charts/turbo-enigma/Chart.yaml diff --git a/helm/templates/NOTES.txt b/charts/turbo-enigma/templates/NOTES.txt similarity index 100% rename from helm/templates/NOTES.txt rename to charts/turbo-enigma/templates/NOTES.txt diff --git a/helm/templates/configmap.yaml b/charts/turbo-enigma/templates/configmap.yaml similarity index 100% rename from helm/templates/configmap.yaml rename to charts/turbo-enigma/templates/configmap.yaml diff --git a/helm/templates/deployment.yaml b/charts/turbo-enigma/templates/deployment.yaml similarity index 100% rename from helm/templates/deployment.yaml rename to charts/turbo-enigma/templates/deployment.yaml diff --git a/helm/templates/ingress.yaml b/charts/turbo-enigma/templates/ingress.yaml similarity index 100% rename from helm/templates/ingress.yaml rename to charts/turbo-enigma/templates/ingress.yaml diff --git a/helm/templates/service.yaml b/charts/turbo-enigma/templates/service.yaml similarity index 100% rename from helm/templates/service.yaml rename to charts/turbo-enigma/templates/service.yaml diff --git a/charts/turbo-enigma/values.yaml b/charts/turbo-enigma/values.yaml new file mode 100644 index 0000000..bce8227 --- /dev/null +++ b/charts/turbo-enigma/values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/codelicia/turbo-enigma + pullPolicy: Always + tag: main + +slack: + avatarUrl: "https://avatars.githubusercontent.com/u/46966179?s=200&v=4" + message: "New Merge Request Created" + username: "codelicia/turbo-enigma" + webhookUrl: http://slack-webhook.localhost + +notificationRules: + - channel: "#enabling-team" + labels: ["Enabling Team"] + - channel: "#open-source" + labels: ["Codelicia"] + - channel: "#turbo-enigma" + labels: ["just-testing"] + +service: + nodePort: 30000 + +ingress: + enabled: true + path: / + host: enigma.localhost + tls: + enabled: false + secretName: todo diff --git a/helm/values.yaml.dist b/charts/turbo-enigma/values.yaml.dist similarity index 100% rename from helm/values.yaml.dist rename to charts/turbo-enigma/values.yaml.dist diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..51a9efc --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "turbo-enigma", + "lockfileVersion": 2, + "requires": true, + "packages": {} +} diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29