Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/devtron-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-blackbox-exporter
- https://github.com/deliveryhero/helm-charts/tree/master/stable/k8s-event-logger

version: 0.0.4
version: 0.0.7
appVersion: "0.0.1"
dependencies:
- name: fluent-bit
Expand Down
2 changes: 0 additions & 2 deletions charts/devtron-monitoring/app-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ vector:
inputs:
- my_remap_id_audit
key_prefix: '{{ print "audit-log/devtroncd/{{ container_name }}/%Y-%m-%d/" }}'
region: <region_name>
type: aws_s3
my_sink_id_audit:
batch:
Expand All @@ -255,7 +254,6 @@ vector:
inputs:
- my_remap_id
key_prefix: '{{ print "vector-log-2/devtroncd/{{ container_name }}/%Y-%m-%d/" }}'
region: <region_name>
type: aws_s3
sources:
kube_log:
Expand Down
2 changes: 0 additions & 2 deletions charts/devtron-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ vector:
inputs:
- my_remap_id_audit
key_prefix: '{{ print "audit-log/devtroncd/{{ container_name }}/%Y-%m-%d/" }}'
region: <region_name>
type: aws_s3
my_sink_id_audit:
batch:
Expand All @@ -255,7 +254,6 @@ vector:
inputs:
- my_remap_id
key_prefix: '{{ print "vector-log-2/devtroncd/{{ container_name }}/%Y-%m-%d/" }}'
region: <region_name>
type: aws_s3
sources:
kube_log:
Expand Down
Loading