mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
Publish new changes in catalog
This commit is contained in:
@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
|
|||||||
annotations:
|
annotations:
|
||||||
title: MinIO
|
title: MinIO
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.4
|
version: 2.0.5
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2023-03-13"
|
appVersion: "2023-03-13"
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
@@ -26,8 +26,11 @@ def migrate_common_lib(values):
|
|||||||
'appVolumeMounts', 'extraAppVolumeMounts', 'postgresAppVolumeMounts', 'runAsUser', 'runAsGroup',
|
'appVolumeMounts', 'extraAppVolumeMounts', 'postgresAppVolumeMounts', 'runAsUser', 'runAsGroup',
|
||||||
]
|
]
|
||||||
|
|
||||||
exportVol = migrate_volume(values['appVolumeMounts']['export'])
|
exportVol = {}
|
||||||
exportVol['mountPath'] = values['appVolumeMounts']['export']['mountPath']
|
if not values['distributedMode']:
|
||||||
|
exportVol = migrate_volume(values['appVolumeMounts']['export'])
|
||||||
|
exportVol['mountPath'] = values['appVolumeMounts']['export']['mountPath']
|
||||||
|
|
||||||
values.update({
|
values.update({
|
||||||
# Migrate Config
|
# Migrate Config
|
||||||
'minioConfig': {
|
'minioConfig': {
|
||||||
@@ -87,7 +90,7 @@ def migrate_common_lib(values):
|
|||||||
|
|
||||||
def migrate(values):
|
def migrate(values):
|
||||||
# If this missing, we have already migrated
|
# If this missing, we have already migrated
|
||||||
if not 'appVolumeMounts' in values.keys():
|
if not 'accessKey' in values.keys():
|
||||||
return values
|
return values
|
||||||
|
|
||||||
return migrate_common_lib(values)
|
return migrate_common_lib(values)
|
||||||
@@ -4,7 +4,7 @@ description: netboot.xyz lets you PXE boot various operating system installers o
|
|||||||
annotations:
|
annotations:
|
||||||
title: netbootxyz
|
title: netbootxyz
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.4
|
version: 1.0.5
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.7.1.1
|
appVersion: 0.7.1.1
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
@@ -17,7 +17,7 @@ dependencies:
|
|||||||
repository: file://../../../common
|
repository: file://../../../common
|
||||||
version: 1.2.9
|
version: 1.2.9
|
||||||
home: https://github.com/truenas/charts/tree/master/community/netbootxyz
|
home: https://github.com/truenas/charts/tree/master/community/netbootxyz
|
||||||
icon: https://media.sys.truenas.net/apps/netbootxyz/icons/icon.svg
|
icon: https://media.sys.truenas.net/apps/netbootxyz/icons/icon.png
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truenas/charts/tree/master/community/netbootxyz
|
- https://github.com/truenas/charts/tree/master/community/netbootxyz
|
||||||
- https://github.com/netbootxyz/docker-netbootxyz
|
- https://github.com/netbootxyz/docker-netbootxyz
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
icon_url: https://media.sys.truenas.net/apps/netbootxyz/icons/icon.svg
|
icon_url: https://media.sys.truenas.net/apps/netbootxyz/icons/icon.png
|
||||||
categories:
|
categories:
|
||||||
- network
|
- network
|
||||||
screenshots:
|
screenshots:
|
||||||
|
|||||||
+2
-2
@@ -4,7 +4,7 @@ description: Unifi Protect Backup is a python based tool for backing up UniFi Pr
|
|||||||
annotations:
|
annotations:
|
||||||
title: Unifi Protect Backup
|
title: Unifi Protect Backup
|
||||||
type: application
|
type: application
|
||||||
version: 1.2.7
|
version: 1.2.8
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.10.7
|
appVersion: 0.10.7
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
@@ -17,7 +17,7 @@ dependencies:
|
|||||||
repository: file://../../../common
|
repository: file://../../../common
|
||||||
version: 1.2.9
|
version: 1.2.9
|
||||||
home: https://github.com/ep1cman/unifi-protect-backup
|
home: https://github.com/ep1cman/unifi-protect-backup
|
||||||
icon: https://media.sys.truenas.net/apps/unifi-protect-backup/icons/icon.png
|
icon: https://media.sys.truenas.net/apps/unifi-protect-backup/icons/icon.svg
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/ep1cman/unifi-protect-backup
|
- https://github.com/ep1cman/unifi-protect-backup
|
||||||
- https://github.com/truenas/charts/tree/master/community/unifi-protect-backup
|
- https://github.com/truenas/charts/tree/master/community/unifi-protect-backup
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
icon_url: https://media.sys.truenas.net/apps/unifi-protect-backup/icons/icon.png
|
icon_url: https://media.sys.truenas.net/apps/unifi-protect-backup/icons/icon.svg
|
||||||
categories:
|
categories:
|
||||||
- storage
|
- storage
|
||||||
screenshots: []
|
screenshots: []
|
||||||
|
|||||||
Reference in New Issue
Block a user