File tree Expand file tree Collapse file tree
charts/controller/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - $(DRYCC_REDIS_ADDRS)
3535 {{- include "controller.envs" . | indent 12 }}
3636 containers :
37+ - image : {{.Values.imageRegistry}}/{{.Values.imageOrg}}/controller:{{.Values.imageTag}}
38+ imagePullPolicy : {{.Values.pull_policy}}
39+ name : drycc-controller-clearsocial
40+ args :
41+ - /bin/bash
42+ - -c
43+ - python -u /workspace/manage.py clearsocial
44+ {{- include "controller.envs" . | indent 12 }}
3745 - image : {{.Values.imageRegistry}}/{{.Values.imageOrg}}/controller:{{.Values.imageTag}}
3846 imagePullPolicy : {{.Values.imagePullPolicy}}
3947 name : drycc-controller-load-db-state-to-k8s
6674 - -c
6775 - python -u /workspace/manage.py measure_volumes
6876 {{- include "controller.envs" . | indent 12 }}
69-
Original file line number Diff line number Diff line change 1- # Generated by Django 3.2.12 on 2022-03-11 06:36
1+ # Generated by Django 3.2.14 on 2022-08-10 02:21
22
33import api .models .app
44import api .models .certificate
Original file line number Diff line number Diff line change 44#
55
66# fail hard and fast even on pipelines
7- set -e
7+ set -eo pipefail
88
99# set debug based on envvar
1010[[ $DRYCC_DEBUG == " true" ]] && set -x
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ morph==0.1.4
1313ndg-httpsclient == 0.5.1
1414packaging == 21.0
1515pyasn1 == 0.4.8
16- psycopg2-binary == 2.9.1
16+ psycopg2-binary == 2.9.3
1717pyOpenSSL == 20.0.1
1818pytz == 2021.1
1919requests == 2.26.0
You can’t perform that action at this time.
0 commit comments