UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Collaboration Tools
mattermost
Commits
8b427bb7
Commit
8b427bb7
authored
Apr 15, 2021
by
Micah Nagel
💰
Browse files
Fix Minio for REALZ
parent
22f059bb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
3 deletions
+11
-3
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/charts/minio-instance-2.0.9-bb.5.tgz
chart/charts/minio-instance-2.0.9-bb.5.tgz
+0
-0
chart/charts/postgresql-10.3.5.tgz
chart/charts/postgresql-10.3.5.tgz
+0
-0
chart/deps/minio/templates/minioinstance.yaml
chart/deps/minio/templates/minioinstance.yaml
+4
-0
chart/deps/minio/values.yaml
chart/deps/minio/values.yaml
+2
-2
No files found.
CHANGELOG.md
View file @
8b427bb7
...
...
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [0.1.3-bb.1] - 2021-04-15
### Added
-
Added Minio security context
## [0.1.3-bb.0] - 2021-04-08
### Added
-
Values passthroughs for secret env values
...
...
chart/Chart.yaml
View file @
8b427bb7
...
...
@@ -2,7 +2,7 @@
apiVersion
:
v2
name
:
mattermost
type
:
application
version
:
"
0.1.3-bb.
0
"
version
:
"
0.1.3-bb.
1
"
appVersion
:
"
5.32.1"
description
:
"
Deployment
of
mattermost"
keywords
:
...
...
chart/charts/minio-instance-2.0.9-bb.5.tgz
View file @
8b427bb7
No preview for this file type
chart/charts/postgresql-10.3.5.tgz
View file @
8b427bb7
No preview for this file type
chart/deps/minio/templates/minioinstance.yaml
View file @
8b427bb7
...
...
@@ -105,3 +105,7 @@ spec:
## Affinity settings for MinIO pods. Read more about affinity
## here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
# affinity:
securityContext
:
runAsUser
:
1001
runAsGroup
:
1001
fsGroup
:
1001
chart/deps/minio/values.yaml
View file @
8b427bb7
...
...
@@ -6,8 +6,8 @@
replicas
:
count
:
1
accessKey
:
minio
secretKey
:
minio#123
# default key, change this!
nameOverride
:
"
"
fullnameOverride
:
"
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment