diff --git a/manifests/yamls/clair.yaml b/manifests/yamls/clair.yaml index 5efacac6..1a0b8be1 100644 --- a/manifests/yamls/clair.yaml +++ b/manifests/yamls/clair.yaml @@ -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;"]