Skip to content

Commit 0648715

Browse files
authored
Merge pull request #835 from gkurz/some-fixes
Some simple fixes
2 parents 01ea8a1 + c99fa93 commit 0648715

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bundle/manifests/kataconfiguration.openshift.io_kataconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.2
66
creationTimestamp: null
77
name: kataconfigs.kataconfiguration.openshift.io
88
spec:

bundle/manifests/sandboxed-containers-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ spec:
555555
name: peerpods-webhook
556556
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:0a14d0562efa52c400174648653e5ed053659566603e3267aa797228222bccdc
557557
name: podvm-builder
558-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:73a82ac1c252f068f9d046a36dfca7932202ad728f94fc575a332d8707650905
558+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:73a82ac1c252f068f9d046a36dfca7932202ad728f94fc575a332d8707650905
559559
name: podvm-payload
560560
- image: registry.redhat.io/openshift-sandboxed-containers/osc-dm-verity-image@sha256:8d5ff644b54bbc6bd7861eb84a5ca16c544cd25a7fb7165a9d3ef9d6786981e1
561561
name: podvm-oci

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator
16-
newTag: v1.9.0
16+
newTag: v1.10.0

config/metrics/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: metrics-server
1111
newName: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator
12-
newTag: v1.9.0
12+
newTag: v1.10.0

0 commit comments

Comments
 (0)