mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:59:53 +08:00
Merge pull request #519 from truenas/NAS-116507
NAS-116507 / 22.12 / Add host path validations for applications
This commit is contained in:
Binary file not shown.
@@ -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.27
|
||||
version: 1.3.28
|
||||
BIN
charts/chia/1.3.28/charts/common-2112.0.0.tgz
Normal file
BIN
charts/chia/1.3.28/charts/common-2112.0.0.tgz
Normal file
Binary file not shown.
@@ -1,3 +1,4 @@
|
||||
{{ include "common.storage.hostPathValidate" .Values }}
|
||||
apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }}
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -1 +1 @@
|
||||
{"filename": "ix_values.yaml", "keys": ["image"]}
|
||||
{"filename": "ix_values.yaml", "keys": ["image"], "test_filename": "test_values.yaml"}
|
||||
|
||||
Binary file not shown.
@@ -16,4 +16,4 @@ name: collabora
|
||||
sources:
|
||||
- https://github.com/CollaboraOnline/online.git
|
||||
- https://hub.docker.com/r/collabora/code
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
BIN
charts/collabora/1.2.3/charts/common-2112.0.0.tgz
Normal file
BIN
charts/collabora/1.2.3/charts/common-2112.0.0.tgz
Normal file
Binary file not shown.
@@ -1,3 +1,4 @@
|
||||
{{ include "common.storage.hostPathValidate" .Values }}
|
||||
apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }}
|
||||
kind: Deployment
|
||||
metadata:
|
||||
1
charts/collabora/upgrade_info.json
Normal file
1
charts/collabora/upgrade_info.json
Normal file
@@ -0,0 +1 @@
|
||||
{"filename": "ix_values.yaml", "keys": ["image"], "test_filename": "test_values.yaml"}
|
||||
26
charts/collabora/upgrade_strategy_disabled
Executable file
26
charts/collabora/upgrade_strategy_disabled
Executable file
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/python3
|
||||
import json
|
||||
import sys
|
||||
|
||||
from catalog_update.upgrade_strategy import semantic_versioning
|
||||
|
||||
|
||||
def newer_mapping(image_tags):
|
||||
key = list(image_tags.keys())[0]
|
||||
version = semantic_versioning(sorted(image_tags[key], reverse=True))
|
||||
if not version:
|
||||
return {}
|
||||
|
||||
return {
|
||||
'tags': {key: version},
|
||||
'app_version': version,
|
||||
}
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
try:
|
||||
versions_json = json.loads(sys.stdin.read())
|
||||
except ValueError:
|
||||
raise ValueError('Invalid json specified')
|
||||
|
||||
print(json.dumps(newer_mapping(versions_json)))
|
||||
Binary file not shown.
6
charts/diskoverdata/1.0.1/Chart.lock
Normal file
6
charts/diskoverdata/1.0.1/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2112.0.0
|
||||
version: 2112.0.0
|
||||
digest: sha256:47115d9b91afe42c8537dcf0fd8224f2f7d1c775f9ff860efa68a6b57d17d1c0
|
||||
generated: "2022-06-14T16:04:57.912820777+05:00"
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.0.1"
|
||||
icon: http://www.diskoverdata.com/wp-content/uploads/2019/09/diskover.png
|
||||
description: Diskover is used to monitor size/volumes of distributed dataset.
|
||||
name: diskoverdata
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2112.0.0
|
||||
BIN
charts/diskoverdata/1.0.1/charts/common-2112.0.0.tgz
Normal file
BIN
charts/diskoverdata/1.0.1/charts/common-2112.0.0.tgz
Normal file
Binary file not shown.
@@ -1,3 +1,4 @@
|
||||
{{ include "common.storage.hostPathValidate" .Values }}
|
||||
{{ $elastic_search := (. | mustDeepCopy) }}
|
||||
{{ $_ := set $elastic_search "common" (dict "nameSuffix" "elasticsearch") }}
|
||||
|
||||
Binary file not shown.
@@ -13,4 +13,4 @@ keywords:
|
||||
name: emby
|
||||
sources:
|
||||
- https://hub.docker.com/r/emby/embyserver
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
BIN
charts/emby/1.0.4/charts/common-2112.0.0.tgz
Normal file
BIN
charts/emby/1.0.4/charts/common-2112.0.0.tgz
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: emby/embyserver
|
||||
tag: 4.8.0.0
|
||||
tag: 4.7.2.0
|
||||
@@ -1,3 +1,4 @@
|
||||
{{ include "common.storage.hostPathValidate" .Values }}
|
||||
{{ include "common.deployment.common_config" . | nindent 0 }}
|
||||
spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
|
||||
template: {{ include "common.deployment.pod.metadata" . | nindent 4 }}
|
||||
Binary file not shown.
6
charts/home-assistant/1.0.8/Chart.lock
Normal file
6
charts/home-assistant/1.0.8/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2112.0.0
|
||||
version: 2112.0.0
|
||||
digest: sha256:47115d9b91afe42c8537dcf0fd8224f2f7d1c775f9ff860efa68a6b57d17d1c0
|
||||
generated: "2022-06-14T16:04:57.688006166+05:00"
|
||||
@@ -12,4 +12,4 @@ keywords:
|
||||
name: home-assistant
|
||||
sources:
|
||||
- https://github.com/home-assistant/home-assistant
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
BIN
charts/home-assistant/1.0.8/charts/common-2112.0.0.tgz
Normal file
BIN
charts/home-assistant/1.0.8/charts/common-2112.0.0.tgz
Normal file
Binary file not shown.
@@ -1,3 +1,4 @@
|
||||
{{ include "common.storage.hostPathValidate" .Values }}
|
||||
{{ $postgres_values := (. | mustDeepCopy) }}
|
||||
{{ $_ := set $postgres_values "common" (dict "nameSuffix" "postgres") }}
|
||||
|
||||
Binary file not shown.
@@ -15,4 +15,4 @@ sources:
|
||||
- https://github.com/ipfs/go-ipfs
|
||||
- https://hub.docker.com/r/ipfs/go-ipfs
|
||||
upstream_version: 0.8.0-rc1
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
BIN
charts/ipfs/1.2.3/charts/common-2112.0.0.tgz
Normal file
BIN
charts/ipfs/1.2.3/charts/common-2112.0.0.tgz
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user