Skip to content

Commit

Permalink
Bump OSC to 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kurz <groug@kaod.org>
  • Loading branch information
gkurz committed Feb 3, 2024
1 parent cd3716d commit 2bfe254
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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 ?= 1.5.1
VERSION ?= 1.5.2

# 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
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator
newTag: 1.5.1
newTag: 1.5.2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
}
]
capabilities: Seamless Upgrades
olm.skipRange: '>=1.1.0 <1.5.1'
olm.skipRange: '>=1.1.0 <1.5.2'
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Expand All @@ -25,7 +25,7 @@ metadata:
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: sandboxed-containers-operator.v1.5.1
name: sandboxed-containers-operator.v1.5.2
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down Expand Up @@ -365,7 +365,7 @@ spec:
maturity: beta
provider:
name: Red Hat
version: 1.5.1
version: 1.5.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions config/samples/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
DisplayName: My Operator Catalog
sourceType: grpc
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.5.1
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.5.2
updateStrategy:
registryPoll:
interval: 5m
Expand Down Expand Up @@ -36,5 +36,5 @@ spec:
name: sandboxed-containers-operator
source: my-operator-catalog
sourceNamespace: openshift-marketplace
startingCSV: sandboxed-containers-operator.v1.5.1
startingCSV: sandboxed-containers-operator.v1.5.2

2 changes: 1 addition & 1 deletion hack/aws-image-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:

initContainers:
- name: payload
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.1
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.2
imagePullPolicy: Always
volumeMounts:
- name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion hack/azure-image-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:

initContainers:
- name: payload
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.1
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.2
imagePullPolicy: Always
volumeMounts:
- name: shared-data
Expand Down

0 comments on commit 2bfe254

Please sign in to comment.