From dce150f77da6587b26e975162f2b5f71cd2611b3 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Wed, 14 Jul 2021 18:58:18 +0000 Subject: [PATCH] Upgraded catalog item(s) This commit upgrades chia, plex catalog item(s). --- test/chia/{1.3.3 => 1.3.4}/.helmignore | 0 test/chia/{1.3.3 => 1.3.4}/Chart.yaml | 4 +- test/chia/{1.3.3 => 1.3.4}/README.md | 0 test/chia/{1.3.3 => 1.3.4}/app-readme.md | 0 .../charts/common-2105.0.0.tgz | Bin .../chia/{1.3.3 => 1.3.4}/default_values.yaml | 0 test/chia/{1.3.3 => 1.3.4}/ix_values.yaml | 2 +- test/chia/{1.3.3 => 1.3.4}/questions.yaml | 0 test/chia/{1.3.3 => 1.3.4}/requirements.lock | 0 .../templates/deployment.yaml | 0 .../templates/generate-mnemonic.yaml | 0 .../templates/mnemonic-configmap.yaml | 0 test/chia/{1.3.3 => 1.3.4}/test_values.yaml | 2 +- test/chia/{1.3.3 => 1.3.4}/values.yaml | 0 test/plex/1.6.2/test_values.yaml | 83 ------------------ test/plex/{1.6.2 => 1.6.3}/.helmignore | 0 test/plex/{1.6.2 => 1.6.3}/Chart.lock | 0 test/plex/{1.6.2 => 1.6.3}/Chart.yaml | 4 +- test/plex/{1.6.2 => 1.6.3}/README.md | 0 test/plex/{1.6.2 => 1.6.3}/app-readme.md | 0 .../charts/common-2105.0.0.tgz | Bin .../plex/{1.6.2 => 1.6.3}/default_values.yaml | 0 test/plex/{1.6.2 => 1.6.3}/ix_values.yaml | 2 +- .../migrations/migrate_from_1.0.0 | 0 test/plex/{1.6.2 => 1.6.3}/questions.yaml | 0 .../plex/{1.6.2 => 1.6.3}/templates/NOTES.txt | 0 .../templates/deployment.yaml | 0 .../templates/probe_config.yaml | 0 .../templates/service-tcp.yaml | 0 .../templates/service-udp.yaml | 0 test/plex/1.6.3/test_values.yaml | 31 +++++++ test/plex/{1.6.2 => 1.6.3}/values.yaml | 0 32 files changed, 38 insertions(+), 90 deletions(-) rename test/chia/{1.3.3 => 1.3.4}/.helmignore (100%) rename test/chia/{1.3.3 => 1.3.4}/Chart.yaml (92%) rename test/chia/{1.3.3 => 1.3.4}/README.md (100%) rename test/chia/{1.3.3 => 1.3.4}/app-readme.md (100%) rename test/chia/{1.3.3 => 1.3.4}/charts/common-2105.0.0.tgz (100%) rename test/chia/{1.3.3 => 1.3.4}/default_values.yaml (100%) rename test/chia/{1.3.3 => 1.3.4}/ix_values.yaml (85%) rename test/chia/{1.3.3 => 1.3.4}/questions.yaml (100%) rename test/chia/{1.3.3 => 1.3.4}/requirements.lock (100%) rename test/chia/{1.3.3 => 1.3.4}/templates/deployment.yaml (100%) rename test/chia/{1.3.3 => 1.3.4}/templates/generate-mnemonic.yaml (100%) rename test/chia/{1.3.3 => 1.3.4}/templates/mnemonic-configmap.yaml (100%) rename test/chia/{1.3.3 => 1.3.4}/test_values.yaml (93%) rename test/chia/{1.3.3 => 1.3.4}/values.yaml (100%) delete mode 100644 test/plex/1.6.2/test_values.yaml rename test/plex/{1.6.2 => 1.6.3}/.helmignore (100%) rename test/plex/{1.6.2 => 1.6.3}/Chart.lock (100%) rename test/plex/{1.6.2 => 1.6.3}/Chart.yaml (91%) rename test/plex/{1.6.2 => 1.6.3}/README.md (100%) rename test/plex/{1.6.2 => 1.6.3}/app-readme.md (100%) rename test/plex/{1.6.2 => 1.6.3}/charts/common-2105.0.0.tgz (100%) rename test/plex/{1.6.2 => 1.6.3}/default_values.yaml (100%) rename test/plex/{1.6.2 => 1.6.3}/ix_values.yaml (69%) rename test/plex/{1.6.2 => 1.6.3}/migrations/migrate_from_1.0.0 (100%) rename test/plex/{1.6.2 => 1.6.3}/questions.yaml (100%) rename test/plex/{1.6.2 => 1.6.3}/templates/NOTES.txt (100%) rename test/plex/{1.6.2 => 1.6.3}/templates/deployment.yaml (100%) rename test/plex/{1.6.2 => 1.6.3}/templates/probe_config.yaml (100%) rename test/plex/{1.6.2 => 1.6.3}/templates/service-tcp.yaml (100%) rename test/plex/{1.6.2 => 1.6.3}/templates/service-udp.yaml (100%) create mode 100644 test/plex/1.6.3/test_values.yaml rename test/plex/{1.6.2 => 1.6.3}/values.yaml (100%) diff --git a/test/chia/1.3.3/.helmignore b/test/chia/1.3.4/.helmignore similarity index 100% rename from test/chia/1.3.3/.helmignore rename to test/chia/1.3.4/.helmignore diff --git a/test/chia/1.3.3/Chart.yaml b/test/chia/1.3.4/Chart.yaml similarity index 92% rename from test/chia/1.3.3/Chart.yaml rename to test/chia/1.3.4/Chart.yaml index a2c6d9d4eb..9ac3e91277 100644 --- a/test/chia/1.3.3/Chart.yaml +++ b/test/chia/1.3.4/Chart.yaml @@ -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 diff --git a/test/chia/1.3.3/README.md b/test/chia/1.3.4/README.md similarity index 100% rename from test/chia/1.3.3/README.md rename to test/chia/1.3.4/README.md diff --git a/test/chia/1.3.3/app-readme.md b/test/chia/1.3.4/app-readme.md similarity index 100% rename from test/chia/1.3.3/app-readme.md rename to test/chia/1.3.4/app-readme.md diff --git a/test/chia/1.3.3/charts/common-2105.0.0.tgz b/test/chia/1.3.4/charts/common-2105.0.0.tgz similarity index 100% rename from test/chia/1.3.3/charts/common-2105.0.0.tgz rename to test/chia/1.3.4/charts/common-2105.0.0.tgz diff --git a/test/chia/1.3.3/default_values.yaml b/test/chia/1.3.4/default_values.yaml similarity index 100% rename from test/chia/1.3.3/default_values.yaml rename to test/chia/1.3.4/default_values.yaml diff --git a/test/chia/1.3.3/ix_values.yaml b/test/chia/1.3.4/ix_values.yaml similarity index 85% rename from test/chia/1.3.3/ix_values.yaml rename to test/chia/1.3.4/ix_values.yaml index f86563ff5f..4edb1b93f4 100644 --- a/test/chia/1.3.3/ix_values.yaml +++ b/test/chia/1.3.4/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.0_2 + tag: v1.2.2 updateStrategy: Recreate diff --git a/test/chia/1.3.3/questions.yaml b/test/chia/1.3.4/questions.yaml similarity index 100% rename from test/chia/1.3.3/questions.yaml rename to test/chia/1.3.4/questions.yaml diff --git a/test/chia/1.3.3/requirements.lock b/test/chia/1.3.4/requirements.lock similarity index 100% rename from test/chia/1.3.3/requirements.lock rename to test/chia/1.3.4/requirements.lock diff --git a/test/chia/1.3.3/templates/deployment.yaml b/test/chia/1.3.4/templates/deployment.yaml similarity index 100% rename from test/chia/1.3.3/templates/deployment.yaml rename to test/chia/1.3.4/templates/deployment.yaml diff --git a/test/chia/1.3.3/templates/generate-mnemonic.yaml b/test/chia/1.3.4/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.3.3/templates/generate-mnemonic.yaml rename to test/chia/1.3.4/templates/generate-mnemonic.yaml diff --git a/test/chia/1.3.3/templates/mnemonic-configmap.yaml b/test/chia/1.3.4/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.3.3/templates/mnemonic-configmap.yaml rename to test/chia/1.3.4/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.3.3/test_values.yaml b/test/chia/1.3.4/test_values.yaml similarity index 93% rename from test/chia/1.3.3/test_values.yaml rename to test/chia/1.3.4/test_values.yaml index df8ea370e7..eed884b967 100644 --- a/test/chia/1.3.3/test_values.yaml +++ b/test/chia/1.3.4/test_values.yaml @@ -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 diff --git a/test/chia/1.3.3/values.yaml b/test/chia/1.3.4/values.yaml similarity index 100% rename from test/chia/1.3.3/values.yaml rename to test/chia/1.3.4/values.yaml diff --git a/test/plex/1.6.2/test_values.yaml b/test/plex/1.6.2/test_values.yaml deleted file mode 100644 index f053fa52da..0000000000 --- a/test/plex/1.6.2/test_values.yaml +++ /dev/null @@ -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: [] diff --git a/test/plex/1.6.2/.helmignore b/test/plex/1.6.3/.helmignore similarity index 100% rename from test/plex/1.6.2/.helmignore rename to test/plex/1.6.3/.helmignore diff --git a/test/plex/1.6.2/Chart.lock b/test/plex/1.6.3/Chart.lock similarity index 100% rename from test/plex/1.6.2/Chart.lock rename to test/plex/1.6.3/Chart.lock diff --git a/test/plex/1.6.2/Chart.yaml b/test/plex/1.6.3/Chart.yaml similarity index 91% rename from test/plex/1.6.2/Chart.yaml rename to test/plex/1.6.3/Chart.yaml index 6f8de16462..2c31e6c0a1 100644 --- a/test/plex/1.6.2/Chart.yaml +++ b/test/plex/1.6.3/Chart.yaml @@ -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 diff --git a/test/plex/1.6.2/README.md b/test/plex/1.6.3/README.md similarity index 100% rename from test/plex/1.6.2/README.md rename to test/plex/1.6.3/README.md diff --git a/test/plex/1.6.2/app-readme.md b/test/plex/1.6.3/app-readme.md similarity index 100% rename from test/plex/1.6.2/app-readme.md rename to test/plex/1.6.3/app-readme.md diff --git a/test/plex/1.6.2/charts/common-2105.0.0.tgz b/test/plex/1.6.3/charts/common-2105.0.0.tgz similarity index 100% rename from test/plex/1.6.2/charts/common-2105.0.0.tgz rename to test/plex/1.6.3/charts/common-2105.0.0.tgz diff --git a/test/plex/1.6.2/default_values.yaml b/test/plex/1.6.3/default_values.yaml similarity index 100% rename from test/plex/1.6.2/default_values.yaml rename to test/plex/1.6.3/default_values.yaml diff --git a/test/plex/1.6.2/ix_values.yaml b/test/plex/1.6.3/ix_values.yaml similarity index 69% rename from test/plex/1.6.2/ix_values.yaml rename to test/plex/1.6.3/ix_values.yaml index 23808f2713..6bc4e14ab0 100644 --- a/test/plex/1.6.2/ix_values.yaml +++ b/test/plex/1.6.3/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.23.3.4707-ebb5fe9f3 + tag: 1.23.4.4805-186bae04e diff --git a/test/plex/1.6.2/migrations/migrate_from_1.0.0 b/test/plex/1.6.3/migrations/migrate_from_1.0.0 similarity index 100% rename from test/plex/1.6.2/migrations/migrate_from_1.0.0 rename to test/plex/1.6.3/migrations/migrate_from_1.0.0 diff --git a/test/plex/1.6.2/questions.yaml b/test/plex/1.6.3/questions.yaml similarity index 100% rename from test/plex/1.6.2/questions.yaml rename to test/plex/1.6.3/questions.yaml diff --git a/test/plex/1.6.2/templates/NOTES.txt b/test/plex/1.6.3/templates/NOTES.txt similarity index 100% rename from test/plex/1.6.2/templates/NOTES.txt rename to test/plex/1.6.3/templates/NOTES.txt diff --git a/test/plex/1.6.2/templates/deployment.yaml b/test/plex/1.6.3/templates/deployment.yaml similarity index 100% rename from test/plex/1.6.2/templates/deployment.yaml rename to test/plex/1.6.3/templates/deployment.yaml diff --git a/test/plex/1.6.2/templates/probe_config.yaml b/test/plex/1.6.3/templates/probe_config.yaml similarity index 100% rename from test/plex/1.6.2/templates/probe_config.yaml rename to test/plex/1.6.3/templates/probe_config.yaml diff --git a/test/plex/1.6.2/templates/service-tcp.yaml b/test/plex/1.6.3/templates/service-tcp.yaml similarity index 100% rename from test/plex/1.6.2/templates/service-tcp.yaml rename to test/plex/1.6.3/templates/service-tcp.yaml diff --git a/test/plex/1.6.2/templates/service-udp.yaml b/test/plex/1.6.3/templates/service-udp.yaml similarity index 100% rename from test/plex/1.6.2/templates/service-udp.yaml rename to test/plex/1.6.3/templates/service-udp.yaml diff --git a/test/plex/1.6.3/test_values.yaml b/test/plex/1.6.3/test_values.yaml new file mode 100644 index 0000000000..293dfb257b --- /dev/null +++ b/test/plex/1.6.3/test_values.yaml @@ -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 diff --git a/test/plex/1.6.2/values.yaml b/test/plex/1.6.3/values.yaml similarity index 100% rename from test/plex/1.6.2/values.yaml rename to test/plex/1.6.3/values.yaml