1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-29 23:38:17 +02:00

Switch to updated docker repository (#334)

* update quay repo

* Update values.yaml

* pin idna version
This commit is contained in:
Diego Cepeda
2021-01-19 17:50:56 -08:00
committed by GitHub
parent 13eda2e31f
commit db26fa7104
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
image:
repository: "quay.io/iris"
repository: "quay.io/diegocepedaw"
tag: "latest"
pullPolicy: "alwaysPull"
replicaCount: 1

View File

@@ -47,7 +47,8 @@ setuptools.setup(
'irisclient',
'slackclient==1.3.1',
'icalendar',
'pymsteams'
'pymsteams',
'idna==2.10'
],
extras_require={
'ldap': ['python-ldap'],