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