Skip to content

Commit 8dea0f0

Browse files
authored
Merge pull request #1022 from tulibraries/use-new-airflow-instance
Update deploy job to use new airflow instance
2 parents 2807f59 + a33afa8 commit 8dea0f0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ qa_deploy:
2222
- |
2323
export VERSION=$(curl -X 'GET' "https://harbor.k8s.temple.edu/api/v2.0/projects/tulibraries/repositories/apache-airflow/artifacts?q=tag%3Dlatest&page=1&page_size=10&with_tag=true&with_label=false&with_scan_overview=false&with_signature=false&with_immutable_status=false&with_accessory=false" -H 'accept: application/json' -H 'X-Accept-Vulnerabilities: application/vnd.security.vulnerability.report; version=1.1, application/vnd.scanner.adapter.vuln.report.harbor+json; version=1.0' | jq .[0].tags | jq -r '[.[] | select(.name != "latest")][0].name')
2424
- |
25-
helm upgrade airflow oci://$HARBOR/tulibraries/charts/centralized-metadata-airflow --history-max 5 \
26-
--namespace=centralized-metadata-airflow \
25+
helm upgrade airflow oci://$HARBOR/tulibraries/charts/airflow --history-max 5 \
26+
--namespace=airflow-qa \
2727
--set image.repository=harbor.k8s.temple.edu/tulibraries/apache-airflow:$VERSION \
28-
--set 'ingress.hosts[0].host=centralized-metadata-airflow.k8s.temple.edu' \
28+
--set 'ingress.hosts[0].host=airflow-qa.k8s.temple.edu' \
2929
--set 'ingress.hosts[0].paths[0].path=/' \
3030
--set 'ingress.hosts[0].paths[0].pathType=ImplementationSpecific' \
31-
--set 'ingress.tls[0].secretName=centralized-metadata-airflow.k8s.temple.edu' \
32-
--set 'ingress.tls[0].hosts[0]=centralized-metadata-airflow.k8s.temple.edu' \
33-
--set namespace=centralized-metadata-airflow
31+
--set 'ingress.tls[0].secretName=airflow-qa.k8s.temple.edu' \
32+
--set 'ingress.tls[0].hosts[0]=airflow=qa.k8s.temple.edu' \
33+
--set namespace=airflow-qa

0 commit comments

Comments
 (0)