Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #442 from mareklibra/web-ui.DefaultImage
Browse files Browse the repository at this point in the history
web-ui: Use default image from quay.io
  • Loading branch information
gbenhaim authored Nov 6, 2018
2 parents b6f5f1b + 0b08b28 commit ed3bda9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inventory
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ openshift_install_examples=false
openshift_master_default_subdomain=cloudapps.example.com

# Image used for the kubevirt/web-ui deployment
kubevirt_web_ui_image_name=docker.io/mareklibra/kubevirt-web-ui:v1.3-8
kubevirt_web_ui_image_name=quay.io/kubevirt/kubevirt-web-ui:v1.3-9
# Master public API URL
public_master_hostname=openshift.cloudapps.example.com:443

Expand Down
2 changes: 1 addition & 1 deletion playbooks/kubevirt-web-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The playbook is based on [opensift-ansible](https://github.com/openshift/openshi
- `cluster`
- To install Kubevirt Web UI, please set `cluster=openshift`
- `kubevirt_web_ui_image_name`
- example: docker.io/mareklibra/kubevirt-web-ui:f679e704219f58aea97a1433ea01e7c7227afc7d
- example: quay.io/kubevirt/kubevirt-web-ui:latest
- The docker image with the kubevirt-web-ui application

### Optional Variables:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/kubevirt-web-ui/inventory_example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ssh_args='-i ~/.ssh/id_rsa'

[OSEv3:vars]
# Required. The kubevirt-web-ui docker image
kubevirt_web_ui_image_name = "docker.io/mareklibra/kubevirt-web-ui:f679e704219f58aea97a1433ea01e7c7227afc7d"
kubevirt_web_ui_image_name = "quay.io/kubevirt/kubevirt-web-ui:latest"

# Optional: If not set, the value is gathered from the openshift-console's ConfigMap.
# Used for composition of public kubevirt-web-ui URL
Expand Down
2 changes: 1 addition & 1 deletion roles/kubevirt_web_ui/files/console-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
parameters:
- name: IMAGE
# value: openshift/origin-console:latest
value: docker.io/mareklibra/kubevirt-web-ui:latest # TODO: point to "officil" upstream
value: quay.io/kubevirt/kubevirt-web-ui:latest
required: true
- name: NAMESPACE
value: kubevirt-web-ui
Expand Down

0 comments on commit ed3bda9

Please sign in to comment.