Skip to content

Commit 1d71a41

Browse files
Upgrade argo events to v1.7.2-cap-CR-14600 (#83)
* upgraded argo-events to v1.7.2-cap-CR-14600 Signed-off-by: Daniel Soifer <daniel.soifer@codefresh.io>
1 parent 4c30a05 commit 1d71a41

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
charts
22
installer/helm/install-vals.yaml
3-
.DS_Store
3+
.DS_Store
4+
.idea
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: kustomize.config.k8s.io/v1alpha1
22
kind: Component
33
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
66
- eventbus.yaml

csdp/base_components/bootstrap/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ configMapGenerator:
1212
- name: codefresh-cm
1313
behavior: create
1414
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)
1717
- appsetRequeueTime=15
1818

1919
replacements:

0 commit comments

Comments
 (0)