We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4b1e5 commit c85924fCopy full SHA for c85924f
manifests/yamls/clair.yaml
@@ -60,7 +60,7 @@ spec:
60
secretName: clair
61
initContainers:
62
- name: pg-ready-wait
63
- image: "quay.io/devtron/postgres:11.3"
+ image: "quay.io/bitnami/postgresql:11.3.0-debian-9-r28"
64
command: [ "sh", "-c",
65
"until pg_isready -h postgresql-postgresql.devtroncd -p 5432;
66
do echo waiting for database; sleep 1; done;"]
0 commit comments