diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 31f03ba..8b1c617 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -4,13 +4,13 @@ MAINTAINER Eldad Assis # Install postfix and supervisor RUN apk add --no-cache \ - postfix \ - rsyslog \ + postfix \ + rsyslog \ libsasl \ cyrus-sasl-plain \ cyrus-sasl-login \ - supervisor && \ - /usr/bin/newaliases + supervisor && \ + /usr/bin/newaliases # Copy files into container COPY . / diff --git a/helm/postfix/values.yaml b/helm/postfix/values.yaml index c73ed51..eb30bb6 100644 --- a/helm/postfix/values.yaml +++ b/helm/postfix/values.yaml @@ -34,7 +34,7 @@ serviceAccount: # Docker image image: repository: eldada-docker-examples.bintray.io/postfix-relay - tag: 0.5 + tag: 0.6 pullPolicy: IfNotPresent # Expose pods with service on port 25