Skip to content

Commit 3ddb4fb

Browse files
authored
fix: Increment operator to v0.39.0 (feast-dev#4368)
increment operator to v0.39.0 Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 9708d84 commit 3ddb4fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/feast-operator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.37.0
6+
VERSION ?= 0.39.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

infra/feast-operator/config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: feastdev/feast-operator
8-
newTag: 0.37.0
8+
newTag: 0.39.0

0 commit comments

Comments
 (0)