Skip to content

Commit 2d68ff4

Browse files
committed
Update manifests to v1.7.0
1 parent e6a9f3c commit 2d68ff4

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.7.0-rc1
34-
BASE_VERSION:=v1.7.0-rc1
33+
VERSION?=v1.7.0
34+
BASE_VERSION:=v1.7.0
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.7.0-rc1"
5+
"version": "v1.7.0"
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
@@ -291,7 +291,7 @@ spec:
291291
- controller
292292
env:
293293
- name: NUMAFLOW_IMAGE
294-
value: quay.io/numaproj/numaflow:v1.7.0-rc1
294+
value: quay.io/numaproj/numaflow:v1.7.0
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.0-rc1
335+
image: quay.io/numaproj/numaflow:v1.7.0
336336
imagePullPolicy: Always
337337
livenessProbe:
338338
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.7.0-rc1
15+
newTag: v1.7.0
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.7.0-rc1
31+
value: quay.io/numaproj/numaflow:v1.7.0
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
@@ -467,7 +467,7 @@ spec:
467467
key: server.daemon.client.protocol
468468
name: numaflow-cmd-params-config
469469
optional: true
470-
image: quay.io/numaproj/numaflow:v1.7.0-rc1
470+
image: quay.io/numaproj/numaflow:v1.7.0
471471
imagePullPolicy: Always
472472
livenessProbe:
473473
httpGet:
@@ -505,7 +505,7 @@ spec:
505505
key: server.base.href
506506
name: numaflow-cmd-params-config
507507
optional: true
508-
image: quay.io/numaproj/numaflow:v1.7.0-rc1
508+
image: quay.io/numaproj/numaflow:v1.7.0
509509
imagePullPolicy: Always
510510
name: server-init
511511
volumeMounts:
@@ -524,7 +524,7 @@ spec:
524524
key: server.disable.auth
525525
name: numaflow-cmd-params-config
526526
optional: true
527-
image: quay.io/numaproj/numaflow:v1.7.0-rc1
527+
image: quay.io/numaproj/numaflow:v1.7.0
528528
imagePullPolicy: Always
529529
name: server-secrets-init
530530
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.7.0-rc1
15+
newTag: v1.7.0
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
@@ -479,7 +479,7 @@ spec:
479479
key: server.daemon.client.protocol
480480
name: numaflow-cmd-params-config
481481
optional: true
482-
image: quay.io/numaproj/numaflow:v1.7.0-rc1
482+
image: quay.io/numaproj/numaflow:v1.7.0
483483
imagePullPolicy: Always
484484
livenessProbe:
485485
httpGet:
@@ -517,7 +517,7 @@ spec:
517517
key: server.base.href
518518
name: numaflow-cmd-params-config
519519
optional: true
520-
image: quay.io/numaproj/numaflow:v1.7.0-rc1
520+
image: quay.io/numaproj/numaflow:v1.7.0
521521
imagePullPolicy: Always
522522
name: server-init
523523
volumeMounts:
@@ -536,7 +536,7 @@ spec:
536536
key: server.disable.auth
537537
name: numaflow-cmd-params-config
538538
optional: true
539-
image: quay.io/numaproj/numaflow:v1.7.0-rc1
539+
image: quay.io/numaproj/numaflow:v1.7.0
540540
imagePullPolicy: Always
541541
name: server-secrets-init
542542
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.7.0-rc1
17+
newTag: v1.7.0
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.7.0-rc1
13+
newTag: v1.7.0
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.7.0-rc1
28+
value: quay.io/numaproj/numaflow:v1.7.0

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.7.0-rc1
14+
newTag: v1.7.0
1515

0 commit comments

Comments
 (0)