2 Commits
0.0.8 ... 0.0.9

Author SHA1 Message Date
deb90b0e50 add curl
All checks were successful
Build Docker image / docker (push) Successful in 1m41s
2025-05-11 17:19:18 +03:00
a49c4c4526 update version 2025-05-11 17:11:25 +03:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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"]

View File

@@ -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" \