mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
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 <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: homeassistant/home-assistant
|
||||
tag: 2023.3.5
|
||||
tag: 2023.3.6
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: nextcloud
|
||||
tag: 25.0.4
|
||||
tag: '26.0.0'
|
||||
nginx:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user