Skip to content

Commit 36e1f7b

Browse files
tzabbicilindrox
authored andcommitted
feat: use fixed tag instead of latest in helm chart
- since a helm chart is made for a specific version of the App we should specify the image with that version instead of using latest Signed-off-by: Tom Zaspel <[email protected]>
1 parent 8a42ea4 commit 36e1f7b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

charts/plex-media-server/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
registry: index.docker.io
55
repository: plexinc/pms-docker
66
# -- If unset use "latest"
7-
tag: "latest"
7+
tag: "1.41.5.9522-a96edc606"
88
sha: ""
99
pullPolicy: IfNotPresent
1010

@@ -156,7 +156,6 @@ rclone:
156156
# be useful if other files are needed, such as a private key for sftp mode.
157157
configSecret: ""
158158

159-
160159
# -- The remote drive that should be mounted using rclone
161160
# this must be in the form of `name:[/optional/path]`
162161
# this remote will be mounted at `/data/name` in the PMS container
@@ -220,7 +219,6 @@ service:
220219
# -- Optional extra annotations to add to the service resource
221220
annotations: {}
222221

223-
224222
nodeSelector: {}
225223

226224
tolerations: []
@@ -246,7 +244,6 @@ extraEnv: {}
246244
# this is only used for the first startup of PMS
247245
# ALLOWED_NETWORKS: "0.0.0.0/0"
248246

249-
250247
# -- Optionally specify additional volume mounts for the PMS and init containers.
251248
extraVolumeMounts: []
252249
# extraVolumeMounts:

0 commit comments

Comments
 (0)