Skip to content

Commit

Permalink
Update manifests to v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <vigith@gmail.com>
  • Loading branch information
vigith committed Jan 13, 2023
1 parent 3271016 commit 734e5d3
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 @@ -11,8 +11,8 @@ GIT_TREE_STATE=$(shell if [ -z "`git status --porcelain`" ]; then echo "clean" ;

DOCKER_PUSH?=false
IMAGE_NAMESPACE?=quay.io/numaproj
VERSION?=v0.7.0-rc1
BASE_VERSION:=v0.7.0-rc1
VERSION?=v0.7.0
BASE_VERSION:=v0.7.0

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": "v0.7.0-rc1"
"version": "v0.7.0"
},
"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 @@ -232,12 +232,12 @@ spec:
- --namespaced
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.7.0-rc1
value: quay.io/numaproj/numaflow:v0.7.0
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.7.0-rc1
image: quay.io/numaproj/numaflow:v0.7.0
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: v0.7.0-rc1
newTag: v0.7.0

patchesStrategicMerge:
- |-
Expand All @@ -26,7 +26,7 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.7.0-rc1
value: quay.io/numaproj/numaflow:v0.7.0
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 @@ -109,7 +109,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.7.0-rc1
image: quay.io/numaproj/numaflow:v0.7.0
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: v0.7.0-rc1
newTag: v0.7.0

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: v0.7.0-rc1
newTag: v0.7.0

patchesStrategicMerge:
- |-
Expand All @@ -23,7 +23,7 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.7.0-rc1
value: quay.io/numaproj/numaflow:v0.7.0
- |-
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 @@ -10829,12 +10829,12 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.7.0-rc1
value: quay.io/numaproj/numaflow:v0.7.0
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.7.0-rc1
image: quay.io/numaproj/numaflow:v0.7.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -10893,7 +10893,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.7.0-rc1
image: quay.io/numaproj/numaflow:v0.7.0
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 @@ -10738,12 +10738,12 @@ spec:
- --namespaced
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.7.0-rc1
value: quay.io/numaproj/numaflow:v0.7.0
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.7.0-rc1
image: quay.io/numaproj/numaflow:v0.7.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -10802,7 +10802,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.7.0-rc1
image: quay.io/numaproj/numaflow:v0.7.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 734e5d3

Please sign in to comment.