Skip to content

Commit b966b1b

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

File tree

14 files changed

+32
-32
lines changed

14 files changed

+32
-32
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ GIT_TREE_STATE=$(shell if [[ -z "`git status --porcelain`" ]]; then echo "clean"
2727
DOCKER_PUSH?=false
2828
DOCKER_BUILD_ARGS?=
2929
IMAGE_NAMESPACE?=quay.io/numaproj
30-
VERSION?=v1.4.5
31-
BASE_VERSION:=v1.4.5
30+
VERSION?=v1.4.6
31+
BASE_VERSION:=v1.4.6
3232

3333
override LDFLAGS += \
3434
-X ${PACKAGE}.version=${VERSION} \

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "Numaflow",
5-
"version": "v1.4.5"
5+
"version": "v1.4.6"
66
},
77
"paths": {},
88
"definitions": {

config/advanced-install/namespaced-controller-wo-crds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ spec:
317317
- controller
318318
env:
319319
- name: NUMAFLOW_IMAGE
320-
value: quay.io/numaproj/numaflow:v1.4.5
320+
value: quay.io/numaproj/numaflow:v1.4.6
321321
- name: NAMESPACE
322322
valueFrom:
323323
fieldRef:
@@ -358,7 +358,7 @@ spec:
358358
key: controller.leader.election.lease.renew.period
359359
name: numaflow-cmd-params-config
360360
optional: true
361-
image: quay.io/numaproj/numaflow:v1.4.5
361+
image: quay.io/numaproj/numaflow:v1.4.6
362362
imagePullPolicy: Always
363363
livenessProbe:
364364
httpGet:

config/advanced-install/namespaced-controller/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/numaproj/numaflow
15-
newTag: v1.4.5
15+
newTag: v1.4.6
1616

1717
patches:
1818
# For release scripts
@@ -28,7 +28,7 @@ patches:
2828
- name: controller-manager
2929
env:
3030
- name: NUMAFLOW_IMAGE
31-
value: quay.io/numaproj/numaflow:v1.4.5
31+
value: quay.io/numaproj/numaflow:v1.4.6
3232
- patch: |-
3333
apiVersion: v1
3434
kind: ConfigMap

config/advanced-install/namespaced-numaflow-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ spec:
404404
key: server.daemon.client.protocol
405405
name: numaflow-cmd-params-config
406406
optional: true
407-
image: quay.io/numaproj/numaflow:v1.4.5
407+
image: quay.io/numaproj/numaflow:v1.4.6
408408
imagePullPolicy: Always
409409
livenessProbe:
410410
httpGet:
@@ -442,7 +442,7 @@ spec:
442442
key: server.base.href
443443
name: numaflow-cmd-params-config
444444
optional: true
445-
image: quay.io/numaproj/numaflow:v1.4.5
445+
image: quay.io/numaproj/numaflow:v1.4.6
446446
imagePullPolicy: Always
447447
name: server-init
448448
volumeMounts:
@@ -461,7 +461,7 @@ spec:
461461
key: server.disable.auth
462462
name: numaflow-cmd-params-config
463463
optional: true
464-
image: quay.io/numaproj/numaflow:v1.4.5
464+
image: quay.io/numaproj/numaflow:v1.4.6
465465
imagePullPolicy: Always
466466
name: server-secrets-init
467467
securityContext:

config/advanced-install/namespaced-numaflow-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212

1313
images:
1414
- name: quay.io/numaproj/numaflow
15-
newTag: v1.4.5
15+
newTag: v1.4.6
1616

1717
patches:
1818
- patch: |-

config/advanced-install/numaflow-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ spec:
416416
key: server.daemon.client.protocol
417417
name: numaflow-cmd-params-config
418418
optional: true
419-
image: quay.io/numaproj/numaflow:v1.4.5
419+
image: quay.io/numaproj/numaflow:v1.4.6
420420
imagePullPolicy: Always
421421
livenessProbe:
422422
httpGet:
@@ -454,7 +454,7 @@ spec:
454454
key: server.base.href
455455
name: numaflow-cmd-params-config
456456
optional: true
457-
image: quay.io/numaproj/numaflow:v1.4.5
457+
image: quay.io/numaproj/numaflow:v1.4.6
458458
imagePullPolicy: Always
459459
name: server-init
460460
volumeMounts:
@@ -473,7 +473,7 @@ spec:
473473
key: server.disable.auth
474474
name: numaflow-cmd-params-config
475475
optional: true
476-
image: quay.io/numaproj/numaflow:v1.4.5
476+
image: quay.io/numaproj/numaflow:v1.4.6
477477
imagePullPolicy: Always
478478
name: server-secrets-init
479479
securityContext:

config/advanced-install/numaflow-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ namespace: numaflow-system
1414

1515
images:
1616
- name: quay.io/numaproj/numaflow
17-
newTag: v1.4.5
17+
newTag: v1.4.6
1818

config/base/kustomization.yaml

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

1111
images:
1212
- name: quay.io/numaproj/numaflow
13-
newTag: v1.4.5
13+
newTag: v1.4.6
1414

1515
patches:
1616
- patch: |-
@@ -25,4 +25,4 @@ patches:
2525
- name: controller-manager
2626
env:
2727
- name: NUMAFLOW_IMAGE
28-
value: quay.io/numaproj/numaflow:v1.4.5
28+
value: quay.io/numaproj/numaflow:v1.4.6

config/extensions/webhook/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ namespace: numaflow-system
1111

1212
images:
1313
- name: quay.io/numaproj/numaflow
14-
newTag: v1.4.5
14+
newTag: v1.4.6
1515

0 commit comments

Comments
 (0)