Skip to content

Commit

Permalink
updated clair.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-59 committed Jun 28, 2021
1 parent 3a4b1e5 commit c85924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/yamls/clair.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
secretName: clair
initContainers:
- name: pg-ready-wait
image: "quay.io/devtron/postgres:11.3"
image: "quay.io/bitnami/postgresql:11.3.0-debian-9-r28"
command: [ "sh", "-c",
"until pg_isready -h postgresql-postgresql.devtroncd -p 5432;
do echo waiting for database; sleep 1; done;"]
Expand Down

0 comments on commit c85924f

Please sign in to comment.