-
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): Preparing 1st TheAnvil PROD release #1149
Conversation
gen3.theanvil.io/manifest.json
|
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.
Few comments
gen3.theanvil.io/manifest.json
Outdated
@@ -67,7 +67,7 @@ | |||
"sidecar": { | |||
"cpu-limit": "1.0", | |||
"memory-limit": "512Mi", | |||
"image": "quay.io/cdis/gen3fuse-sidecar:chore_sidecar", | |||
"image": "quay.io/cdis/gen3fuse-sidecar: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.
please bump the sidecar to 0.1.5
- has a fix for fuse hammering the squid
gen3.theanvil.io/manifest.json
Outdated
@@ -7,32 +7,32 @@ | |||
"autodeploy": "yes" | |||
}, | |||
"versions": { | |||
"arborist": "quay.io/cdis/arborist:deploy_anvil-staging", | |||
"arborist": "quay.io/cdis/arborist:2020.02", | |||
"arranger-adminapi": "quay.io/cdis/arranger-server:master", | |||
"arranger-dashboard": "quay.io/cdis/arranger-dashboard:master", |
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.
you can remove these arranger-*
gen3.theanvil.io/manifest.json
Outdated
@@ -7,32 +7,32 @@ | |||
"autodeploy": "yes" | |||
}, | |||
"versions": { | |||
"arborist": "quay.io/cdis/arborist:deploy_anvil-staging", | |||
"arborist": "quay.io/cdis/arborist:2020.02", | |||
"arranger-adminapi": "quay.io/cdis/arranger-server:master", | |||
"arranger-dashboard": "quay.io/cdis/arranger-dashboard:master", |
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.
you can remove these arranger-*
"peregrine": "quay.io/cdis/peregrine:master", | ||
"pidgin": "quay.io/cdis/pidgin:1.1.0", | ||
"portal": "quay.io/cdis/data-portal:2.17.0", | ||
"guppy": "quay.io/cdis/guppy: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.
Please verify the etlMapping.yaml
and portal/gitops.json
match what's working in staging - even though guppy
is in the manifest - it's not actually running in production for some reason
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.
need to bump reverse proxy: https://github.com/uc-cdis/gitops-qa/blob/master/qa-anvil.planx-pla.net/manifest.json#L24
gen3.theanvil.io/manifest.json
Outdated
"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", |
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 need to deploy revproxy:1.17...
to include the new security baseline and web application firewall
gen3.theanvil.io/manifest.json
|
Preparing PR for TheAnvil PROD.