Skip to content

Commit

Permalink
Update manifests to v1.0.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Nov 1, 2023
1 parent 3762992 commit 8a7dc59
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ GIT_TREE_STATE=$(shell if [[ -z "`git status --porcelain`" ]]; then echo "clean"
DOCKER_PUSH?=false
DOCKER_BUILD_ARGS?=
IMAGE_NAMESPACE?=quay.io/numaproj
VERSION?=v1.0.0-rc1
BASE_VERSION:=v1.0.0-rc1
VERSION?=v1.0.0-rc2
BASE_VERSION:=v1.0.0-rc2

override LDFLAGS += \
-X ${PACKAGE}.version=${VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Numaflow",
"version": "v1.0.0-rc1"
"version": "v1.0.0-rc2"
},
"paths": {},
"definitions": {
Expand Down
4 changes: 2 additions & 2 deletions config/advanced-install/namespaced-controller-wo-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@ spec:
- --namespaced
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v1.0.0-rc1
value: quay.io/numaproj/numaflow:v1.0.0-rc2
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:

images:
- name: quay.io/numaproj/numaflow
newTag: v1.0.0-rc1
newTag: v1.0.0-rc2

patchesStrategicMerge:
- |-
Expand All @@ -26,7 +26,7 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v1.0.0-rc1
value: quay.io/numaproj/numaflow:v1.0.0-rc2
patches:
- patch: |-
Expand Down
4 changes: 2 additions & 2 deletions config/advanced-install/namespaced-numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
key: server.address
name: numaflow-server-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -235,7 +235,7 @@ spec:
key: server.base.href
name: numaflow-server-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
name: server-init
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:

images:
- name: quay.io/numaproj/numaflow
newTag: v1.0.0-rc1
newTag: v1.0.0-rc2

patches:
- patch: |-
Expand Down
4 changes: 2 additions & 2 deletions config/advanced-install/numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ spec:
key: server.address
name: numaflow-server-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -240,7 +240,7 @@ spec:
key: server.base.href
name: numaflow-server-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
name: server-init
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion config/advanced-install/numaflow-server/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace: numaflow-system

images:
- name: quay.io/numaproj/numaflow
newTag: v1.0.0-rc1
newTag: v1.0.0-rc2

patchesStrategicMerge:
- |-
Expand Down
4 changes: 2 additions & 2 deletions config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:

images:
- name: quay.io/numaproj/numaflow
newTag: v1.0.0-rc1
newTag: v1.0.0-rc2

patchesStrategicMerge:
- |-
Expand All @@ -24,4 +24,4 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v1.0.0-rc1
value: quay.io/numaproj/numaflow:v1.0.0-rc2
2 changes: 1 addition & 1 deletion config/extensions/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ namespace: numaflow-system

images:
- name: quay.io/numaproj/numaflow
newTag: v1.0.0-rc1
newTag: v1.0.0-rc2

8 changes: 4 additions & 4 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16477,12 +16477,12 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v1.0.0-rc1
value: quay.io/numaproj/numaflow:v1.0.0-rc2
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16642,7 +16642,7 @@ spec:
key: server.address
name: numaflow-server-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16678,7 +16678,7 @@ spec:
key: server.base.href
name: numaflow-server-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
name: server-init
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions config/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16377,12 +16377,12 @@ spec:
- --namespaced
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v1.0.0-rc1
value: quay.io/numaproj/numaflow:v1.0.0-rc2
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16541,7 +16541,7 @@ spec:
key: server.address
name: numaflow-server-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16577,7 +16577,7 @@ spec:
key: server.base.href
name: numaflow-server-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
name: server-init
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion config/validating-webhook-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
value: numaflow-webhook
- name: CLUSTER_ROLE_NAME
value: numaflow-webhook
image: quay.io/numaproj/numaflow:v1.0.0-rc1
image: quay.io/numaproj/numaflow:v1.0.0-rc2
imagePullPolicy: Always
name: webhook
serviceAccountName: numaflow-webhook-sa

0 comments on commit 8a7dc59

Please sign in to comment.