Skip to content

Commit c85924f

Browse files
committed
updated clair.yaml
1 parent 3a4b1e5 commit c85924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/yamls/clair.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
secretName: clair
6161
initContainers:
6262
- name: pg-ready-wait
63-
image: "quay.io/devtron/postgres:11.3"
63+
image: "quay.io/bitnami/postgresql:11.3.0-debian-9-r28"
6464
command: [ "sh", "-c",
6565
"until pg_isready -h postgresql-postgresql.devtroncd -p 5432;
6666
do echo waiting for database; sleep 1; done;"]

0 commit comments

Comments
 (0)