From 350a430c2a84cc809a1b7d22b67f2b51b3f43b2e Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 29 Dec 2022 13:47:07 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- chart/nzbhydra/Chart.yaml | 4 ++-- chart/nzbhydra/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87fe0bb..bea0668 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v4.7.4/nzbhydra2-4.7.4-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v4.7.6/nzbhydra2-4.7.6-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \ diff --git a/Jenkinsfile b/Jenkinsfile index afdb566..72986ff 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-nzbhydra.git', credentialsId: 'jenkins2git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v4.7.4' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v4.7.6' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 4.7.4 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 4.7.6 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/nzbhydra/Chart.yaml b/chart/nzbhydra/Chart.yaml index 1e9c628..79715fc 100644 --- a/chart/nzbhydra/Chart.yaml +++ b/chart/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ 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.4.1 +version: 0.4.2 # 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: v4.7.4 +appVersion: v4.7.6 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png diff --git a/chart/nzbhydra/values.yaml b/chart/nzbhydra/values.yaml index a386e5e..8b97287 100644 --- a/chart/nzbhydra/values.yaml +++ b/chart/nzbhydra/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: harbor.ervine.dev/public/x86_64/alpine/nzbhydra + repository: harbor.ervine.dev/public/x86_64/alpine/nzbhydra2 pullPolicy: Always imagePullSecrets: []