Skip to content

Commit 1f5cbfd

Browse files
author
Y Shcherbakov
committed
[bitnami/minio] extraRules must contain the fields paths and pathType
Signed-off-by: Y Shcherbakov <[email protected]>
1 parent 7266bc3 commit 1f5cbfd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

bitnami/minio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ maintainers:
3838
name: minio
3939
sources:
4040
- https://github.com/bitnami/charts/tree/main/bitnami/minio
41-
version: 17.0.22
41+
version: 17.0.23

bitnami/minio/values.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,8 +707,10 @@ ingress:
707707
## e.g:
708708
## extraRules:
709709
## - host: example.local
710-
## http:
710+
## http:
711+
## paths:
711712
## path: /
713+
## pathType: ImplementationSpecific
712714
## backend:
713715
## service:
714716
## name: example-svc
@@ -1392,8 +1394,10 @@ console:
13921394
## e.g:
13931395
## extraRules:
13941396
## - host: example.local
1395-
## http:
1397+
## http:
1398+
## paths:
13961399
## path: /
1400+
## pathType: ImplementationSpecific
13971401
## backend:
13981402
## service:
13991403
## name: example-svc

0 commit comments

Comments
 (0)