Skip to content

Commit 6ab96b1

Browse files
committed
Update manifests to v1.0.0-rc3
Signed-off-by: Derek Wang <whynowy@gmail.com>
1 parent 4ffda38 commit 6ab96b1

13 files changed

Lines changed: 25 additions & 25 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.0.0-rc2
21-
BASE_VERSION:=v1.0.0-rc2
20+
VERSION?=v1.0.0-rc3
21+
BASE_VERSION:=v1.0.0-rc3
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.0.0-rc2"
5+
"version": "v1.0.0-rc3"
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
@@ -284,12 +284,12 @@ spec:
284284
- --namespaced
285285
env:
286286
- name: NUMAFLOW_IMAGE
287-
value: quay.io/numaproj/numaflow:v1.0.0-rc2
287+
value: quay.io/numaproj/numaflow:v1.0.0-rc3
288288
- name: NAMESPACE
289289
valueFrom:
290290
fieldRef:
291291
fieldPath: metadata.namespace
292-
image: quay.io/numaproj/numaflow:v1.0.0-rc2
292+
image: quay.io/numaproj/numaflow:v1.0.0-rc3
293293
imagePullPolicy: Always
294294
livenessProbe:
295295
httpGet:

config/advanced-install/namespaced-controller/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111

1212
images:
1313
- name: quay.io/numaproj/numaflow
14-
newTag: v1.0.0-rc2
14+
newTag: v1.0.0-rc3
1515

1616
patchesStrategicMerge:
1717
- |-
@@ -26,7 +26,7 @@ patchesStrategicMerge:
2626
- name: controller-manager
2727
env:
2828
- name: NUMAFLOW_IMAGE
29-
value: quay.io/numaproj/numaflow:v1.0.0-rc2
29+
value: quay.io/numaproj/numaflow:v1.0.0-rc3
3030
3131
patches:
3232
- patch: |-

config/advanced-install/namespaced-numaflow-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ spec:
199199
key: server.address
200200
name: numaflow-server-cmd-params-config
201201
optional: true
202-
image: quay.io/numaproj/numaflow:v1.0.0-rc2
202+
image: quay.io/numaproj/numaflow:v1.0.0-rc3
203203
imagePullPolicy: Always
204204
livenessProbe:
205205
httpGet:
@@ -235,7 +235,7 @@ spec:
235235
key: server.base.href
236236
name: numaflow-server-cmd-params-config
237237
optional: true
238-
image: quay.io/numaproj/numaflow:v1.0.0-rc2
238+
image: quay.io/numaproj/numaflow:v1.0.0-rc3
239239
imagePullPolicy: Always
240240
name: server-init
241241
volumeMounts:

config/advanced-install/namespaced-numaflow-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111

1212
images:
1313
- name: quay.io/numaproj/numaflow
14-
newTag: v1.0.0-rc2
14+
newTag: v1.0.0-rc3
1515

1616
patches:
1717
- patch: |-

config/advanced-install/numaflow-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ spec:
205205
key: server.address
206206
name: numaflow-server-cmd-params-config
207207
optional: true
208-
image: quay.io/numaproj/numaflow:v1.0.0-rc2
208+
image: quay.io/numaproj/numaflow:v1.0.0-rc3
209209
imagePullPolicy: Always
210210
livenessProbe:
211211
httpGet:
@@ -241,7 +241,7 @@ spec:
241241
key: server.base.href
242242
name: numaflow-server-cmd-params-config
243243
optional: true
244-
image: quay.io/numaproj/numaflow:v1.0.0-rc2
244+
image: quay.io/numaproj/numaflow:v1.0.0-rc3
245245
imagePullPolicy: Always
246246
name: server-init
247247
volumeMounts:

config/advanced-install/numaflow-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace: numaflow-system
1313

1414
images:
1515
- name: quay.io/numaproj/numaflow
16-
newTag: v1.0.0-rc2
16+
newTag: v1.0.0-rc3
1717

1818
patchesStrategicMerge:
1919
- |-

config/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99

1010
images:
1111
- name: quay.io/numaproj/numaflow
12-
newTag: v1.0.0-rc2
12+
newTag: v1.0.0-rc3
1313

1414
patchesStrategicMerge:
1515
- |-
@@ -24,4 +24,4 @@ patchesStrategicMerge:
2424
- name: controller-manager
2525
env:
2626
- name: NUMAFLOW_IMAGE
27-
value: quay.io/numaproj/numaflow:v1.0.0-rc2
27+
value: quay.io/numaproj/numaflow:v1.0.0-rc3

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.0.0-rc2
14+
newTag: v1.0.0-rc3
1515

0 commit comments

Comments
 (0)