From 95ac4d347f8668a93296a150901ea46b21df295d Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 10 Feb 2025 10:13:03 +0100 Subject: [PATCH] feat(base): updating olm operator version --- base/olm/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/olm/kustomization.yaml b/base/olm/kustomization.yaml index 583dd0c..26d0134 100644 --- a/base/olm/kustomization.yaml +++ b/base/olm/kustomization.yaml @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/olm.yaml +- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.31.0/olm.yaml - resources/mandatory-operators