From 950a4226e9445fe68de06287a976bfafa6217094 Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 30 Jan 2022 11:35:53 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 2 +- chart/tautulli/Chart.yaml | 4 ++-- chart/tautulli/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index dd5608b..92025d4 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.5 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.15.0 LABEL maintainer="Jonathan Ervine " diff --git a/Jenkinsfile b/Jenkinsfile index 64c71fe..ffb86a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ 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.8.1-3.13.5' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.8.1-3.15.0' } } stage('Notify gchat') { diff --git a/chart/tautulli/Chart.yaml b/chart/tautulli/Chart.yaml index 2674830..0e6399d 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.26 +version: 0.1.27 # 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.8.1 -alpine_version: 3.13.5 +alpine_version: 3.15.0 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 0201429..f3b6a37 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.5 + alpine_version: 3.15.0