Skip to content

Commit 6f7f950

Browse files
committed
Update manifests to v1.6.3
1 parent 55f1fd0 commit 6f7f950

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
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.6.2
20-
BASE_VERSION:=v1.6.2
19+
VERSION?=v1.6.3
20+
BASE_VERSION:=v1.6.3
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414

1515
images:
1616
- name: quay.io/argoproj/argo-events
17-
newTag: v1.6.2
17+
newTag: v1.6.3
1818

1919
patchesStrategicMerge:
2020
- |-
@@ -29,7 +29,7 @@ patchesStrategicMerge:
2929
- name: eventsource-controller
3030
env:
3131
- name: EVENTSOURCE_IMAGE
32-
value: quay.io/argoproj/argo-events:v1.6.2
32+
value: quay.io/argoproj/argo-events:v1.6.3
3333
- |-
3434
apiVersion: apps/v1
3535
kind: Deployment
@@ -42,4 +42,4 @@ patchesStrategicMerge:
4242
- name: sensor-controller
4343
env:
4444
- name: SENSOR_IMAGE
45-
value: quay.io/argoproj/argo-events:v1.6.2
45+
value: quay.io/argoproj/argo-events:v1.6.3

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.6.2
14+
newTag: v1.6.3
1515

manifests/install-validating-webhook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
valueFrom:
115115
fieldRef:
116116
fieldPath: metadata.namespace
117-
image: quay.io/argoproj/argo-events:v1.6.2
117+
image: quay.io/argoproj/argo-events:v1.6.3
118118
imagePullPolicy: Always
119119
name: webhook
120120
serviceAccountName: argo-events-webhook-sa

manifests/install.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ spec:
303303
value: nats-streaming:0.22.1
304304
- name: NATS_METRICS_EXPORTER_IMAGE
305305
value: natsio/prometheus-nats-exporter:0.8.0
306-
image: quay.io/argoproj/argo-events:v1.6.2
306+
image: quay.io/argoproj/argo-events:v1.6.3
307307
imagePullPolicy: Always
308308
livenessProbe:
309309
httpGet:
@@ -343,12 +343,12 @@ spec:
343343
- eventsource-controller
344344
env:
345345
- name: EVENTSOURCE_IMAGE
346-
value: quay.io/argoproj/argo-events:v1.6.2
346+
value: quay.io/argoproj/argo-events:v1.6.3
347347
- name: NAMESPACE
348348
valueFrom:
349349
fieldRef:
350350
fieldPath: metadata.namespace
351-
image: quay.io/argoproj/argo-events:v1.6.2
351+
image: quay.io/argoproj/argo-events:v1.6.3
352352
imagePullPolicy: Always
353353
livenessProbe:
354354
httpGet:
@@ -388,12 +388,12 @@ spec:
388388
- sensor-controller
389389
env:
390390
- name: SENSOR_IMAGE
391-
value: quay.io/argoproj/argo-events:v1.6.2
391+
value: quay.io/argoproj/argo-events:v1.6.3
392392
- name: NAMESPACE
393393
valueFrom:
394394
fieldRef:
395395
fieldPath: metadata.namespace
396-
image: quay.io/argoproj/argo-events:v1.6.2
396+
image: quay.io/argoproj/argo-events:v1.6.3
397397
imagePullPolicy: Always
398398
livenessProbe:
399399
httpGet:

manifests/namespace-install.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ spec:
224224
value: nats-streaming:0.22.1
225225
- name: NATS_METRICS_EXPORTER_IMAGE
226226
value: natsio/prometheus-nats-exporter:0.8.0
227-
image: quay.io/argoproj/argo-events:v1.6.2
227+
image: quay.io/argoproj/argo-events:v1.6.3
228228
imagePullPolicy: Always
229229
livenessProbe:
230230
httpGet:
@@ -265,12 +265,12 @@ spec:
265265
- --namespaced
266266
env:
267267
- name: EVENTSOURCE_IMAGE
268-
value: quay.io/argoproj/argo-events:v1.6.2
268+
value: quay.io/argoproj/argo-events:v1.6.3
269269
- name: NAMESPACE
270270
valueFrom:
271271
fieldRef:
272272
fieldPath: metadata.namespace
273-
image: quay.io/argoproj/argo-events:v1.6.2
273+
image: quay.io/argoproj/argo-events:v1.6.3
274274
imagePullPolicy: Always
275275
livenessProbe:
276276
httpGet:
@@ -311,12 +311,12 @@ spec:
311311
- --namespaced
312312
env:
313313
- name: SENSOR_IMAGE
314-
value: quay.io/argoproj/argo-events:v1.6.2
314+
value: quay.io/argoproj/argo-events:v1.6.3
315315
- name: NAMESPACE
316316
valueFrom:
317317
fieldRef:
318318
fieldPath: metadata.namespace
319-
image: quay.io/argoproj/argo-events:v1.6.2
319+
image: quay.io/argoproj/argo-events:v1.6.3
320320
imagePullPolicy: Always
321321
livenessProbe:
322322
httpGet:

0 commit comments

Comments
 (0)