File tree Expand file tree Collapse file tree 11 files changed +53
-22
lines changed Expand file tree Collapse file tree 11 files changed +53
-22
lines changed Original file line number Diff line number Diff line change 1
- kind : ClusterRole
2
1
apiVersion : rbac.authorization.k8s.io/v1
2
+ kind : ClusterRole
3
3
metadata :
4
4
name : konflux-admins
5
5
rules :
@@ -325,8 +325,13 @@ rules:
325
325
resources :
326
326
- customresourcedefinitions
327
327
verbs :
328
- - list
328
+ - create
329
329
- get
330
+ - list
331
+ - watch
332
+ - patch
333
+ - update
334
+ - delete
330
335
- apiGroups :
331
336
- kyverno.io
332
337
resources :
@@ -354,11 +359,11 @@ rules:
354
359
verbs :
355
360
- ' *'
356
361
- apiGroups :
357
- - kueue.x-k8s.io
362
+ - kueue.x-k8s.io
358
363
resources :
359
- - ' *'
364
+ - ' *'
360
365
verbs :
361
- - ' *'
366
+ - ' *'
362
367
- apiGroups :
363
368
- flowcontrol.apiserver.k8s.io
364
369
resources :
@@ -368,6 +373,24 @@ rules:
368
373
- get
369
374
- list
370
375
- watch
376
+ - apiGroups :
377
+ - project.openshift.io
378
+ resources :
379
+ - ' *'
380
+ verbs :
381
+ - ' *'
382
+ - apiGroups :
383
+ - admissionregistration.k8s.io
384
+ resources :
385
+ - validatingwebhookconfigurations
386
+ verbs :
387
+ - create
388
+ - get
389
+ - list
390
+ - watch
391
+ - patch
392
+ - update
393
+ - delete
371
394
---
372
395
apiVersion : rbac.authorization.k8s.io/v1
373
396
kind : ClusterRoleBinding
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
4
4
resources :
5
5
- ../../base
6
6
- ../base
7
- - https://github.com/kubearchive/kubearchive/releases/download/v1.2 .0/kubearchive.yaml?timeout=90
7
+ - https://github.com/kubearchive/kubearchive/releases/download/v1.5 .0/kubearchive.yaml?timeout=90
8
8
9
9
namespace : product-kubearchive
10
10
@@ -21,7 +21,7 @@ patches:
21
21
- name: migration
22
22
env:
23
23
- name: KUBEARCHIVE_VERSION
24
- value: v1.2 .0
24
+ value: v1.5 .0
25
25
# We don't need the Secret as it will be created by the ExternalSecrets Operator
26
26
- patch : |-
27
27
$patch: delete
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
4
4
resources :
5
5
- ../../base
6
6
- ../base
7
- - https://github.com/kubearchive/kubearchive/releases/download/v1.2 .0/kubearchive.yaml?timeout=90
7
+ - https://github.com/kubearchive/kubearchive/releases/download/v1.5 .0/kubearchive.yaml?timeout=90
8
8
9
9
namespace : product-kubearchive
10
10
@@ -21,7 +21,7 @@ patches:
21
21
- name: migration
22
22
env:
23
23
- name: KUBEARCHIVE_VERSION
24
- value: v1.2 .0
24
+ value: v1.5 .0
25
25
# We don't need the Secret as it will be created by the ExternalSecrets Operator
26
26
- patch : |-
27
27
$patch: delete
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
4
4
resources :
5
5
- ../../base
6
6
- ../base
7
- - https://github.com/kubearchive/kubearchive/releases/download/v1.3 .0/kubearchive.yaml?timeout=90
7
+ - https://github.com/kubearchive/kubearchive/releases/download/v1.5 .0/kubearchive.yaml?timeout=90
8
8
9
9
namespace : product-kubearchive
10
10
@@ -21,7 +21,7 @@ patches:
21
21
- name: migration
22
22
env:
23
23
- name: KUBEARCHIVE_VERSION
24
- value: v1.3 .0
24
+ value: v1.5 .0
25
25
# We don't need the Secret as it will be created by the ExternalSecrets Operator
26
26
- patch : |-
27
27
$patch: delete
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
4
4
resources :
5
5
- ../../base
6
6
- ../base
7
- - https://github.com/kubearchive/kubearchive/releases/download/v1.3 .0/kubearchive.yaml?timeout=90
7
+ - https://github.com/kubearchive/kubearchive/releases/download/v1.5 .0/kubearchive.yaml?timeout=90
8
8
9
9
namespace : product-kubearchive
10
10
@@ -21,7 +21,7 @@ patches:
21
21
- name: migration
22
22
env:
23
23
- name: KUBEARCHIVE_VERSION
24
- value: v1.3 .0
24
+ value: v1.5 .0
25
25
# We don't need the Secret as it will be created by the ExternalSecrets Operator
26
26
- patch : |-
27
27
$patch: delete
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
4
- ../base
5
- - https://github.com/konflux-ci/mintmaker/config/default?ref=5f632ab7a9aabdff16092cc05127995c37c81d94
6
- - https://github.com/konflux-ci/mintmaker/config/renovate?ref=5f632ab7a9aabdff16092cc05127995c37c81d94
5
+ - https://github.com/konflux-ci/mintmaker/config/default?ref=94c684759d5f3fae276d0b1079640065d6856486
6
+ - https://github.com/konflux-ci/mintmaker/config/renovate?ref=94c684759d5f3fae276d0b1079640065d6856486
7
7
8
8
images :
9
9
- name : quay.io/konflux-ci/mintmaker
10
10
newName : quay.io/konflux-ci/mintmaker
11
- newTag : 5f632ab7a9aabdff16092cc05127995c37c81d94
11
+ newTag : 94c684759d5f3fae276d0b1079640065d6856486
12
12
13
13
namespace : mintmaker
14
14
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ kind: Kustomization
3
3
resources :
4
4
- ../../base
5
5
- ../../base/external-secrets
6
- - https://github.com/konflux-ci/mintmaker/config/default?ref=5f632ab7a9aabdff16092cc05127995c37c81d94
7
- - https://github.com/konflux-ci/mintmaker/config/renovate?ref=5f632ab7a9aabdff16092cc05127995c37c81d94
6
+ - https://github.com/konflux-ci/mintmaker/config/default?ref=94c684759d5f3fae276d0b1079640065d6856486
7
+ - https://github.com/konflux-ci/mintmaker/config/renovate?ref=94c684759d5f3fae276d0b1079640065d6856486
8
8
9
9
namespace : mintmaker
10
10
11
11
images :
12
12
- name : quay.io/konflux-ci/mintmaker
13
13
newName : quay.io/konflux-ci/mintmaker
14
- newTag : 5f632ab7a9aabdff16092cc05127995c37c81d94
14
+ newTag : 94c684759d5f3fae276d0b1079640065d6856486
15
15
- name : quay.io/konflux-ci/mintmaker-renovate-image
16
16
newName : quay.io/konflux-ci/mintmaker-renovate-image
17
17
newTag : eebfc799ae059998dfbc1588ed44cc81a920a8ad
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
- name : manager
11
+ args :
12
+ - --metrics-bind-address=:8080
13
+ - --health-probe-bind-address=:8081
14
+ - --metrics-secure=false
15
+ - --pprof-bind-address=:6060
11
16
resources :
12
17
limits :
13
18
cpu : 500m
14
19
memory : 2048Mi
15
20
requests :
16
21
cpu : 100m
17
22
memory : 256Mi
23
+ env :
24
+ - name : ENABLE_PROFILING
25
+ value : " true"
Original file line number Diff line number Diff line change @@ -2002,7 +2002,7 @@ spec:
2002
2002
deployments :
2003
2003
pipelines-as-code-watcher :
2004
2004
spec :
2005
- replicas : 1
2005
+ replicas : 2
2006
2006
pipelines-as-code-webhook :
2007
2007
spec :
2008
2008
replicas : 2
Original file line number Diff line number Diff line change @@ -2585,7 +2585,7 @@ spec:
2585
2585
deployments :
2586
2586
pipelines-as-code-watcher :
2587
2587
spec :
2588
- replicas : 1
2588
+ replicas : 2
2589
2589
pipelines-as-code-webhook :
2590
2590
spec :
2591
2591
replicas : 2
You can’t perform that action at this time.
0 commit comments