From 299cf0422a719f91523b05e02b5bd3fb4a69d2a0 Mon Sep 17 00:00:00 2001 From: ompushkara Date: Thu, 10 Sep 2026 15:42:40 +0100 Subject: [PATCH] Bump default version from 0.1.2 to 0.1.3 to align with bundle pipeline Signed-off-by: ompushkara --- Dockerfile.model-validation-bundle.rh | 2 +- Makefile | 2 +- .../model-validation-operator.clusterserviceversion.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.model-validation-bundle.rh b/Dockerfile.model-validation-bundle.rh index 0bbaa5a2..723d0100 100644 --- a/Dockerfile.model-validation-bundle.rh +++ b/Dockerfile.model-validation-bundle.rh @@ -1,4 +1,4 @@ -ARG VERSION="0.1.2" +ARG VERSION="0.1.3" ARG CHANNELS="tech-preview" ARG DEFAULT_CHANNEL="tech-preview" ARG BUNDLE_OVERLAY="olm" diff --git a/Makefile b/Makefile index fb566c53..a13f19c9 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.1.2 +VERSION ?= 0.1.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/config/manifests/bases/model-validation-operator.clusterserviceversion.yaml b/config/manifests/bases/model-validation-operator.clusterserviceversion.yaml index 4e6cf349..f5e8a098 100644 --- a/config/manifests/bases/model-validation-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/model-validation-operator.clusterserviceversion.yaml @@ -18,7 +18,7 @@ metadata: operators.openshift.io/valid-subscription: '["Red Hat Trusted Artifact Signer"]' repository: https://github.com/securesign/model-validation-operator support: Red Hat - name: model-validation-operator.v0.1.2 + name: model-validation-operator.v0.1.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -69,4 +69,4 @@ spec: minKubeVersion: 1.24.0 provider: name: Red Hat - version: 0.1.2-techpreview + version: 0.1.3-techpreview