Skip to content

Commit

Permalink
upgrade ObservabilityAgent version -> 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-design committed Feb 20, 2024
1 parent 7929ff2 commit fcbf7c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
rm -rvf fluent-bit ; helm fetch fluent/fluent-bit --untar
rm -rvf grafana-agent-operator ; helm fetch grafana/grafana-agent-operator --untar
rm -rvf deepflow-agent ; helm fetch deepflow/deepflow-agent --version 6.2.6 --untar
rm -rvf prometheus-node-exporter ; helm fetch prometheus-community/prometheus-node-exporter --untar
rm -rvf kube-state-metrics ; helm fetch prometheus-community/kube-state-metrics --untar
rm -rvf prometheus ; helm fetch prometheus-community/prometheus --version=18.4.0 --untar
ls -l && rm *.tgz -f
Expand Down
6 changes: 5 additions & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: observabilityagent
type: application
version: 0.1.7
version: 0.1.8
apiVersion: v2
description: A Helm chart for Observable Stack agent
dependencies:
Expand All @@ -23,6 +23,10 @@ dependencies:
condition: prometheus.enabled
version: "19.0.1"
repository: "https://prometheus-community.github.io/helm-charts"
- name: node-exporter
condition: node-exporter.enabled
version: "4.30.2"
repository: "https://prometheus-community.github.io/helm-charts"
- name: kube-state-metrics
condition: kube-state-metrics.enabled
version: "4.24.0"
Expand Down
10 changes: 5 additions & 5 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

grafana-agent:
node-exporter:
enabled: true
kube-state-metrics:
enabled: true
grafana-agent:
enabled: true
promtail:
enabled: true
config:
Expand All @@ -19,10 +21,8 @@ deepflow-agent:
tag: v6.2
prometheus:
enabled: false
prometheus-node-exporter:
enabled: true
alertmanager:
enabled: false
telegraf:
enabled: false

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit fcbf7c7

Please sign in to comment.