Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.model-validation-bundle.rh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -69,4 +69,4 @@ spec:
minKubeVersion: 1.24.0
provider:
name: Red Hat
version: 0.1.2-techpreview
version: 0.1.3-techpreview
Loading