From 82b398345dbd1342df9b1589179aa6a919d4fd52 Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 27 Jun 2021 12:34:57 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 2 +- chart/sonarr/Chart.yaml | 2 +- chart/sonarr/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16b1a3c..f2f2875 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie rm -rf /tmp/src && \ rm -rf /var/cache/apk/* -RUN curl -o sonarr.zip https://services.sonarr.tv/v1/download/main/latest?version=3&os=linux && \ +RUN curl -sLo sonarr.zip https://services.sonarr.tv/v1/download/main/latest?version=3&os=linux && \ unzip sonarr.zip && \ rm -rf sonarr.zip && \ addgroup -g 1027 sonarr && \ diff --git a/Jenkinsfile b/Jenkinsfile index 9bbd75a..bf7e509 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ spec: } } stage('Notify gchat') { - hangoutsNotify message: "NZBget 3.0.6.1265 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Sonarr 3.0.6.1265 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index 91c1325..1168df5 100644 --- a/chart/sonarr/Chart.yaml +++ b/chart/sonarr/Chart.yaml @@ -18,6 +18,6 @@ version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v2.0.0.5344 +appVersion: v3.0.6.1265 icon: https://git.ervine.org/jonny/x86_64-alpine-sonarr/raw/branch/master/sonarr.png \ No newline at end of file diff --git a/chart/sonarr/values.yaml b/chart/sonarr/values.yaml index 2a7610c..ac72275 100644 --- a/chart/sonarr/values.yaml +++ b/chart/sonarr/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/alpine/sonarr - tag: v2.0.0.5344 + tag: v3.0.6.1265 pullPolicy: IfNotPresent imagePullSecrets: []