File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
apps/argo-events/_components/codefresh-base Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
charts
2
2
installer /helm /install-vals.yaml
3
- .DS_Store
3
+ .DS_Store
4
+ .idea
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://raw.githubusercontent.com/codefresh-io/argo-events/v1.7.1 -cap-CR-13091 /manifests/install.yaml
5
- - https://raw.githubusercontent.com/codefresh-io/argo-events/v1.7.1 -cap-CR-13091 /manifests/install-validating-webhook.yaml
4
+ - https://raw.githubusercontent.com/codefresh-io/argo-events/v1.7.2 -cap-CR-14600 /manifests/install.yaml
5
+ - https://raw.githubusercontent.com/codefresh-io/argo-events/v1.7.2 -cap-CR-14600 /manifests/install-validating-webhook.yaml
6
6
- eventbus.yaml
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configMapGenerator:
12
12
- name : codefresh-cm
13
13
behavior : create
14
14
literals :
15
- - version=0.0.525 # Runtime version
16
- - bootstrapRevision=0.0.525 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15
+ - version=0.0.526 # Runtime version
16
+ - bootstrapRevision=0.0.526 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
17
17
- appsetRequeueTime=15
18
18
19
19
replacements :
You can’t perform that action at this time.
0 commit comments