mirror of
https://github.com/truenas/charts.git
synced 2026-06-15 06:28:46 +08:00
minio/charts: fix upgrade strategy (#2662)
This commit is contained in:
@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
|
||||
annotations:
|
||||
title: MinIO
|
||||
type: application
|
||||
version: 2.0.7
|
||||
version: 2.0.8
|
||||
apiVersion: v2
|
||||
appVersion: "2023-07-21"
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
|
||||
@@ -9,7 +9,7 @@ from catalog_update.upgrade_strategy import datetime_versioning
|
||||
|
||||
ENUMS = {
|
||||
'image': {
|
||||
'RE_STABLE_VERSION': re.compile(r'RELEASE.\d{4}-\d{2}-\d{2}T\d{2}-\d{2}-\d{2}}Z'),
|
||||
'RE_STABLE_VERSION': re.compile(r'RELEASE\.\d{4}-\d{2}-\d{2}T\d{2}-\d{2}-\d{2}Z'),
|
||||
'STRIP_TEXT': 'RELEASE.',
|
||||
'function': datetime_versioning,
|
||||
'function_arg': '%Y-%m-%dT%H-%M-%SZ'
|
||||
|
||||
Reference in New Issue
Block a user