From f3e156a46e4f641624f5e7ed7019d970ef006264 Mon Sep 17 00:00:00 2001 From: Bryan Rosander Date: Fri, 3 Aug 2018 11:19:48 -0400 Subject: [PATCH] Using alpine postgres image --- contrib/helm/clair/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/helm/clair/values.yaml b/contrib/helm/clair/values.yaml index dc8e6cef..717eea37 100644 --- a/contrib/helm/clair/values.yaml +++ b/contrib/helm/clair/values.yaml @@ -62,6 +62,9 @@ postgresql: # The dependant Postgres chart can be disabled, to connect to # an existing database by defining config.postgresURI enabled: true + + imageTag: 9.6-alpine + cpu: 1000m memory: 1Gi # These values are hardcoded until Helm supports secrets.