Skip to content

Commit a708ce8

Browse files
committed
Update RHEL 9 in s-o config
1 parent a73f045 commit a708ce8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

config/serverless-operator.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ config:
77
- .*rosa.*
88
imageOverrides:
99
- name: GO_BUILDER
10-
pullSpec: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.24
10+
pullSpec: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
1111
- name: GO_RUNTIME
12-
pullSpec: registry.access.redhat.com/ubi8/ubi-minimal
12+
pullSpec: registry.access.redhat.com/ubi9/ubi-minimal
1313
- name: JAVA_BUILDER
14-
pullSpec: registry.access.redhat.com/ubi8/openjdk-21
14+
pullSpec: registry.access.redhat.com/ubi9/openjdk-21
1515
- name: JAVA_RUNTIME
16-
pullSpec: registry.access.redhat.com/ubi8/openjdk-21-runtime
16+
pullSpec: registry.access.redhat.com/ubi9/openjdk-21-runtime
1717
- name: NODE_BUILDER
18-
pullSpec: registry.access.redhat.com/ubi8/nodejs-20
18+
pullSpec: registry.access.redhat.com/ubi9/nodejs-20
1919
- name: NODE_RUNTIME
20-
pullSpec: registry.access.redhat.com/ubi8/nodejs-20
20+
pullSpec: registry.access.redhat.com/ubi9/nodejs-20
2121
openShiftVersions:
2222
- candidateRelease: true
2323
customConfigs:

0 commit comments

Comments
 (0)