From 66343307a4a51dd7c13fecd1ca200d4d944115ce Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Fri, 22 Jan 2021 22:19:58 +0800 Subject: [PATCH] Bumped Alpine Linux version --- helm-web/Chart.yaml | 4 ++-- nzbget/Chart.yaml | 4 ++-- nzbget/values.yaml | 2 +- tautulli/:::: | 23 ----------------------- watcher/values.yaml | 4 ++-- 5 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 tautulli/:::: diff --git a/helm-web/Chart.yaml b/helm-web/Chart.yaml index fc237db..88a2737 100644 --- a/helm-web/Chart.yaml +++ b/helm-web/Chart.yaml @@ -14,8 +14,8 @@ 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.1.0 +version: 0.1.1 # 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: 0.9 +appVersion: 0.10 diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index 2f6383f..6489261 100644 --- a/nzbget/Chart.yaml +++ b/nzbget/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.1.1 +version: 0.1.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: 21.0 +appVersion: 21.0-3.13.0 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbget/raw/branch/master/nzbget.png diff --git a/nzbget/values.yaml b/nzbget/values.yaml index 7ea95bf..35abc2b 100644 --- a/nzbget/values.yaml +++ b/nzbget/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/alpine/nzbget - tag: v21.0 + tag: v21.0-3.13.0 pullPolicy: Always imagePullSecrets: [] diff --git a/tautulli/:::: b/tautulli/:::: deleted file mode 100644 index 4add47e..0000000 --- a/tautulli/:::: +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v2 -name: tautulli -description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -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.1.11 - -# 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.3 - -icon: https://git.ervine.org/jonny/x86_64-alpine-tautulli/raw/branch/master/tautulli.png diff --git a/watcher/values.yaml b/watcher/values.yaml index 83d2418..1f58d78 100644 --- a/watcher/values.yaml +++ b/watcher/values.yaml @@ -28,8 +28,8 @@ securityContext: # - ALL readOnlyRootFilesystem: false runAsNonRoot: true - runAsUser: 1003 - runAsGroup: 1003 + runAsUser: 1027 + runAsGroup: 1027 service: type: ClusterIP