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.7.4
34- BASE_VERSION: =v1.7.4
33+ VERSION? =v1.7.5
34+ BASE_VERSION: =v1.7.5
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.7.4 "
5+ "version": "v1.7.5 "
66 },
77 "paths": {},
88 "definitions": {
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ spec:
291291 - controller
292292 env :
293293 - name : NUMAFLOW_IMAGE
294- value : quay.io/numaproj/numaflow:v1.7.4
294+ value : quay.io/numaproj/numaflow:v1.7.5
295295 - name : NAMESPACE
296296 valueFrom :
297297 fieldRef :
@@ -332,7 +332,7 @@ spec:
332332 key : controller.leader.election.lease.renew.period
333333 name : numaflow-cmd-params-config
334334 optional : true
335- image : quay.io/numaproj/numaflow:v1.7.4
335+ image : quay.io/numaproj/numaflow:v1.7.5
336336 imagePullPolicy : Always
337337 livenessProbe :
338338 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.7.4
15+ newTag : v1.7.5
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.7.4
31+ value: quay.io/numaproj/numaflow:v1.7.5
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.7.4
471+ image : quay.io/numaproj/numaflow:v1.7.5
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.7.4
509+ image : quay.io/numaproj/numaflow:v1.7.5
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.7.4
528+ image : quay.io/numaproj/numaflow:v1.7.5
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.7.4
15+ newTag : v1.7.5
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.7.4
483+ image : quay.io/numaproj/numaflow:v1.7.5
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.7.4
521+ image : quay.io/numaproj/numaflow:v1.7.5
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.7.4
540+ image : quay.io/numaproj/numaflow:v1.7.5
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.7.4
17+ newTag : v1.7.5
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.7.4
13+ newTag : v1.7.5
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.7.4
28+ value: quay.io/numaproj/numaflow:v1.7.5
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.7.4
14+ newTag : v1.7.5
1515
You can’t perform that action at this time.
0 commit comments