From ce3e7c780cfe5fe6a4a4ed5578020559f07100b1 Mon Sep 17 00:00:00 2001 From: jonny Date: Fri, 23 Apr 2021 08:15:24 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 8 ++++---- Jenkinsfile | 4 ++-- chart/tautulli/Chart.yaml | 6 +++--- chart/tautulli/values.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index b42d971..af2aed7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.3 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.4 LABEL maintainer="Jonathan Ervine " @@ -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.7.0.tar.gz && \ - tar zxvf v2.7.0.tar.gz -C / && \ - mv /Tautulli-2.7.0 /Tautulli && \ +RUN wget https://github.com/Tautulli/Tautulli/archive/v2.7.1.tar.gz && \ + tar zxvf v2.7.1.tar.gz -C / && \ + mv /Tautulli-2.7.1 /Tautulli && \ rm *.tar.gz && \ rm -rf /var/cache/apk/* && \ addgroup -g 1027 tautulli && \ diff --git a/Jenkinsfile b/Jenkinsfile index 1cdd5b3..57e244e 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: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.7.0-3.13.3' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.7.1-3.13.4' } } stage('Notify gchat') { - hangoutsNotify message: "Tatutulli 2.7.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Tatutulli 2.7.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/tautulli/Chart.yaml b/chart/tautulli/Chart.yaml index a176f4a..d243885 100644 --- a/chart/tautulli/Chart.yaml +++ b/chart/tautulli/Chart.yaml @@ -14,12 +14,12 @@ 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.17 +version: 0.1.18 # 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.7.0 +appVersion: v2.7.1 -alpine_version: 3.13.3 +alpine_version: 3.13.4 icon: https://git.ervine.org/jonny/x86_64-alpine-tautulli/raw/branch/master/tautulli.png diff --git a/chart/tautulli/values.yaml b/chart/tautulli/values.yaml index 63ff953..35d2741 100644 --- a/chart/tautulli/values.yaml +++ b/chart/tautulli/values.yaml @@ -68,4 +68,4 @@ affinity: {} config: configPvc: tautulli-icarus-config - alpine_version: 3.13.3 + alpine_version: 3.13.4