From 375c41d7c62d0f7758cb06b03cc2b0cfe30a1777 Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 19 Dec 2021 14:45:53 +0000 Subject: [PATCH 1/3] 'update files with ansible' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e53177f..5d3ad43 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ kind: Pod spec: containers: - name: kaniko - image: gcr.io/kaniko-project/executor:debug + image: gcr.io/kaniko-project/executor@sha256:f652f28537fa76e8f4f9393de13a064f0206003c451ce2ad6e4359fd5a21acbc imagePullPolicy: Always command: - /busybox/cat From 94c231517ad5f6d3e597dfe81396f815c52beb95 Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 19 Dec 2021 14:50:03 +0000 Subject: [PATCH 2/3] 'update files with ansible' --- chart/sonarr/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index 2b001a5..74a8849 100644 --- a/chart/sonarr/Chart.yaml +++ b/chart/sonarr/Chart.yaml @@ -14,7 +14,7 @@ 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.2.6 +version: 0.2.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. From f36430047d8cbe7cf9d45c6d5b28412f1331c574 Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 19 Dec 2021 14:52:17 +0000 Subject: [PATCH 3/3] 'update files with ansible' --- Dockerfile | 2 +- chart/sonarr/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d12ba95..df04265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \ apk del make gcc g++ && \ - cert-sync /etc/ssl/certs/ca-certificates.crt + cert-sync /etc/ssl/certs/ca-certificates.crt && \ rm -rf /tmp/src && \ rm -rf /var/cache/apk/* diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index 74a8849..c0f4fcd 100644 --- a/chart/sonarr/Chart.yaml +++ b/chart/sonarr/Chart.yaml @@ -14,7 +14,7 @@ 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.2.7 +version: 0.2.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.