Skip to content

Commit c695dbf

Browse files
committed
Update manifests to v1.9.7
Signed-off-by: Derek Wang <whynowy@gmail.com>
1 parent da5890e commit c695dbf

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ EXECUTABLES = curl docker gzip go
1818
# docker image publishing options
1919
DOCKER_PUSH?=false
2020
IMAGE_NAMESPACE?=quay.io/argoproj
21-
VERSION?=v1.9.6
22-
BASE_VERSION:=v1.9.6
21+
VERSION?=v1.9.7
22+
BASE_VERSION:=v1.9.7
2323

2424
override LDFLAGS += \
2525
-X ${PACKAGE}.version=${VERSION} \

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212

1313
images:
1414
- name: quay.io/argoproj/argo-events
15-
newTag: v1.9.6
15+
newTag: v1.9.7
1616

1717
patches:
1818
- patch: |-
@@ -27,4 +27,4 @@ patches:
2727
- name: controller-manager
2828
env:
2929
- name: ARGO_EVENTS_IMAGE
30-
value: quay.io/argoproj/argo-events:v1.9.6
30+
value: quay.io/argoproj/argo-events:v1.9.7

manifests/extensions/validating-webhook/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ namespace: argo-events
1111

1212
images:
1313
- name: quay.io/argoproj/argo-events
14-
newTag: v1.9.6
14+
newTag: v1.9.7

manifests/install-validating-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
fieldPath: metadata.namespace
117117
- name: PORT
118118
value: "443"
119-
image: quay.io/argoproj/argo-events:v1.9.6
119+
image: quay.io/argoproj/argo-events:v1.9.7
120120
imagePullPolicy: Always
121121
name: webhook
122122
serviceAccountName: argo-events-webhook-sa

manifests/install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,12 @@ spec:
405405
- controller
406406
env:
407407
- name: ARGO_EVENTS_IMAGE
408-
value: quay.io/argoproj/argo-events:v1.9.6
408+
value: quay.io/argoproj/argo-events:v1.9.7
409409
- name: NAMESPACE
410410
valueFrom:
411411
fieldRef:
412412
fieldPath: metadata.namespace
413-
image: quay.io/argoproj/argo-events:v1.9.6
413+
image: quay.io/argoproj/argo-events:v1.9.7
414414
imagePullPolicy: Always
415415
livenessProbe:
416416
httpGet:

manifests/namespace-install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,12 @@ spec:
326326
- --namespaced
327327
env:
328328
- name: ARGO_EVENTS_IMAGE
329-
value: quay.io/argoproj/argo-events:v1.9.6
329+
value: quay.io/argoproj/argo-events:v1.9.7
330330
- name: NAMESPACE
331331
valueFrom:
332332
fieldRef:
333333
fieldPath: metadata.namespace
334-
image: quay.io/argoproj/argo-events:v1.9.6
334+
image: quay.io/argoproj/argo-events:v1.9.7
335335
imagePullPolicy: Always
336336
livenessProbe:
337337
httpGet:

0 commit comments

Comments
 (0)