Skip to content

Commit

Permalink
Update manifests to v1.0.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <whynowy@gmail.com>
  • Loading branch information
whynowy committed Oct 27, 2023
1 parent 6d21ba8 commit 0ff1f58
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?=latest
BASE_VERSION:=latest
VERSION?=v1.0.0-rc1
BASE_VERSION:=v1.0.0-rc1

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": "latest"
"version": "v1.0.0-rc1"
},
"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:latest
value: quay.io/numaproj/numaflow:v1.0.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
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: latest
newTag: v1.0.0-rc1

patchesStrategicMerge:
- |-
Expand All @@ -26,7 +26,7 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.0.0-rc1
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 @@ -139,7 +139,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -168,7 +168,7 @@ spec:
initContainers:
- args:
- server-init
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
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: latest
newTag: v1.0.0-rc1

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 @@ -142,7 +142,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
initContainers:
- args:
- server-init
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
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: latest
newTag: v1.0.0-rc1

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: latest
newTag: v1.0.0-rc1

patchesStrategicMerge:
- |-
Expand All @@ -24,4 +24,4 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.0.0-rc1
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: latest
newTag: v1.0.0-rc1

8 changes: 4 additions & 4 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16463,12 +16463,12 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.0.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16581,7 +16581,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16610,7 +16610,7 @@ spec:
initContainers:
- args:
- server-init
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
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 @@ -16364,12 +16364,12 @@ spec:
- --namespaced
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.0.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16481,7 +16481,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16510,7 +16510,7 @@ spec:
initContainers:
- args:
- server-init
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
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:latest
image: quay.io/numaproj/numaflow:v1.0.0-rc1
imagePullPolicy: Always
name: webhook
serviceAccountName: numaflow-webhook-sa

0 comments on commit 0ff1f58

Please sign in to comment.