'update files with ansible'

This commit is contained in:
jonny 2021-06-27 14:30:07 +00:00
parent 5cd5b19a1b
commit 75a0b30ccd
2 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
rm -rf /tmp/src && \
rm -rf /var/cache/apk/*
RUN curl -sLo sonarr.zip https://services.sonarr.tv/v1/download/main/latest?version=3&os=linux && \
RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.6.1265/Sonarr.main.3.0.6.1265.linux.tar.gz && \
sleep 30 && \
unzip sonarr.zip && \
rm -rf sonarr.zip && \
tar zxvf sonarr.tar.gz && \
rm -rf sonarr.tar.gz && \
addgroup -g 1027 sonarr && \
adduser -D -u 1027 -G sonarr -H sonarr && \
chown -R sonarr:sonarr /Sonarr

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.7
version: 0.1.8
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.