From d0553612b2bda464724cdca0af11513fe38a8955 Mon Sep 17 00:00:00 2001 From: jonny Date: Sat, 3 Apr 2021 15:01:28 +0000 Subject: [PATCH 1/2] 'update files with ansible' --- chart/tautulli/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/tautulli/Chart.yaml b/chart/tautulli/Chart.yaml index 925d2f6..44c89b5 100644 --- a/chart/tautulli/Chart.yaml +++ b/chart/tautulli/Chart.yaml @@ -18,6 +18,6 @@ version: 0.1.14 # 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.6.6 +appVersion: v2.6.10 icon: https://git.ervine.org/jonny/x86_64-alpine-tautulli/raw/branch/master/tautulli.png From fab83f6d40c0cd9f3c4aa66ece36e53cbaa0593b Mon Sep 17 00:00:00 2001 From: jonny Date: Sat, 3 Apr 2021 15:08:23 +0000 Subject: [PATCH 2/2] 'update files with ansible' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ef0927..07e93d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.3:v3.13.3 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.3 LABEL maintainer="Jonathan Ervine "