Skip to content

Commit

Permalink
Change default to 4.11 (stolostron#2209)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cormier <[email protected]>

Signed-off-by: Kevin Cormier <[email protected]>
  • Loading branch information
KevinFCormier authored Oct 27, 2022
1 parent cb2248f commit f77f010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-ocp-console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ oc get oauthclient console-oauth-client -o jsonpath='{.secret}' > ocp-console/co
oc get secrets -n default --field-selector type=kubernetes.io/service-account-token -o json | \
jq '.items[0].data."ca.crt"' -r | python -m base64 -d > ocp-console/ca.crt

CONSOLE_VERSION=${CONSOLE_VERSION:=4.10}
CONSOLE_VERSION=${CONSOLE_VERSION:=4.11}
CONSOLE_PORT=${CONSOLE_PORT:=9000}
CONSOLE_IMAGE="quay.io/openshift/origin-console:${CONSOLE_VERSION}"

Expand Down

0 comments on commit f77f010

Please sign in to comment.