Skip to content

Commit 68dbc03

Browse files
chore: update LVMS main branch CI to use 4.18 (openshift#58975)
Signed-off-by: Suleyman Akbas <[email protected]>
1 parent d766cd7 commit 68dbc03

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ base_images:
44
namespace: ocp
55
tag: v1.31.0
66
must-gather:
7-
name: "4.17"
7+
name: "4.18"
88
namespace: ocp
99
tag: must-gather
10-
ocp_4.17_base-rhel9:
11-
name: "4.17"
10+
ocp_4.18_base-rhel9:
11+
name: "4.18"
1212
namespace: ocp
1313
tag: base-rhel9
1414
operator-sdk:
15-
name: "4.17"
15+
name: "4.18"
1616
namespace: origin
1717
tag: operator-sdk
1818
binary_build_commands: make build build-vgmanager
1919
build_root:
2020
image_stream_tag:
2121
name: builder
2222
namespace: ocp
23-
tag: rhel-9-golang-1.22-openshift-4.17
23+
tag: rhel-9-golang-1.22-openshift-4.18
2424
images:
2525
- dockerfile_literal: |-
26-
FROM ocp_4.17_base-rhel9
26+
FROM ocp_4.18_base-rhel9
2727
RUN dnf install -y make git python3 python3-pip patch
2828
RUN pip3 install pre-commit
2929
@@ -47,15 +47,15 @@ images:
4747
RUN curl https://static.snyk.io/cli/latest/snyk-linux -o ${SNYK_DIR}/snyk
4848
RUN chmod +x ${SNYK_DIR}/snyk
4949
ENV PATH=$PATH:${SNYK_DIR}
50-
from: ocp_4.17_base-rhel9
50+
from: ocp_4.18_base-rhel9
5151
inputs:
5252
root:
5353
as:
5454
- root:current
5555
to: lvms-pre-commit
5656
- dockerfile_path: Dockerfile
5757
inputs:
58-
ocp_4.17_base-rhel9:
58+
ocp_4.18_base-rhel9:
5959
as:
6060
- fedora:latest
6161
to: lvm-operator
@@ -82,19 +82,19 @@ promotion:
8282
releases:
8383
initial:
8484
integration:
85-
name: "4.17"
85+
name: "4.18"
8686
namespace: ocp
8787
latest:
8888
integration:
8989
include_built_images: true
90-
name: "4.17"
90+
name: "4.18"
9191
namespace: ocp
9292
multi-latest:
9393
candidate:
9494
architecture: multi
9595
product: ocp
9696
stream: nightly
97-
version: "4.17"
97+
version: "4.18"
9898
resources:
9999
'*':
100100
limits:

0 commit comments

Comments
 (0)