Skip to content

Commit 992e696

Browse files
upgrade argo events image to v1.7.1-cap-CR-13091 (#61)
* Update kustomization.yaml * Update kustomization.yaml
1 parent 6841640 commit 992e696

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
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.6.3-cap-CR-12865/manifests/install.yaml
5-
- https://raw.githubusercontent.com/codefresh-io/argo-events/v1.6.3-cap-CR-12865/manifests/install-validating-webhook.yaml
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
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.492 # Runtime version
16-
- bootstrapRevision=0.0.492 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15+
- version=0.0.493 # Runtime version
16+
- bootstrapRevision=0.0.493 # 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)