Skip to content

Commit de0a80e

Browse files
committed
Update manifests to v1.7.5
Signed-off-by: Derek Wang <[email protected]>
1 parent be4ce30 commit de0a80e

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ EXECUTABLES = curl docker gzip go
1616
# docker image publishing options
1717
DOCKER_PUSH?=false
1818
IMAGE_NAMESPACE?=quay.io/argoproj
19-
VERSION?=v1.7.4
20-
BASE_VERSION:=v1.7.4
19+
VERSION?=v1.7.5
20+
BASE_VERSION:=v1.7.5
2121

2222
override LDFLAGS += \
2323
-X ${PACKAGE}.version=${VERSION} \

api/openapi-spec/swagger.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/base/kustomization.yaml

+2-2
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.7.4
15+
newTag: v1.7.5
1616

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

manifests/extensions/validating-webhook/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ namespace: argo-events
1111

1212
images:
1313
- name: quay.io/argoproj/argo-events
14-
newTag: v1.7.4
14+
newTag: v1.7.5
1515

manifests/install-validating-webhook.yaml

+1-1
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.7.4
119+
image: quay.io/argoproj/argo-events:v1.7.5
120120
imagePullPolicy: Always
121121
name: webhook
122122
serviceAccountName: argo-events-webhook-sa

manifests/install.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -386,12 +386,12 @@ spec:
386386
- controller
387387
env:
388388
- name: ARGO_EVENTS_IMAGE
389-
value: quay.io/argoproj/argo-events:v1.7.4
389+
value: quay.io/argoproj/argo-events:v1.7.5
390390
- name: NAMESPACE
391391
valueFrom:
392392
fieldRef:
393393
fieldPath: metadata.namespace
394-
image: quay.io/argoproj/argo-events:v1.7.4
394+
image: quay.io/argoproj/argo-events:v1.7.5
395395
imagePullPolicy: Always
396396
livenessProbe:
397397
httpGet:

manifests/namespace-install.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ spec:
307307
- --namespaced
308308
env:
309309
- name: ARGO_EVENTS_IMAGE
310-
value: quay.io/argoproj/argo-events:v1.7.4
310+
value: quay.io/argoproj/argo-events:v1.7.5
311311
- name: NAMESPACE
312312
valueFrom:
313313
fieldRef:
314314
fieldPath: metadata.namespace
315-
image: quay.io/argoproj/argo-events:v1.7.4
315+
image: quay.io/argoproj/argo-events:v1.7.5
316316
imagePullPolicy: Always
317317
livenessProbe:
318318
httpGet:

0 commit comments

Comments
 (0)