UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 14b99e01 authored by Wesley Griffing's avatar Wesley Griffing
Browse files

#102 Update minio-instance

parent 88f3de0b
No related branches found
No related tags found
No related merge requests found
Pipeline #3141483 failed
dependencies:
- name: minio-instance
repository: oci://registry1.dso.mil/bigbang
version: 5.0.12-bb.6
version: 5.0.12-bb.10
- name: grafana-agent-operator
repository: https://grafana.github.io/helm-charts
version: 0.3.19
......@@ -11,5 +11,5 @@ dependencies:
- name: rollout-operator
repository: https://grafana.github.io/helm-charts
version: 0.13.0
digest: sha256:9d6f3a599a01bd9b87d8319db890592fb28ee7499e7be5a0e3acca6b9ab0e5f0
generated: "2024-04-09T15:09:40.186928-04:00"
digest: sha256:728d3a96dc0a3b5be242d9184299daf35d6041c61de48e3ce1f9b92912843adf
generated: "2024-04-11T12:52:47.587289-04:00"
File added
File deleted
{{- if (lt (int .Values.backend.replicas) 2) }}
{{- if and (lt (int .Values.backend.replicas) 2) (ne .Values.deploymentMode "SingleBinary") }}
{{- fail "Loki backend.replicas must be set to 2 or greater." }}
{{- end }}
......
deploymentMode: SingleBinary
singleBinary:
replicas: 1
read:
replicas: 0
write:
replicas: 0
backend:
replicas: 0
loki:
storage:
type: "s3"
type: "filesystem"
rulerConfig:
storage:
type: local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment