Skip to content

Commit 636ef87

Browse files
committed
Update manifests to v1.2.0
1 parent c9fc458 commit 636ef87

13 files changed

Lines changed: 31 additions & 31 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ GIT_TREE_STATE=$(shell if [[ -z "`git status --porcelain`" ]]; then echo "clean"
1717
DOCKER_PUSH?=false
1818
DOCKER_BUILD_ARGS?=
1919
IMAGE_NAMESPACE?=quay.io/numaproj
20-
VERSION?=v1.2.0-rc5
21-
BASE_VERSION:=v1.2.0-rc5
20+
VERSION?=v1.2.0
21+
BASE_VERSION:=v1.2.0
2222

2323
override LDFLAGS += \
2424
-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.2.0-rc5"
5+
"version": "v1.2.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
@@ -306,7 +306,7 @@ spec:
306306
- controller
307307
env:
308308
- name: NUMAFLOW_IMAGE
309-
value: quay.io/numaproj/numaflow:v1.2.0-rc5
309+
value: quay.io/numaproj/numaflow:v1.2.0
310310
- name: NAMESPACE
311311
valueFrom:
312312
fieldRef:
@@ -347,7 +347,7 @@ spec:
347347
key: controller.leader.election.lease.renew.period
348348
name: numaflow-cmd-params-config
349349
optional: true
350-
image: quay.io/numaproj/numaflow:v1.2.0-rc5
350+
image: quay.io/numaproj/numaflow:v1.2.0
351351
imagePullPolicy: Always
352352
livenessProbe:
353353
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.2.0-rc5
15+
newTag: v1.2.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.2.0-rc5
31+
value: quay.io/numaproj/numaflow:v1.2.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
@@ -258,7 +258,7 @@ spec:
258258
key: server.cors.allowed.origins
259259
name: numaflow-cmd-params-config
260260
optional: true
261-
image: quay.io/numaproj/numaflow:v1.2.0-rc5
261+
image: quay.io/numaproj/numaflow:v1.2.0
262262
imagePullPolicy: Always
263263
livenessProbe:
264264
httpGet:
@@ -294,7 +294,7 @@ spec:
294294
key: server.base.href
295295
name: numaflow-cmd-params-config
296296
optional: true
297-
image: quay.io/numaproj/numaflow:v1.2.0-rc5
297+
image: quay.io/numaproj/numaflow:v1.2.0
298298
imagePullPolicy: Always
299299
name: server-init
300300
volumeMounts:
@@ -313,7 +313,7 @@ spec:
313313
key: server.disable.auth
314314
name: numaflow-cmd-params-config
315315
optional: true
316-
image: quay.io/numaproj/numaflow:v1.2.0-rc5
316+
image: quay.io/numaproj/numaflow:v1.2.0
317317
imagePullPolicy: Always
318318
name: server-secrets-init
319319
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.2.0-rc5
15+
newTag: v1.2.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
@@ -269,7 +269,7 @@ spec:
269269
key: server.cors.allowed.origins
270270
name: numaflow-cmd-params-config
271271
optional: true
272-
image: quay.io/numaproj/numaflow:v1.2.0-rc5
272+
image: quay.io/numaproj/numaflow:v1.2.0
273273
imagePullPolicy: Always
274274
livenessProbe:
275275
httpGet:
@@ -305,7 +305,7 @@ spec:
305305
key: server.base.href
306306
name: numaflow-cmd-params-config
307307
optional: true
308-
image: quay.io/numaproj/numaflow:v1.2.0-rc5
308+
image: quay.io/numaproj/numaflow:v1.2.0
309309
imagePullPolicy: Always
310310
name: server-init
311311
volumeMounts:
@@ -324,7 +324,7 @@ spec:
324324
key: server.disable.auth
325325
name: numaflow-cmd-params-config
326326
optional: true
327-
image: quay.io/numaproj/numaflow:v1.2.0-rc5
327+
image: quay.io/numaproj/numaflow:v1.2.0
328328
imagePullPolicy: Always
329329
name: server-secrets-init
330330
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.2.0-rc5
17+
newTag: v1.2.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.2.0-rc5
13+
newTag: v1.2.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.2.0-rc5
28+
value: quay.io/numaproj/numaflow:v1.2.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.2.0-rc5
14+
newTag: v1.2.0
1515

0 commit comments

Comments
 (0)