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 77 kind : ClusterRole
88 name : argo-server-cluster-role
99subjects :
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 99 kind : Role
1010 name : cap-app-proxy
1111subjects :
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:
55 app : cap-app-proxy
66 name : cap-app-proxy
77rules :
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 88 selector :
99 app : cap-app-proxy
1010 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 11apiVersion : kustomize.config.k8s.io/v1alpha1
22kind : Component
33images :
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
77resources :
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 11apiVersion : kustomize.config.k8s.io/v1alpha1
22kind : Component
33resources :
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
55
66patches :
77 - target :
@@ -15,7 +15,7 @@ patches:
1515 value: --key-renew-period=720h
1616 - op: replace
1717 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
1919 - op: add
2020 path: /spec/template/spec/containers/0/resources
2121 value:
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ configMapGenerator:
99 - name : codefresh-cm
1010 behavior : create
1111 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)
1414 - appsetRequeueTime=15
1515replacements :
1616 # 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 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : argocd
4+ resources :
5+ - https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.6-with-appset/manifests/install.yaml
46components :
5- - ../../../../base_components/apps/argo-cd/_bundles/basic
7+ - ../../../../base_components/apps/argo-cd/_components/codefresh-base
8+ - ../../../_components/apps/argo-cd/codefresh-hybrid
You can’t perform that action at this time.
0 commit comments