Skip to content

Commit

Permalink
Update manifests to v0.8.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 Apr 14, 2023
1 parent cbe27b6 commit ca88313
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,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?=v0.8.0-rc1
BASE_VERSION:=v0.8.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": "v0.8.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 @@ -266,12 +266,12 @@ spec:
- --namespaced
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v0.8.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v0.8.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: v0.8.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:v0.8.0-rc1
patches:
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion config/advanced-install/numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v0.8.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
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: v0.8.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 @@ -8,7 +8,7 @@ resources:

images:
- name: quay.io/numaproj/numaflow
newTag: latest
newTag: v0.8.0-rc1

patchesStrategicMerge:
- |-
Expand All @@ -23,7 +23,7 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v0.8.0-rc1
- |-
apiVersion: apps/v1
kind: Deployment
Expand Down
6 changes: 3 additions & 3 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12690,12 +12690,12 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v0.8.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v0.8.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -12754,7 +12754,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v0.8.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions config/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12599,12 +12599,12 @@ spec:
- --namespaced
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v0.8.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v0.8.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -12663,7 +12663,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v0.8.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit ca88313

Please sign in to comment.