A git repository to test various configurations of the renovate bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
765 B

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/tektoncd/pipeline/releases/download/v0.29.0/release.yaml
- https://github.com/tektoncd/triggers/releases/download/v0.17.1/release.yaml
- https://github.com/tektoncd/triggers/releases/download/v0.17.1/interceptors.yaml
- https://github.com/tektoncd/dashboard/releases/download/v0.21.0/tekton-dashboard-release.yaml
patchesStrategicMerge:
- |
$patch: delete
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: tekton-pipelines-webhook
namespace: tekton-pipelines
- |
apiVersion: v1
kind: ConfigMap
metadata:
name: config-artifact-pvc
namespace: tekton-pipelines
data:
size: 1Gi
storageClassName: tekton