File tree Expand file tree Collapse file tree
namespaced-numaflow-server
rust/numaflow-models/src/apis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131DOCKER_PUSH? =false
3232IMAGE_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
3636override LDFLAGS += \
3737 -X ${PACKAGE}.version=${VERSION} \
Original file line number Diff line number Diff line change 22 "swagger": "2.0",
33 "info": {
44 "title": "Numaflow",
5- "version": "v1.8.0 "
5+ "version": "v1.8.1 "
66 },
77 "paths": {},
88 "definitions": {
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ resources:
1212
1313images :
1414 - name : quay.io/numaproj/numaflow
15- newTag : v1.8.0
15+ newTag : v1.8.1
1616
1717patches :
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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ resources:
1212
1313images :
1414 - name : quay.io/numaproj/numaflow
15- newTag : v1.8.0
15+ newTag : v1.8.1
1616
1717patches :
1818 - patch : |-
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ namespace: numaflow-system
1414
1515images :
1616 - name : quay.io/numaproj/numaflow
17- newTag : v1.8.0
17+ newTag : v1.8.1
1818
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ resources:
1010
1111images :
1212 - name : quay.io/numaproj/numaflow
13- newTag : v1.8.0
13+ newTag : v1.8.1
1414
1515patches :
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
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ namespace: numaflow-system
1111
1212images :
1313 - name : quay.io/numaproj/numaflow
14- newTag : v1.8.0
14+ newTag : v1.8.1
1515
You can’t perform that action at this time.
0 commit comments