Skip to content

Commit c99fa93

Browse files
committed
Fix kustomization files
The kustomization files allow to customize the operator image and version in the bundle. They are actionned when running `make bundle`. We don't rely on that with the konflux builds. It is only useful when doing custom builds of the operator from a local repo. Let's bump the version to 1.10 there like everywhere else. Signed-off-by: Greg Kurz <[email protected]>
1 parent 7bbf9e0 commit c99fa93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)