Bumped Alpine Linux version

This commit is contained in:
Jonathan Ervine 2021-01-22 22:19:58 +08:00
parent 2fcbf01bbd
commit 66343307a4
5 changed files with 7 additions and 30 deletions

View File

@ -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

View File

@ -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

View File

@ -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: []

View File

@ -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

View File

@ -28,8 +28,8 @@ securityContext:
# - ALL
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 1003
runAsGroup: 1003
runAsUser: 1027
runAsGroup: 1027
service:
type: ClusterIP