Skip to content

Commit

Permalink
Update manifests to v0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <whynowy@gmail.com>
  • Loading branch information
whynowy committed Jun 2, 2022
1 parent 912747e commit bb9be80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.0
BASE_VERSION:=v0.5.0
VERSION?=v0.5.1
BASE_VERSION:=v0.5.1

override LDFLAGS += \
-X ${PACKAGE}.version=${VERSION} \
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.5.0
newTag: v0.5.1

patchesStrategicMerge:
- |-
Expand All @@ -23,4 +23,4 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.5.0
value: quay.io/numaproj/numaflow:v0.5.1
4 changes: 2 additions & 2 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12719,12 +12719,12 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.5.0
value: quay.io/numaproj/numaflow:v0.5.1
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.5.0
image: quay.io/numaproj/numaflow:v0.5.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit bb9be80

Please sign in to comment.