mirror of
https://github.com/truenas/charts.git
synced 2026-02-03 02:23:49 +08:00
Upgraded catalog item(s)
This commit upgrades chia, plex catalog item(s).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: v1.2.0_2
|
||||
appVersion: v1.2.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
@@ -15,4 +15,4 @@ name: chia
|
||||
sources:
|
||||
- https://github.com/Chia-Network/chia-blockchain
|
||||
- https://github.com/orgs/chia-network/packages/container/package/chia
|
||||
version: 1.3.3
|
||||
version: 1.3.4
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ixsystems/chia-docker
|
||||
tag: v1.2.0_2
|
||||
tag: v1.2.2
|
||||
updateStrategy: Recreate
|
||||
@@ -9,5 +9,5 @@ farmr_env: 'off'
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ixsystems/chia-docker
|
||||
tag: v1.2.0_2
|
||||
tag: v1.2.2
|
||||
updateStrategy: Recreate
|
||||
@@ -1,83 +0,0 @@
|
||||
# Default values
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
# The Image to use for PLEX
|
||||
|
||||
image:
|
||||
repository: plexinc/pms-docker
|
||||
tag: 1.23.3.4707-ebb5fe9f3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
##### START --> Official PLEX container environment variables
|
||||
# Override this with the plex claim token from plex.tv/claim
|
||||
claimToken: ""
|
||||
|
||||
# Set the timezone of the plex server
|
||||
timezone: "Etc/UTC"
|
||||
|
||||
# add your pod network subnet to the `List of IP addresses and networks that are allowed without auth`
|
||||
# This will override the manual settings, so only use this if you will not need to change it manually.
|
||||
# This list will be automatically converted to a command seperated string when passed to the container.
|
||||
# You would specify this when using helm CLI with --set allowedNetworks="{127.0.0.1,10.54.2.0/24}"
|
||||
# allowedNetworks:
|
||||
# - 127.0.0.1
|
||||
# - 10.54.2.0/24
|
||||
|
||||
# Instruct the Plex Media Server Container to Change the Configuration Directory Ownership
|
||||
# Default is true, you would only need to set this if you want to disable it.
|
||||
# changeConfigDirOwnership: true
|
||||
|
||||
# advertiseIp This variable defines the additional IPs on which the server may be be found.
|
||||
# For example: http://10.1.1.23:32400.
|
||||
# This adds to the list where the server advertises that it can be found.
|
||||
# See https://hub.docker.com/r/plexinc/pms-docker/ for details
|
||||
# advertiseIp: "http://10.1.1.23:32400"
|
||||
|
||||
# Set The user id of the plex user created inside the container.
|
||||
# See https://hub.docker.com/r/plexinc/pms-docker/ for details
|
||||
# plexUid: 1000
|
||||
|
||||
# Set The group id of the plex group created inside the container
|
||||
# See https://hub.docker.com/r/plexinc/pms-docker/ for details
|
||||
# plexGid: 1000
|
||||
|
||||
##### END --> Official PLEX container environment variables
|
||||
|
||||
# You can add as many Additional ENV variables here
|
||||
# The following is the same as --set extraEnv.TMPDIR="/transcode"
|
||||
# extraEnv:
|
||||
# TMPDIR: /transcode
|
||||
|
||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
||||
updateStrategy: "Recreate"
|
||||
|
||||
plexServiceTCP:
|
||||
port: 32400
|
||||
|
||||
hostNetwork: false
|
||||
|
||||
environmentVariables: []
|
||||
|
||||
gpuConfiguration: {}
|
||||
emptyDirVolumes: true
|
||||
|
||||
appVolumeMounts:
|
||||
transcode:
|
||||
emptyDir: true
|
||||
mountPath: "/transcode"
|
||||
data:
|
||||
emptyDir: true
|
||||
mountPath: "/data"
|
||||
config:
|
||||
emptyDir: true
|
||||
mountPath: "/config"
|
||||
shared:
|
||||
emptyDir: true
|
||||
mountPath: "shared"
|
||||
shared-logs:
|
||||
emptyDir: true
|
||||
mountPath: "/config/Library/Application Support/Plex Media Server/Logs"
|
||||
|
||||
dnsConfig:
|
||||
options: []
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: 1.23.3.4707
|
||||
appVersion: 1.23.4.4805
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
@@ -14,4 +14,4 @@ sources:
|
||||
- https://hub.docker.com/r/plexinc/pms-docker/
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/plex
|
||||
upstream_version: 2.1.0
|
||||
version: 1.6.2
|
||||
version: 1.6.3
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: plexinc/pms-docker
|
||||
tag: 1.23.3.4707-ebb5fe9f3
|
||||
tag: 1.23.4.4805-186bae04e
|
||||
31
test/plex/1.6.3/test_values.yaml
Normal file
31
test/plex/1.6.3/test_values.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
appVolumeMounts:
|
||||
config:
|
||||
emptyDir: true
|
||||
mountPath: /config
|
||||
data:
|
||||
emptyDir: true
|
||||
mountPath: /data
|
||||
shared:
|
||||
emptyDir: true
|
||||
mountPath: shared
|
||||
shared-logs:
|
||||
emptyDir: true
|
||||
mountPath: /config/Library/Application Support/Plex Media Server/Logs
|
||||
transcode:
|
||||
emptyDir: true
|
||||
mountPath: /transcode
|
||||
claimToken: ''
|
||||
dnsConfig:
|
||||
options: []
|
||||
emptyDirVolumes: true
|
||||
environmentVariables: []
|
||||
gpuConfiguration: {}
|
||||
hostNetwork: false
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: plexinc/pms-docker
|
||||
tag: 1.23.4.4805-186bae04e
|
||||
plexServiceTCP:
|
||||
port: 32400
|
||||
timezone: Etc/UTC
|
||||
updateStrategy: Recreate
|
||||
Reference in New Issue
Block a user