UNCLASSIFIED

Commit ea6bcf41 authored by Branden Cobb's avatar Branden Cobb
Browse files

update "chart"...

update "chart" (https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio) from "4.1.2-bb.3" (2ac9e5bf5aaaa414ea9790b2057d42e30b86df92) to "4.1.2-bb.5" (1176a5f860ff5580d3feb1ba2ff24e5522487416)
parent 299f2dc4
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
--- ---
## [0.1.8-bb.0] - 2021-08-18
### Added
- default user value set to null
- Set replica count to 1
- Resource requests and limits for all containers
- Updated to latest Minio and Minio Operator dependency
- Updated Gluon test library
## [0.1.7-bb.1] - 2021-07-23 ## [0.1.7-bb.1] - 2021-07-23
### Changed ### Changed
- Updated to latest IronBank image 5.37.0 - Updated to latest IronBank image 5.37.0
......
...@@ -4,9 +4,9 @@ dependencies: ...@@ -4,9 +4,9 @@ dependencies:
version: 10.3.5 version: 10.3.5
- name: minio-instance - name: minio-instance
repository: file://./deps/minio repository: file://./deps/minio
version: 4.1.2-bb.3 version: 4.1.2-bb.5
- name: gluon - name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.1.1 version: 0.2.3
digest: sha256:4f58bc0a89971b5e64c0fd8d57d8cee0a116fd8bd62315722a6fea37fdfd44e3 digest: sha256:cde5de559ca3093d910f05987ba958d2310f93546e486d6b36e5049879ffd781
generated: "2021-07-27T10:06:13.1849167-06:00" generated: "2021-08-18T11:24:54.7908191-06:00"
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: "0.1.7-bb.1" version: "0.1.8-bb.0"
appVersion: "5.37.0" appVersion: "5.37.0"
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
...@@ -17,10 +17,10 @@ dependencies: ...@@ -17,10 +17,10 @@ dependencies:
condition: postgresql.install condition: postgresql.install
repository: file://./deps/postgresql repository: file://./deps/postgresql
- name: minio-instance - name: minio-instance
version: 4.1.2-bb.3 version: 4.1.2-bb.5
alias: minio alias: minio
condition: minio.install condition: minio.install
repository: file://./deps/minio repository: file://./deps/minio
- name: gluon - name: gluon
version: 0.1.1 version: 0.2.3
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
apiVersion: v2 apiVersion: v2
type: application type: application
name: minio-instance name: minio-instance
version: 4.1.2-bb.3 version: 4.1.2-bb.5
appVersion: v4.1.2 appVersion: v4.1.2
description: A Helm chart for MinIO based on Minio Operator 4.1.2 description: A Helm chart for MinIO based on Minio Operator 4.1.2
home: https://min.io home: https://min.io
......
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
upstream: upstream:
type: git type: git
git: git:
commit: 2ac9e5bf5aaaa414ea9790b2057d42e30b86df92 commit: 1176a5f860ff5580d3feb1ba2ff24e5522487416
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio
directory: /chart directory: /chart
ref: 4.1.2-bb.3 ref: 4.1.2-bb.5
...@@ -15,4 +15,8 @@ spec: ...@@ -15,4 +15,8 @@ spec:
ports: ports:
- port: 53 - port: 53
protocol: UDP protocol: UDP
{{- if .Values.openshift }}
- port: 5353
protocol: UDP
{{- end }}
{{- end }} {{- end }}
...@@ -115,9 +115,6 @@ tenants: ...@@ -115,9 +115,6 @@ tenants:
## here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity. ## here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
#affinity: {} #affinity: {}
## Configure resource requests and limits for MinIO containers
#resources: {}
## Configure security context ## Configure security context
## BB Note: Defaults for Ironbank image are 1001 for user, group, and fsGroup ## BB Note: Defaults for Ironbank image are 1001 for user, group, and fsGroup
#securityContext: #securityContext:
...@@ -148,7 +145,14 @@ tenants: ...@@ -148,7 +145,14 @@ tenants:
## here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity. ## here: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity.
affinity: {} affinity: {}
## Configure resource requests and limits for MinIO containers ## Configure resource requests and limits for MinIO containers
resources: {} resources:
requests:
cpu: 250m
memory: 2Gi
limits:
cpu: 250m
memory: 2Gi
## Configure security context ## Configure security context
## BB Note: Defaults for Ironbank image are 1001 for user, group, and fsGroup ## BB Note: Defaults for Ironbank image are 1001 for user, group, and fsGroup
securityContext: securityContext:
...@@ -235,3 +239,5 @@ tenants: ...@@ -235,3 +239,5 @@ tenants:
salt: SECRET salt: SECRET
accessKey: YOURCONSOLEACCESS accessKey: YOURCONSOLEACCESS
secretKey: YOURCONSOLESECRET secretKey: YOURCONSOLESECRET
openshift: false
...@@ -615,10 +615,13 @@ readReplicas: ...@@ -615,10 +615,13 @@ readReplicas:
enabled: true enabled: true
# Override the resource configuration for read replicas # Override the resource configuration for read replicas
resources: {} resources:
# requests: requests:
# memory: 256Mi memory: 256Mi
# cpu: 250m cpu: 250m
limits:
memory: 256Mi
cpu: 250m
## Configure resource requests and limits ## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
...@@ -627,6 +630,9 @@ resources: ...@@ -627,6 +630,9 @@ resources:
requests: requests:
memory: 256Mi memory: 256Mi
cpu: 250m cpu: 250m
limits:
memory: 256Mi
cpu: 250m
## Add annotations to all the deployed resources ## Add annotations to all the deployed resources
## ##
...@@ -728,7 +734,13 @@ tls: ...@@ -728,7 +734,13 @@ tls:
## ##
metrics: metrics:
enabled: false enabled: false
# resources: {} resources:
requests:
memory: 256Mi
cpu: 100m
limits:
memory: 256Mi
cpu: 100m
service: service:
type: ClusterIP type: ClusterIP
annotations: annotations:
......
...@@ -36,5 +36,12 @@ spec: ...@@ -36,5 +36,12 @@ spec:
attempt_counter=$(($attempt_counter+1)) attempt_counter=$(($attempt_counter+1))
sleep 10 sleep 10
done done
mc mb bigbang/mattermost mc mb bigbang/mattermost
resources:
requests:
memory: 256Mi
cpu: 100m
limits:
memory: 256Mi
cpu: 100m
{{- end }} {{- end }}
...@@ -16,8 +16,11 @@ spec: ...@@ -16,8 +16,11 @@ spec:
size: {{ .Values.users }}users size: {{ .Values.users }}users
version: {{ .Values.image.tag }} version: {{ .Values.image.tag }}
{{- if .Values.enterprise.enabled }}
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
{{- else }}
replicas: 1
{{- end }}
{{- if .Values.istio.chat.hosts }} {{- if .Values.istio.chat.hosts }}
ingressName: {{ tpl (index .Values.istio.chat.hosts 0) $ }} ingressName: {{ tpl (index .Values.istio.chat.hosts 0) $ }}
{{- else }} {{- else }}
...@@ -140,9 +143,10 @@ spec: ...@@ -140,9 +143,10 @@ spec:
periodSeconds: 120 periodSeconds: 120
scheduling: scheduling:
{{- with .Values.resources }}
resources: resources:
{{- toYaml .Values.resources | nindent 6 }} {{- toYaml . | nindent 6 }}
{{- end }}
{{- if .Values.affinity }} {{- if .Values.affinity }}
affinity: affinity:
{{ toYaml .Values.affinity | nindent 6 }} {{ toYaml .Values.affinity | nindent 6 }}
......
...@@ -44,9 +44,9 @@ global: ...@@ -44,9 +44,9 @@ global:
- name: private-registry - name: private-registry
# Mattermost instance desired replicas # Mattermost instance desired replicas
replicaCount: 3 replicaCount: 1
users: 100 # Allowable: 100, 1000, 5000, 10000, 25000 users: null # Allowable: 100, 1000, 5000, 10000, 25000
enterprise: enterprise:
enabled: false enabled: false
...@@ -57,13 +57,13 @@ enterprise: ...@@ -57,13 +57,13 @@ enterprise:
nameOverride: "" nameOverride: ""
resources: {} resources:
# limits: limits:
# cpu: 500m cpu: 2
# memory: 512Mi memory: 4Gi
# requests: requests:
# cpu: 250m cpu: 2
# memory: 256Mi memory: 4Gi
affinity: {} affinity: {}
# podAntiAffinity: # podAntiAffinity:
......
...@@ -6,4 +6,4 @@ mattermostoperator: ...@@ -6,4 +6,4 @@ mattermostoperator:
miniooperator: miniooperator:
git: "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git" git: "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git"
namespace: "minio-operator" namespace: "minio-operator"
branch: "4.1.2-bb.1" branch: "4.1.2-bb.2"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment