Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
deb90b0e50
|
|||
|
a49c4c4526
|
@@ -3,9 +3,9 @@ FROM postgres:17
|
||||
WORKDIR /root
|
||||
|
||||
RUN apt update && \
|
||||
apt -y install restic ca-certificates
|
||||
apt -y install restic ca-certificates curl
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
||||
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
||||
|
||||
@@ -12,6 +12,7 @@ tasks:
|
||||
cmds:
|
||||
- |
|
||||
helm upgrade --install -n system pg-backup ./pg_backup \
|
||||
--set "image.tag=0.0.8" \
|
||||
--set "postgres_host=db.mak-sim.ru" \
|
||||
--set postgres_password=$POSTGRES_PASSWORD \
|
||||
--set "aws_access_key_id=$AWS_ACCESS_KEY_ID" \
|
||||
|
||||
Reference in New Issue
Block a user