From 9fb0327bbfc9ea310105bd407ef3aba1e4b85e50 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 26 May 2022 14:43:03 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/sonarr/Chart.yaml | 4 ++-- chart/sonarr/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 23ddef9..ed07d17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,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 -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.7.1477/Sonarr.main.3.0.7.1477.linux.tar.gz && \ +RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.8.1507/Sonarr.main.3.0.8.1507.linux.tar.gz && \ sleep 30 && \ tar zxvf sonarr.tar.gz && \ rm -rf sonarr.tar.gz && \ diff --git a/Jenkinsfile b/Jenkinsfile index 5f78ae8..b0ce7f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-sonarr.git', credentialsId: 'jenkins2git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/sonarr:v3.0.7.1477' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/sonarr:v3.0.8.1507' } } stage('Notify gchat') { - hangoutsNotify message: "Sonarr 3.0.7.1477 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Sonarr 3.0.8.1507 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index 7f15778..82b57d0 100644 --- a/chart/sonarr/Chart.yaml +++ b/chart/sonarr/Chart.yaml @@ -14,10 +14,10 @@ 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.3.1 +version: 0.4.0 # 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: v3.0.7.1477 +appVersion: v3.0.8.1507 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 2d435cd..d6aea16 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: v3.0.7.1477 + tag: v3.0.8.1507 pullPolicy: IfNotPresent imagePullSecrets: []