Try tekton
This commit is contained in:
parent
a941f7df16
commit
bfe08e1eae
@ -12,6 +12,11 @@ releases:
|
|||||||
namespace: drone-service
|
namespace: drone-service
|
||||||
createNamespace: false
|
createNamespace: false
|
||||||
|
|
||||||
|
- <<: *tekton-pipeline
|
||||||
|
installed: true
|
||||||
|
namespace: tekton-service
|
||||||
|
createNamespace: true
|
||||||
|
|
||||||
- <<: *longhorn
|
- <<: *longhorn
|
||||||
installed: true
|
installed: true
|
||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
|
@ -213,6 +213,11 @@ templates:
|
|||||||
- template: default-env-secrets
|
- template: default-env-secrets
|
||||||
- template: drone-common
|
- template: drone-common
|
||||||
|
|
||||||
|
tekton-pipeline: &tekton-pipeline
|
||||||
|
name: tekton-pipeline
|
||||||
|
chart: cdf/tekton-pipeline
|
||||||
|
version: 1.0.2
|
||||||
|
|
||||||
nrodionov: &nrodionov
|
nrodionov: &nrodionov
|
||||||
name: nrodionov
|
name: nrodionov
|
||||||
chart: bitnami/wordpress
|
chart: bitnami/wordpress
|
||||||
|
@ -36,3 +36,5 @@ repositories:
|
|||||||
url: https://db-operator.github.io/charts
|
url: https://db-operator.github.io/charts
|
||||||
- name: allanger-gitea
|
- 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/
|
||||||
|
Reference in New Issue
Block a user