'update files with ansible'

This commit is contained in:
jonny 2021-10-09 01:13:55 +00:00
parent 1c6adf4bf1
commit 5dc91fba4c
4 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
rm -rf /tmp/src && \ rm -rf /tmp/src && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.6.1265/Sonarr.main.3.0.6.1265.linux.tar.gz && \ RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.6.1342/Sonarr.main.3.0.6.1342.linux.tar.gz && \
sleep 30 && \ sleep 30 && \
tar zxvf sonarr.tar.gz && \ tar zxvf sonarr.tar.gz && \
rm -rf sonarr.tar.gz && \ rm -rf sonarr.tar.gz && \

4
Jenkinsfile vendored
View File

@ -28,11 +28,11 @@ spec:
stage('Build with Kaniko') { stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-sonarr.git', credentialsId: 'jenkins-to-git' git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-sonarr.git', credentialsId: 'jenkins-to-git'
container('kaniko') { container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/sonarr:v3.0.6.1265' sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/sonarr:v3.0.6.1342'
} }
} }
stage('Notify gchat') { stage('Notify gchat') {
hangoutsNotify message: "Sonarr 3.0.6.1265 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false hangoutsNotify message: "Sonarr 3.0.6.1342 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
} }
} }
} }

View File

@ -14,10 +14,10 @@ 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.9 version: 0.1.10
# 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: v3.0.6.1265 appVersion: v3.0.6.1342
icon: https://git.ervine.org/jonny/x86_64-alpine-sonarr/raw/branch/master/sonarr.png icon: https://git.ervine.org/jonny/x86_64-alpine-sonarr/raw/branch/master/sonarr.png

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: harbor.ervine.dev/public/x86_64/alpine/sonarr repository: harbor.ervine.dev/public/x86_64/alpine/sonarr
tag: v3.0.6.1265 tag: v3.0.6.1342
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []