From 396e16ed87c43d28ac3d3ed4e840ffe112792107 Mon Sep 17 00:00:00 2001 From: Tommy Hughes IV Date: Fri, 26 Jul 2024 00:09:06 -0500 Subject: [PATCH] fix: Increment operator to v0.39.1 (#4369) * increment operator to v0.39.0 Signed-off-by: Tommy Hughes * increment operator to v0.39.1 Signed-off-by: Tommy Hughes --------- Signed-off-by: Tommy Hughes --- infra/feast-operator/Makefile | 2 +- infra/feast-operator/config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/feast-operator/Makefile b/infra/feast-operator/Makefile index 1388778f9f..4d3be5fddc 100644 --- a/infra/feast-operator/Makefile +++ b/infra/feast-operator/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.37.0 +VERSION ?= 0.39.1 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/infra/feast-operator/config/manager/kustomization.yaml b/infra/feast-operator/config/manager/kustomization.yaml index 226b87118d..e61b2b4281 100644 --- a/infra/feast-operator/config/manager/kustomization.yaml +++ b/infra/feast-operator/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: feastdev/feast-operator - newTag: 0.37.0 + newTag: 0.39.1