mirror of
https://github.com/truenas/charts.git
synced 2026-04-07 20:59:13 +08:00
Merge pull request #77 from truenas/catalog-update-f991
Upgraded catalog item(s)
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
apiVersion: v1
|
||||
appVersion: 1.1.7
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
description: Global, Versioned, peer-to-peer filesystem.
|
||||
name: chia
|
||||
version: 1.2.1
|
||||
appVersion: 1.1.6
|
||||
home: https://www.chia.net/
|
||||
icon: https://www.chia.net/img/chia_logo.svg
|
||||
keywords:
|
||||
- storage
|
||||
- crypto
|
||||
- blockchain
|
||||
home: https://www.chia.net/
|
||||
icon: https://www.chia.net/img/chia_logo.svg
|
||||
name: chia
|
||||
sources:
|
||||
- https://github.com/Chia-Network/chia-blockchain
|
||||
- https://github.com/orgs/chia-network/packages/container/package/chia
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
version: 1.2.2
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
repository: ghcr.io/chia-network/chia
|
||||
tag: 1.1.6
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/chia-network/chia
|
||||
tag: 1.1.7
|
||||
updateStrategy: Recreate
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/chia-network/chia
|
||||
tag: 1.1.6
|
||||
tag: 1.1.7
|
||||
pullPolicy: IfNotPresent
|
||||
updateStrategy: Recreate
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
apiVersion: v1
|
||||
appVersion: v0.9.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
description: Global, Versioned, peer-to-peer filesystem.
|
||||
name: ipfs
|
||||
version: 1.1.0
|
||||
appVersion: v0.8.0
|
||||
home: https://ipfs.io
|
||||
icon: https://ipfs.io/ipfs/QmVk7srrwahXLNmcDYvyUEJptyoxpndnRa57YJ11L4jV26/ipfs.go.png
|
||||
keywords:
|
||||
- storage
|
||||
- p2p
|
||||
home: https://ipfs.io
|
||||
icon: https://ipfs.io/ipfs/QmVk7srrwahXLNmcDYvyUEJptyoxpndnRa57YJ11L4jV26/ipfs.go.png
|
||||
name: ipfs
|
||||
sources:
|
||||
- https://github.com/ipfs/go-ipfs
|
||||
- https://hub.docker.com/r/ipfs/go-ipfs
|
||||
upstream_version: 0.8.0-rc1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
version: 1.1.1
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
repository: ipfs/go-ipfs
|
||||
tag: v0.8.0
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ipfs/go-ipfs
|
||||
tag: v0.9.0
|
||||
@@ -2,7 +2,7 @@
|
||||
##
|
||||
image:
|
||||
repository: ipfs/go-ipfs
|
||||
tag: v0.8.0
|
||||
tag: v0.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Additional arguments to pass to minio binary
|
||||
@@ -12,7 +12,7 @@ def newer_mapping(image_tags):
|
||||
return {}
|
||||
|
||||
return {
|
||||
'tags': {key: version},
|
||||
'tags': {key: f'v{version}'},
|
||||
'app_version': f'v{version}',
|
||||
}
|
||||
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
apiVersion: v1
|
||||
appVersion: '2021-06-17'
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
description: High Performance, Kubernetes Native Object Storage
|
||||
name: minio
|
||||
version: 1.3.0
|
||||
appVersion: 2021-04-06
|
||||
home: https://min.io
|
||||
icon: https://min.io/resources/img/logo/MINIO_wordmark.png
|
||||
keywords:
|
||||
- storage
|
||||
- object-storage
|
||||
- S3
|
||||
home: https://min.io
|
||||
icon: https://min.io/resources/img/logo/MINIO_wordmark.png
|
||||
name: minio
|
||||
sources:
|
||||
- https://github.com/minio/minio
|
||||
- https://github.com/minio/charts
|
||||
upstream_version: 8.0.5
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
version: 1.3.1
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-04-06T23-11-00Z
|
||||
pullPolicy: IfNotPresent
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-06-17T00-10-46Z
|
||||
@@ -2,7 +2,7 @@
|
||||
##
|
||||
image:
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-04-06T23-11-00Z
|
||||
tag: RELEASE.2021-06-17T00-10-46Z
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Additional arguments to pass to minio binary
|
||||
@@ -1,18 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: 1.23.2.4656
|
||||
description: Plex Media Server
|
||||
name: plex
|
||||
version: 1.6.1
|
||||
keywords:
|
||||
- plex
|
||||
home: https://plex.tv/
|
||||
icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png
|
||||
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
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
|
||||
17
charts/plex/1.6.2/Chart.yaml
Normal file
17
charts/plex/1.6.2/Chart.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: v2
|
||||
appVersion: 1.23.3.4707
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
description: Plex Media Server
|
||||
home: https://plex.tv/
|
||||
icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png
|
||||
keywords:
|
||||
- plex
|
||||
name: plex
|
||||
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
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
repository: plexinc/pms-docker
|
||||
tag: 1.23.2.4656-85f0adf5b
|
||||
pullPolicy: IfNotPresent
|
||||
repository: plexinc/pms-docker
|
||||
tag: 1.23.3.4707-ebb5fe9f3
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
image:
|
||||
repository: plexinc/pms-docker
|
||||
tag: 1.23.2.4656-85f0adf5b
|
||||
tag: 1.23.3.4707-ebb5fe9f3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
##### START --> Official PLEX container environment variables
|
||||
Reference in New Issue
Block a user