'update files with ansible'

This commit is contained in:
jonny 2022-01-30 11:35:53 +00:00
parent 92ceecddc3
commit 950a4226e9
4 changed files with 5 additions and 5 deletions

View File

@ -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 <docker@ervine.org>"

2
Jenkinsfile vendored
View File

@ -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') {

View File

@ -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

View File

@ -68,4 +68,4 @@ affinity: {}
config:
configPvc: tautulli-icarus-config
alpine_version: 3.13.5
alpine_version: 3.15.0