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/