Skip to content

Commit

Permalink
bump ci console version
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <[email protected]>
  • Loading branch information
yaacov committed Sep 10, 2024
1 parent 28eea5e commit 7653aaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ci/yaml/okd-console-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ spec:
env:
- name: BRIDGE_USER_AUTH
value: disabled
- name: BRIDGE_K8S_AUTH_BEARER_TOKEN
value: abcdef.0123456789abcdef
- name: BRIDGE_LISTEN
value: "https://0.0.0.0:9000"
- name: BRIDGE_TLS_CERT_FILE
Expand Down
4 changes: 3 additions & 1 deletion ci/yaml/okd-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ spec:
serviceAccountName: console
containers:
- name: console
image: quay.io/openshift/origin-console:4.15
image: quay.io/openshift/origin-console:4.18
env:
- name: BRIDGE_USER_AUTH
value: disabled
- name: BRIDGE_K8S_AUTH_BEARER_TOKEN
value: abcdef.0123456789abcdef
- name: BRIDGE_PLUGINS
value: forklift-console-plugin=http://forklift-console-plugin.konveyor-forklift.svc.cluster.local:8080
- name: BRIDGE_PLUGIN_PROXY
Expand Down

0 comments on commit 7653aaa

Please sign in to comment.