From 362740f95730637d48cbe0bd4158b4e3388f04c2 Mon Sep 17 00:00:00 2001 From: jonny Date: Sat, 10 Sep 2022 07:15:57 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 6 +++--- Jenkinsfile | 4 ++-- chart/tautulli/Chart.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed4e9a6..8175f9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie ADD UTC /etc/localtime #RUN git clone https://github.com/Tautulli/Tautulli && \ -RUN wget https://github.com/Tautulli/Tautulli/archive/v2.10.3.tar.gz && \ - tar zxvf v2.10.3.tar.gz -C / && \ - mv /Tautulli-2.10.3 /Tautulli && \ +RUN wget https://github.com/Tautulli/Tautulli/archive/v2.10.4.tar.gz && \ + tar zxvf v2.10.4.tar.gz -C / && \ + mv /Tautulli-2.10.4 /Tautulli && \ rm *.tar.gz && \ rm -rf /var/cache/apk/* && \ addgroup -g 1027 tautulli && \ diff --git a/Jenkinsfile b/Jenkinsfile index 1b8e9b3..60989c2 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-tautulli.git', credentialsId: 'jenkins2git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.10.3-3.15.4' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.10.4-3.15.4' } } stage('Notify gchat') { - hangoutsNotify message: "Tatutulli 2.10.3 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Tatutulli 2.10.4 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/tautulli/Chart.yaml b/chart/tautulli/Chart.yaml index 7990060..9b30ca2 100644 --- a/chart/tautulli/Chart.yaml +++ b/chart/tautulli/Chart.yaml @@ -14,11 +14,11 @@ 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.3 +version: 0.3.4 # 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.10.3 +appVersion: v2.10.4 alpine_version: 3.15.4