Skip to content

Commit

Permalink
Update image tag in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
eldada committed Feb 4, 2021
1 parent e535eb4 commit 158732f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ MAINTAINER Eldad Assis <eldad.assis@gmail.com>

# 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 . /
Expand Down
2 changes: 1 addition & 1 deletion helm/postfix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 158732f

Please sign in to comment.