File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,23 @@ configMapGenerator:
24
24
25
25
# reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns
26
26
patches :
27
- - patch : |-
27
+
28
+ - target :
29
+ group : rbac.authorization.k8s.io
30
+ kind : ClusterRoleBinding
31
+ version : v1
32
+ patch : |-
28
33
- op: replace
29
34
path: /subjects/0/namespace
30
35
value: default
31
- target:
32
- group: rbac.authorization.k8s.io
33
- kind: ClusterRoleBinding
36
+ - target :
34
37
version : v1
38
+ kind : Service
39
+ name : argocd-server
40
+ patch : |
41
+ - op: add
42
+ path: /spec/ports/0/appProtocol
43
+ value: grpc
44
+ - op: add
45
+ path: /spec/ports/1/appProtocol
46
+ value: grpc
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ configMapGenerator:
10
10
- name : csdp-runtime-version
11
11
behavior : create
12
12
literals :
13
- - version=v0.0.310
13
+ - version=v0.0.311
14
14
15
15
replacements :
16
16
- source :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
namespace : " {{ namespace }}"
6
6
spec :
7
7
defVersion : 1.0.1
8
- version : 0.0.310
8
+ version : 0.0.311
9
9
bootstrapSpecifier : github.com/codefresh-io/cli-v2/manifests/argo-cd
10
10
components :
11
11
- name : argo-events
You can’t perform that action at this time.
0 commit comments