File tree 1 file changed +31
-0
lines changed
infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 19
19
# include releases
20
20
!/pipeline/previous/v0.33.2/release.yaml
21
21
!/triggers/previous/v0.19.0/release.yaml
22
+ !/triggers/previous/v0.19.1/intercetors.yaml
22
23
!/dashboard/previous/v0.24.1/tekton-dashboard-release.yaml
23
24
---
24
25
apiVersion : kustomize.toolkit.fluxcd.io/v1beta2
@@ -129,6 +130,36 @@ spec:
129
130
---
130
131
apiVersion : kustomize.toolkit.fluxcd.io/v1beta2
131
132
kind : Kustomization
133
+ metadata :
134
+ name : tekton-interceptors
135
+ namespace : tekton-pipelines
136
+ spec :
137
+ interval : 2m0s
138
+ path : ./triggers/previous/v0.19.1
139
+ prune : true
140
+ sourceRef :
141
+ kind : Bucket
142
+ name : tekton
143
+ patches :
144
+ - target :
145
+ kind : Deployment
146
+ name : tekton-triggers-core-interceptors
147
+ namespace : tekton-pipelines
148
+ patch : |-
149
+ apiVersion: apps/v1
150
+ kind: Deployment
151
+ metadata:
152
+ name: tekton-triggers-core-interceptors
153
+ namespace: tekton-pipelines
154
+ spec:
155
+ template:
156
+ spec:
157
+ tolerations:
158
+ - key: CriticalAddonsOnly
159
+ operator: Exists
160
+ ---
161
+ apiVersion : kustomize.toolkit.fluxcd.io/v1beta2
162
+ kind : Kustomization
132
163
metadata :
133
164
name : tekton-dashboard
134
165
namespace : tekton-pipelines
You can’t perform that action at this time.
0 commit comments