From bfe08e1eae8f5c6fa3547b4dcc33a7c96cdf279b Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 23 Sep 2023 15:29:52 +0200 Subject: [PATCH] Try tekton --- badhouseplants/helmfile.yaml | 5 +++++ releases.yaml | 5 +++++ repositories.yaml | 4 +++- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/badhouseplants/helmfile.yaml b/badhouseplants/helmfile.yaml index 8572e51..fbf7f36 100644 --- a/badhouseplants/helmfile.yaml +++ b/badhouseplants/helmfile.yaml @@ -12,6 +12,11 @@ releases: namespace: drone-service createNamespace: false + - <<: *tekton-pipeline + installed: true + namespace: tekton-service + createNamespace: true + - <<: *longhorn installed: true namespace: longhorn-system diff --git a/releases.yaml b/releases.yaml index 95eae33..df99795 100644 --- a/releases.yaml +++ b/releases.yaml @@ -213,6 +213,11 @@ templates: - template: default-env-secrets - template: drone-common + tekton-pipeline: &tekton-pipeline + name: tekton-pipeline + chart: cdf/tekton-pipeline + version: 1.0.2 + nrodionov: &nrodionov name: nrodionov chart: bitnami/wordpress diff --git a/repositories.yaml b/repositories.yaml index 64e3842..c97cb95 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -35,4 +35,6 @@ repositories: - name: db-operator url: https://db-operator.github.io/charts - name: allanger-gitea - url: https://git.badhouseplants.net/api/packages/allanger/helm + url: https://git.badhouseplants.net/api/packages/allanger/helm + - name: cdf + url: https://cdfoundation.github.io/tekton-helm-chart/