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