From f82e63c332deabc8cd6c97463f8bd4838e3b700d Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:02:48 -0300 Subject: [PATCH] Upgraded catalog item(s) (#1069) * Upgraded catalog item(s) This commit upgrades home-assistant, plex, nextcloud, chia, ipfs catalog item(s). * fix NC version * manually indent for now --------- Co-authored-by: sonicaj Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .../ix-dev/charts/home-assistant/Chart.yaml | 4 +-- .../ix-dev/charts/home-assistant/values.yaml | 2 +- library/ix-dev/charts/nextcloud/Chart.yaml | 4 +-- library/ix-dev/charts/nextcloud/values.yaml | 2 +- library/ix-dev/charts/plex/Chart.yaml | 4 +-- library/ix-dev/charts/plex/values.yaml | 2 +- library/ix-dev/community/chia/Chart.yaml | 23 +++++++++-------- library/ix-dev/community/chia/values.yaml | 22 ++++++---------- library/ix-dev/community/ipfs/Chart.yaml | 25 ++++++++++--------- library/ix-dev/community/ipfs/values.yaml | 8 +++--- 10 files changed, 45 insertions(+), 51 deletions(-) diff --git a/library/ix-dev/charts/home-assistant/Chart.yaml b/library/ix-dev/charts/home-assistant/Chart.yaml index c6bba1a56b..45cfda7141 100644 --- a/library/ix-dev/charts/home-assistant/Chart.yaml +++ b/library/ix-dev/charts/home-assistant/Chart.yaml @@ -3,9 +3,9 @@ description: Home Assistant App for TrueNAS SCALE annotations: title: Home Assistant type: application -version: 1.0.72 +version: 1.0.73 apiVersion: v2 -appVersion: '2023.3.5' +appVersion: 2023.3.6 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/home-assistant/values.yaml b/library/ix-dev/charts/home-assistant/values.yaml index f61271a9d4..62399fbe53 100644 --- a/library/ix-dev/charts/home-assistant/values.yaml +++ b/library/ix-dev/charts/home-assistant/values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: homeassistant/home-assistant - tag: 2023.3.5 + tag: 2023.3.6 diff --git a/library/ix-dev/charts/nextcloud/Chart.yaml b/library/ix-dev/charts/nextcloud/Chart.yaml index 3001d482eb..de2715ac5a 100644 --- a/library/ix-dev/charts/nextcloud/Chart.yaml +++ b/library/ix-dev/charts/nextcloud/Chart.yaml @@ -4,9 +4,9 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 1.6.19 +version: 1.6.20 apiVersion: v2 -appVersion: '25.0.4' +appVersion: '26.0.0' kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/nextcloud/values.yaml b/library/ix-dev/charts/nextcloud/values.yaml index f6a5d51e75..d1ed2432e7 100644 --- a/library/ix-dev/charts/nextcloud/values.yaml +++ b/library/ix-dev/charts/nextcloud/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 25.0.4 + tag: '26.0.0' nginx: image: pullPolicy: IfNotPresent diff --git a/library/ix-dev/charts/plex/Chart.yaml b/library/ix-dev/charts/plex/Chart.yaml index f84de02f89..25daa56fd3 100644 --- a/library/ix-dev/charts/plex/Chart.yaml +++ b/library/ix-dev/charts/plex/Chart.yaml @@ -3,9 +3,9 @@ description: Plex Media Server annotations: title: Plex type: application -version: 1.7.34 +version: 1.7.35 apiVersion: v2 -appVersion: '1.31.2.6810' +appVersion: 1.31.3.6868 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/plex/values.yaml b/library/ix-dev/charts/plex/values.yaml index ae9aa90581..316fec2e66 100644 --- a/library/ix-dev/charts/plex/values.yaml +++ b/library/ix-dev/charts/plex/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.31.2.6810-a607d384f + tag: 1.31.3.6868-28fc46b27 plexpassImage: pullPolicy: IfNotPresent repository: plexinc/pms-docker diff --git a/library/ix-dev/community/chia/Chart.yaml b/library/ix-dev/community/chia/Chart.yaml index 749cb141a7..1b447bef30 100644 --- a/library/ix-dev/community/chia/Chart.yaml +++ b/library/ix-dev/community/chia/Chart.yaml @@ -1,25 +1,26 @@ name: chia -description: Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. +description: Chia is a modern cryptocurrency built from scratch, designed to be efficient, + decentralized, and secure. annotations: title: Chia type: application -version: 1.0.1 +version: 1.0.2 apiVersion: v2 -appVersion: '1.7.0' +appVersion: 1.7.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas url: https://www.truenas.com/ dependencies: -- name: common - repository: file://../../../common - version: 1.0.0 + - name: common + repository: file://../../../common + version: 1.0.0 home: https://www.chia.net/ icon: https://www.chia.net/wp-content/uploads/2022/09/chia-logo.svg sources: -- https://github.com/Chia-Network/chia-docker -- https://github.com/truenas/charts/tree/master/library/ix-dev/community/chia -- https://www.chia.net/ + - https://github.com/Chia-Network/chia-docker + - https://github.com/truenas/charts/tree/master/library/ix-dev/community/chia + - https://www.chia.net/ keywords: -- blockchain -- chia + - blockchain + - chia diff --git a/library/ix-dev/community/chia/values.yaml b/library/ix-dev/community/chia/values.yaml index 8b4b41cd46..bd374b4b69 100644 --- a/library/ix-dev/community/chia/values.yaml +++ b/library/ix-dev/community/chia/values.yaml @@ -1,34 +1,28 @@ image: repository: ghcr.io/chia-network/chia - tag: "1.7.0" + tag: 1.7.1 pullPolicy: IfNotPresent - resources: limits: cpu: 4000m memory: 8Gi - chiaNetwork: chiaPort: 8444 farmerPort: 8447 - chiaConfig: - # farmer-only | harvester | "" - service: "" - # farmer_address, farmer_port and ca. Only if sevice == harvester - farmer_address: "" - farmer_port: "" - ca: "" - full_node_peer: "" + service: '' + farmer_address: '' + farmer_port: '' + ca: '' + full_node_peer: '' additionalEnvs: [] - chiaStorage: data: type: ixVolume - hostPath: "" + hostPath: '' datasetName: data plots: type: ixVolume - hostPath: "/" + hostPath: / datasetName: plots additionalVolumes: [] diff --git a/library/ix-dev/community/ipfs/Chart.yaml b/library/ix-dev/community/ipfs/Chart.yaml index f719df02c7..ac61035806 100644 --- a/library/ix-dev/community/ipfs/Chart.yaml +++ b/library/ix-dev/community/ipfs/Chart.yaml @@ -1,26 +1,27 @@ name: ipfs -description: Interplanetary Filesystem - the Web3 standard for content-addressing, interoperable with HTTP +description: Interplanetary Filesystem - the Web3 standard for content-addressing, + interoperable with HTTP annotations: title: IPFS type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 -appVersion: '0.18.1' +appVersion: v0.19.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas url: https://www.truenas.com/ dependencies: -- name: common - repository: file://../../../common - version: 1.0.0 + - name: common + repository: file://../../../common + version: 1.0.0 home: https://ipfs.tech/ icon: https://avatars.githubusercontent.com/u/10536621 sources: -- https://github.com/ipfs/kubo -- https://github.com/truenas/charts/tree/master/community/ipfs -- https://ipfs.tech/ + - https://github.com/ipfs/kubo + - https://github.com/truenas/charts/tree/master/community/ipfs + - https://ipfs.tech/ keywords: -- storage -- ipfs -- kubo + - storage + - ipfs + - kubo diff --git a/library/ix-dev/community/ipfs/values.yaml b/library/ix-dev/community/ipfs/values.yaml index 7902e5aa4b..f873662666 100644 --- a/library/ix-dev/community/ipfs/values.yaml +++ b/library/ix-dev/community/ipfs/values.yaml @@ -1,13 +1,11 @@ image: repository: ipfs/kubo pullPolicy: IfNotPresent - tag: v0.18.1 - + tag: v0.19.0 resources: limits: cpu: 4000m memory: 8Gi - ipfsConfig: additionalEnvs: [] ipfsNetwork: @@ -21,9 +19,9 @@ ipfsRunAs: ipfsStorage: data: type: ixVolume - hostPath: "" + hostPath: '' datasetName: data staging: type: ixVolume - hostPath: "" + hostPath: '' datasetName: staging