'update files with ansible'
This commit is contained in:
parent
92ceecddc3
commit
950a4226e9
@ -1,5 +1,5 @@
|
|||||||
# Base on latest (edge) alpine image
|
# 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>"
|
LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
|
||||||
|
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ spec:
|
|||||||
stage('Build with Kaniko') {
|
stage('Build with Kaniko') {
|
||||||
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins2git'
|
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins2git'
|
||||||
container('kaniko') {
|
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') {
|
stage('Notify gchat') {
|
||||||
|
|||||||
@ -14,12 +14,12 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: v2.8.1
|
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
|
icon: https://git.ervine.org/jonny/x86_64-alpine-tautulli/raw/branch/master/tautulli.png
|
||||||
|
|||||||
@ -68,4 +68,4 @@ affinity: {}
|
|||||||
|
|
||||||
config:
|
config:
|
||||||
configPvc: tautulli-icarus-config
|
configPvc: tautulli-icarus-config
|
||||||
alpine_version: 3.13.5
|
alpine_version: 3.15.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user