Update catalog information

This commit is contained in:
sonicaj
2023-05-03 13:56:14 +00:00
parent 31962e8241
commit e81a0e557e
455 changed files with 722 additions and 85 deletions

View File

@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
annotations:
title: MinIO
type: application
version: 1.0.6
version: 1.0.7
apiVersion: v2
appVersion: '2023-03-24'
kubeVersion: '>=1.16.0-0'

View File

@@ -0,0 +1,18 @@
runAsContext:
- userName: minio
groupName: minio
gid: 568
uid: 568
description: Minio can run as any non-root user.
- userName: logsearch
groupName: logsearch
gid: 568
uid: 568
description: Minio's logsearch can run as any non-root user.
- userName: postgres
groupName: postgres
gid: 999
uid: 999
description: Postgres runs as a non-root user.
capabilities: []
hostMounts: []