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