File tree Expand file tree Collapse file tree 11 files changed +79
-64
lines changed
app-proxy/_components/codefresh-base
sealed-secrets/_components/codefresh-base
_components/apps/argo-cd/codefresh-hybrid Expand file tree Collapse file tree 11 files changed +79
-64
lines changed Original file line number Diff line number Diff line change 1
- 0.1.25
1
+ 0.1.26
Original file line number Diff line number Diff line change 7
7
kind : ClusterRole
8
8
name : argo-server-cluster-role
9
9
subjects :
10
- - kind : ServiceAccount
11
- name : cap-app-proxy
12
- namespace : default
10
+ - kind : ServiceAccount
11
+ name : cap-app-proxy
12
+ namespace : default
Original file line number Diff line number Diff line change 9
9
kind : Role
10
10
name : cap-app-proxy
11
11
subjects :
12
- - kind : ServiceAccount
13
- name : cap-app-proxy
12
+ - kind : ServiceAccount
13
+ name : cap-app-proxy
Original file line number Diff line number Diff line change @@ -5,41 +5,48 @@ metadata:
5
5
app : cap-app-proxy
6
6
name : cap-app-proxy
7
7
rules :
8
- - apiGroups :
9
- - " "
10
- resources :
11
- - secrets
12
- - configmaps
13
- - pods
14
- verbs :
15
- - get
16
- - create
17
- - delete
18
- - deletecollection
19
- - update
20
- - patch
21
- - list
22
- - watch
23
- - apiGroups :
24
- - " "
25
- resources :
26
- - services
27
- verbs :
28
- - get
29
- - list
30
- - apiGroups :
31
- - " apps"
32
- resources :
33
- - deployments
34
- verbs :
35
- - get
36
- - list
37
- - patch
38
- - apiGroups :
39
- - argoproj.io
40
- resources :
41
- - applications
42
- verbs :
43
- - get
44
- - list
45
- - watch
8
+ - apiGroups :
9
+ - " "
10
+ resources :
11
+ - secrets
12
+ - configmaps
13
+ - pods
14
+ verbs :
15
+ - get
16
+ - create
17
+ - delete
18
+ - deletecollection
19
+ - update
20
+ - patch
21
+ - list
22
+ - watch
23
+ - apiGroups :
24
+ - " "
25
+ resources :
26
+ - services
27
+ verbs :
28
+ - get
29
+ - list
30
+ - apiGroups :
31
+ - apps
32
+ resources :
33
+ - deployments
34
+ - statefulsets
35
+ verbs :
36
+ - get
37
+ - list
38
+ - patch
39
+ - apiGroups :
40
+ - argoproj.io
41
+ resources :
42
+ - applications
43
+ - applicationsets
44
+ - appprojects
45
+ verbs :
46
+ - create
47
+ - get
48
+ - list
49
+ - watch
50
+ - update
51
+ - delete
52
+ - patch
Original file line number Diff line number Diff line change 8
8
selector :
9
9
app : cap-app-proxy
10
10
ports :
11
- - name : http
12
- port : 3017
13
- protocol : TCP
14
- targetPort : http
11
+ - name : http
12
+ port : 3017
13
+ protocol : TCP
14
+ targetPort : http
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1alpha1
2
2
kind : Component
3
3
images :
4
- - name : quay.io/codefresh/cap-app-proxy
5
- newName : quay.io/codefresh/cap-app-proxy
6
- newTag : 1.2098.1
4
+ - name : quay.io/codefresh/cap-app-proxy
5
+ newName : quay.io/codefresh/cap-app-proxy
6
+ newTag : 1.2143.0
7
7
resources :
8
- - app-proxy.deploy.yaml
9
- - app-proxy.svc.yaml
10
- - app-proxy.sa.yaml
11
- - app-proxy.rb.yaml
12
- - app-proxy.crb.yaml
13
- - app-proxy.role.yaml
14
- - app-proxy.cm.yaml
8
+ - app-proxy.deploy.yaml
9
+ - app-proxy.svc.yaml
10
+ - app-proxy.sa.yaml
11
+ - app-proxy.rb.yaml
12
+ - app-proxy.crb.yaml
13
+ - app-proxy.role.yaml
14
+ - app-proxy.cm.yaml
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1alpha1
2
2
kind : Component
3
3
resources :
4
- - https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.17.5 /controller.yaml
4
+ - https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.19.4 /controller.yaml
5
5
6
6
patches :
7
7
- target :
@@ -15,7 +15,7 @@ patches:
15
15
value: --key-renew-period=720h
16
16
- op: replace
17
17
path: /spec/template/spec/containers/0/image
18
- value: quay.io/codefresh/sealed-secrets-controller:v0.17.5
18
+ value: quay.io/codefresh/sealed-secrets-controller:v0.19.4
19
19
- op: add
20
20
path: /spec/template/spec/containers/0/resources
21
21
value:
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ configMapGenerator:
9
9
- name : codefresh-cm
10
10
behavior : create
11
11
literals : # order matters - DO NOT change
12
- - version=0.1.25 # Runtime version
13
- - bootstrapRevision=0.1.25 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
12
+ - version=0.1.26 # Runtime version
13
+ - bootstrapRevision=0.1.26 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
14
14
- appsetRequeueTime=15
15
15
replacements :
16
16
# template the version from the configmap into the applicationset generators
Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.config.k8s.io/v1alpha1
2
+ kind : Component
3
+ images :
4
+ - name : quay.io/codefresh/argocd
5
+ newTag : v2.6.0-cap-CR-appset-update
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
namespace : argocd
4
+ resources :
5
+ - https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.6-with-appset/manifests/install.yaml
4
6
components :
5
- - ../../../../base_components/apps/argo-cd/_bundles/basic
7
+ - ../../../../base_components/apps/argo-cd/_components/codefresh-base
8
+ - ../../../_components/apps/argo-cd/codefresh-hybrid
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
namespace : " {{ namespace }}"
6
6
spec :
7
7
requiredCLIVersion : ^0.1.0
8
- version : 0.1.25
8
+ version : 0.1.26
9
9
bootstrapSpecifier : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd
10
10
components :
11
11
- name : events
You can’t perform that action at this time.
0 commit comments