Skip to content

Commit ff0daa9

Browse files
Update manifests to v1.8.1
1 parent b56679f commit ff0daa9

14 files changed

Lines changed: 32 additions & 32 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ endif
3030

3131
DOCKER_PUSH?=false
3232
IMAGE_NAMESPACE?=quay.io/numaproj
33-
VERSION?=v1.8.0
34-
BASE_VERSION:=v1.8.0
33+
VERSION?=v1.8.1
34+
BASE_VERSION:=v1.8.1
3535

3636
override LDFLAGS += \
3737
-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.8.0"
5+
"version": "v1.8.1"
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
@@ -296,7 +296,7 @@ spec:
296296
- controller
297297
env:
298298
- name: NUMAFLOW_IMAGE
299-
value: quay.io/numaproj/numaflow:v1.8.0
299+
value: quay.io/numaproj/numaflow:v1.8.1
300300
- name: NAMESPACE
301301
valueFrom:
302302
fieldRef:
@@ -337,7 +337,7 @@ spec:
337337
key: controller.leader.election.lease.renew.period
338338
name: numaflow-cmd-params-config
339339
optional: true
340-
image: quay.io/numaproj/numaflow:v1.8.0
340+
image: quay.io/numaproj/numaflow:v1.8.1
341341
imagePullPolicy: Always
342342
livenessProbe:
343343
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.8.0
15+
newTag: v1.8.1
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.8.0
31+
value: quay.io/numaproj/numaflow:v1.8.1
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
@@ -468,7 +468,7 @@ spec:
468468
key: server.daemon.client.protocol
469469
name: numaflow-cmd-params-config
470470
optional: true
471-
image: quay.io/numaproj/numaflow:v1.8.0
471+
image: quay.io/numaproj/numaflow:v1.8.1
472472
imagePullPolicy: Always
473473
livenessProbe:
474474
httpGet:
@@ -506,7 +506,7 @@ spec:
506506
key: server.base.href
507507
name: numaflow-cmd-params-config
508508
optional: true
509-
image: quay.io/numaproj/numaflow:v1.8.0
509+
image: quay.io/numaproj/numaflow:v1.8.1
510510
imagePullPolicy: Always
511511
name: server-init
512512
volumeMounts:
@@ -525,7 +525,7 @@ spec:
525525
key: server.disable.auth
526526
name: numaflow-cmd-params-config
527527
optional: true
528-
image: quay.io/numaproj/numaflow:v1.8.0
528+
image: quay.io/numaproj/numaflow:v1.8.1
529529
imagePullPolicy: Always
530530
name: server-secrets-init
531531
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.8.0
15+
newTag: v1.8.1
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
@@ -480,7 +480,7 @@ spec:
480480
key: server.daemon.client.protocol
481481
name: numaflow-cmd-params-config
482482
optional: true
483-
image: quay.io/numaproj/numaflow:v1.8.0
483+
image: quay.io/numaproj/numaflow:v1.8.1
484484
imagePullPolicy: Always
485485
livenessProbe:
486486
httpGet:
@@ -518,7 +518,7 @@ spec:
518518
key: server.base.href
519519
name: numaflow-cmd-params-config
520520
optional: true
521-
image: quay.io/numaproj/numaflow:v1.8.0
521+
image: quay.io/numaproj/numaflow:v1.8.1
522522
imagePullPolicy: Always
523523
name: server-init
524524
volumeMounts:
@@ -537,7 +537,7 @@ spec:
537537
key: server.disable.auth
538538
name: numaflow-cmd-params-config
539539
optional: true
540-
image: quay.io/numaproj/numaflow:v1.8.0
540+
image: quay.io/numaproj/numaflow:v1.8.1
541541
imagePullPolicy: Always
542542
name: server-secrets-init
543543
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.8.0
17+
newTag: v1.8.1
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.8.0
13+
newTag: v1.8.1
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.8.0
28+
value: quay.io/numaproj/numaflow:v1.8.1

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.8.0
14+
newTag: v1.8.1
1515

0 commit comments

Comments
 (0)