From a063be7dbe42ddb11147a1cc9870dcb43d1efe94 Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Mon, 28 Oct 2024 10:42:08 -0500 Subject: [PATCH] fix operator version Signed-off-by: Tommy Hughes --- infra/feast-operator/dist/install.yaml | 2 +- infra/scripts/release/files_to_bump.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/feast-operator/dist/install.yaml b/infra/feast-operator/dist/install.yaml index 63b3a742b16..519649ffba6 100644 --- a/infra/feast-operator/dist/install.yaml +++ b/infra/feast-operator/dist/install.yaml @@ -349,7 +349,7 @@ spec: - --leader-elect command: - /manager - image: feastdev/feast-operator:0.40.0 + image: feastdev/feast-operator:0.41.0 livenessProbe: httpGet: path: /healthz diff --git a/infra/scripts/release/files_to_bump.txt b/infra/scripts/release/files_to_bump.txt index d71f8da37d8..4e708aa8f93 100644 --- a/infra/scripts/release/files_to_bump.txt +++ b/infra/scripts/release/files_to_bump.txt @@ -14,5 +14,6 @@ infra/feast-helm-operator/Makefile 6 infra/feast-helm-operator/config/manager/kustomization.yaml 8 infra/feast-operator/Makefile 6 infra/feast-operator/config/manager/kustomization.yaml 8 +infra/feast-operator/dist/install.yaml 352 java/pom.xml 38 ui/package.json 3