Page MenuHomePhabricator

🔵 Remove beta ingress API from wikibase-ingress chart
Closed, ResolvedPublic

Event Timeline

Tarrow renamed this task from Remove beta ingress API from wikibase-ingress chart to 🔵 Remove beta ingress API from wikibase-ingress chart.Nov 8 2022, 3:26 PM

Remove wikibase-ingress from wbaas-deploy repo: https://github.com/wmde/wbaas-deploy/pull/589
Add wikibase-ingress to charts repo: https://github.com/wbstack/charts/pull/109

Remember to change line 118 and 119 in helmfile.yaml from

namespace: default
chart: wbstack/wikibase-ingress

to

namespace: local
chart: ../../../charts/charts/wikibase-ingress

when you want to test it locally

dang removed dang as the assignee of this task.Nov 14 2022, 2:49 PM
dang subscribed.

For local and staging:
https://github.com/wmde/wbaas-deploy/pull/593
For production if staging has no problem, the entire wikibase-ingress chart is removed from the repo:
https://github.com/wmde/wbaas-deploy/pull/589/files

Evelien_WMDE claimed this task.