Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging-demo chart dependency update minio 3.0.7 -> 5.0.33 #538

Merged
merged 1 commit into from
Aug 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file removed charts/logging-demo/charts/minio-3.0.7.tgz
Binary file not shown.
Binary file added charts/logging-demo/charts/minio-5.0.33.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/logging-demo/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: minio
repository: https://kubernetes-charts.storage.googleapis.com/
version: 3.0.7
version: 5.0.33
- name: log-generator
repository: https://kubernetes-charts.banzaicloud.com/
version: 0.1.3
digest: sha256:78e9d9eeceb7efe2a930b831f1e938e3b2f6a473a2af91f79f714ce5217f23ef
generated: "2019-12-18T14:08:29.081912+01:00"
digest: sha256:70e4c1a22dc53ae9a819b60db5d3feef56abfca8e9000bcfa5f15c102db6c664
generated: "2020-08-01T23:38:05.22473+02:00"
2 changes: 1 addition & 1 deletion charts/logging-demo/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: minio
version: 3.x.x
version: 5.x.x
repository: https://kubernetes-charts.storage.googleapis.com/
condition: minio.enabled

Expand Down
5 changes: 5 additions & 0 deletions charts/logging-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,16 @@ file:
minio:
enabled: false
existingSecret: logging-s3
persistence:
enabled: false
environment:
MINIO_REGION: test_region
defaultBucket:
enabled: true
name: demo
resources:
requests:
memory: 256Mi

# Enable ElasticSearch logging output
elasticsearch:
Expand Down