File tree Expand file tree Collapse file tree 5 files changed +5
-132
lines changed Expand file tree Collapse file tree 5 files changed +5
-132
lines changed Original file line number Diff line number Diff line change 1
- VERSION =v0.0.236
1
+ VERSION =v0.0.237
2
2
3
3
OUT_DIR =dist
4
4
YEAR? =$(shell date +"% Y")
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ resources:
7
7
images :
8
8
- name : quay.io/codefresh/argocd
9
9
newName : quay.io/codefresh/argocd
10
- newTag : v2.1.10-cap-CR-9236
10
+ newTag : v2.1.10-cap-CR-9018
11
11
12
12
# will be effective on argo-cd 2.1
13
13
configMapGenerator :
Original file line number Diff line number Diff line change 1
1
apiVersion : codefresh.io/v1alpha1
2
2
kind : Runtime
3
3
metadata :
4
- name : ' {{ name }}'
5
- namespace : ' {{ namespace }}'
4
+ name : " {{ name }}"
5
+ namespace : " {{ namespace }}"
6
6
spec :
7
7
defVersion : 1.0.0
8
- version : 0.0.236
8
+ version : 0.0.237
9
9
bootstrapSpecifier : github.com/codefresh-io/cli-v2/manifests/argo-cd
10
10
components :
11
11
- name : events
18
18
- name : workflows
19
19
type : kustomize
20
20
url : github.com/codefresh-io/cli-v2/manifests/argo-workflows
21
- - name : argocd-agent
22
- type : kustomize
23
- url : github.com/codefresh-io/cli-v2/manifests/argo-agent
24
21
- name : app-proxy
25
22
type : kustomize
26
23
url : github.com/codefresh-io/cli-v2/manifests/app-proxy
You can’t perform that action at this time.
0 commit comments