-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(qa): Prepare manifest for TheAnvil staging environments (staging) #1116
Conversation
"arborist": "quay.io/cdis/arborist:2.3.2", | ||
"arranger-adminapi": "quay.io/cdis/arranger-server:master", | ||
"arranger-dashboard": "quay.io/cdis/arranger-dashboard:master", | ||
"arborist": "quay.io/cdis/arborist:2020.02", | ||
"aws-es-proxy": "abutaha/aws-es-proxy:0.8", | ||
"fence": "quay.io/cdis/fence:4.11.0", | ||
"fence": "quay.io/cdis/fence:2020.02", | ||
"fluentd": "fluent/fluentd-kubernetes-daemonset:v1.2-debian-cloudwatch", | ||
"guppy": "quay.io/cdis/guppy:0.3.10", | ||
"hatchery": "quay.io/cdis/hatchery:0.1.0", | ||
"guppy": "quay.io/cdis/guppy:2020.02", | ||
"hatchery": "quay.io/cdis/hatchery:2020.02", | ||
"ambassador": "quay.io/datawire/ambassador:0.60.3", | ||
"indexd": "quay.io/cdis/indexd:2.1.0", | ||
"manifestservice": "quay.io/cdis/manifestservice:0.2.0", | ||
"peregrine": "quay.io/cdis/peregrine:2.1.1", | ||
"pidgin": "quay.io/cdis/pidgin:1.0.0", | ||
"portal": "quay.io/cdis/data-portal:2.22.6", | ||
"indexd": "quay.io/cdis/indexd:2020.02", | ||
"manifestservice": "quay.io/cdis/manifestservice:2020.02", | ||
"peregrine": "quay.io/cdis/peregrine:2020.02", | ||
"pidgin": "quay.io/cdis/pidgin:2020.02", | ||
"portal": "quay.io/cdis/data-portal:2020.02", | ||
"revproxy": "quay.io/cdis/nginx:1.15.5-ctds", | ||
"sheepdog": "quay.io/cdis/sheepdog:1.1.10", | ||
"sower": "quay.io/cdis/sower:0.3.0", | ||
"spark": "quay.io/cdis/gen3-spark:1.0.0", | ||
"tube": "quay.io/cdis/tube:0.3.18", | ||
"ssjdispatcher": "quay.io/cdis/ssjdispatcher:0.0.6", | ||
"wts": "quay.io/cdis/workspace-token-service:0.2.0" | ||
"sheepdog": "quay.io/cdis/sheepdog:2020.02", | ||
"sower": "quay.io/cdis/sower:2020.02", | ||
"spark": "quay.io/cdis/gen3-spark:2020.02", | ||
"tube": "quay.io/cdis/tube:2020.02", | ||
"ssjdispatcher": "quay.io/cdis/ssjdispatcher:2020.02", | ||
"wts": "quay.io/cdis/workspace-token-service:2020.02" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not 2020.03
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's coming up next.
"cpu-limit": "1.0", | ||
"memory-limit": "512Mi", | ||
"name": "Jupyter Notebook Bio Python", | ||
"image": "quay.io/occ_data/jupyternotebook:1.9.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should move to uc-cdis
images from containers
(maybe not now, but eventually).
"cpu-limit": "4.0", | ||
"memory-limit": "15512Mi", | ||
"name": "Jupyter Notebook Power Python", | ||
"image": "quay.io/occ_data/jupyternotebook:1.7.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should move to uc-cdis
images from containers
(maybe not now, but eventually).
Why the old version of image?
"cpu-limit": "1.0", | ||
"memory-limit": "8096Mi", | ||
"name": "Helium Autoencoder Demo", | ||
"image": "quay.io/cdis/auntoencoder-copd-demo:latest", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Images should be pinned no matter what.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I have some comments.
Preparing 1st release for TheAnvil.