Skip to content

Commit

Permalink
Update manifests to v0.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Aug 6, 2022
1 parent 94cdb82 commit 57513b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.3
BASE_VERSION:=v0.5.3
VERSION?=v0.5.4
BASE_VERSION:=v0.5.4

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 @@ -10,7 +10,7 @@ resources:

images:
- name: quay.io/numaproj/numaflow
newTag: v0.5.3
newTag: v0.5.4

patchesStrategicMerge:
- |-
Expand All @@ -25,7 +25,7 @@ patchesStrategicMerge:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.5.3
value: quay.io/numaproj/numaflow:v0.5.4
- |-
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 @@ -12929,12 +12929,12 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:v0.5.3
value: quay.io/numaproj/numaflow:v0.5.4
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.5.3
image: quay.io/numaproj/numaflow:v0.5.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -12993,7 +12993,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:v0.5.3
image: quay.io/numaproj/numaflow:v0.5.4
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 @@ -12849,12 +12849,12 @@ spec:
- --namespaced
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v0.5.4
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v0.5.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -12913,7 +12913,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v0.5.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 57513b4

Please sign in to comment.