From 881cfdd6d9652fa2d04d5be6da937f985432d618 Mon Sep 17 00:00:00 2001 From: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:40:10 +0200 Subject: [PATCH] fix: makefile version set to v0.10.3 (#71) * fix: makefile version set to v0.10.3 Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> * run make prepare release stable again Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --------- Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --- Makefile | 2 +- .../external-secrets-operator.clusterserviceversion.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12357cd..cce3920 100644 --- a/Makefile +++ b/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.10.2 +VERSION ?= 0.10.3 # 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/bundle/manifests/external-secrets-operator.clusterserviceversion.yaml b/bundle/manifests/external-secrets-operator.clusterserviceversion.yaml index ca56159..b0982e2 100644 --- a/bundle/manifests/external-secrets-operator.clusterserviceversion.yaml +++ b/bundle/manifests/external-secrets-operator.clusterserviceversion.yaml @@ -672,7 +672,7 @@ metadata: categories: Security certified: "false" containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.10.3 - createdAt: "2024-09-09T16:45:30Z" + createdAt: "2024-09-09T19:28:48Z" description: Operator to configure external-secrets helm-chart based operator operatorframework.io/cluster-monitoring: "true" operators.openshift.io/infrastructure-features: '["Disconnected"]'