diff --git a/charts/meta-monitoring/Chart.lock b/charts/meta-monitoring/Chart.lock index 2284c09..046bd55 100644 --- a/charts/meta-monitoring/Chart.lock +++ b/charts/meta-monitoring/Chart.lock @@ -4,7 +4,16 @@ dependencies: version: 6.6.2 - name: alloy repository: https://grafana.github.io/helm-charts - version: 0.3.2 + version: 0.7.0 +- name: alloy + repository: https://grafana.github.io/helm-charts + version: 0.7.0 +- name: alloy + repository: https://grafana.github.io/helm-charts + version: 0.7.0 +- name: alloy + repository: https://grafana.github.io/helm-charts + version: 0.7.0 - name: mimir-distributed repository: https://grafana.github.io/helm-charts version: 5.3.0 @@ -14,5 +23,5 @@ dependencies: - name: minio repository: https://charts.min.io version: 5.2.0 -digest: sha256:f62b04092f6e7e89e6a427b586e4c0cbfcd54ddbd411846770ee684cf86f822a -generated: "2024-06-03T07:02:47.330637227Z" +digest: sha256:2bc48e361f730a5b87ef8c44d4c8d02fc7af34c0c46126970539157018a1b715 +generated: "2024-09-25T14:56:16.839516702-05:00" diff --git a/charts/meta-monitoring/Chart.yaml b/charts/meta-monitoring/Chart.yaml index 00d2e44..e2eeacb 100644 --- a/charts/meta-monitoring/Chart.yaml +++ b/charts/meta-monitoring/Chart.yaml @@ -18,32 +18,34 @@ version: 1.0.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.1" +appVersion: "0.0.2" dependencies: - name: loki repository: https://grafana.github.io/helm-charts version: 6.6.2 condition: local.logs.enabled + - name: alloy repository: https://grafana.github.io/helm-charts - version: 0.3.2 + version: 0.7.0 alias: alloy-metrics condition: alloy-metrics.enabled - name: alloy repository: https://grafana.github.io/helm-charts - version: 0.3.2 + version: 0.7.0 alias: alloy-logs condition: alloy-logs.enabled - name: alloy repository: https://grafana.github.io/helm-charts - version: 0.3.2 + version: 0.7.0 alias: alloy-events condition: alloy-events.enabled - name: alloy repository: https://grafana.github.io/helm-charts - version: 0.3.2 + version: 0.7.0 alias: alloy-traces condition: alloy-traces.enabled + - name: mimir-distributed repository: https://grafana.github.io/helm-charts version: 5.3.0 diff --git a/charts/meta-monitoring/charts/alloy-0.3.2.tgz b/charts/meta-monitoring/charts/alloy-0.3.2.tgz deleted file mode 100644 index cddb68d..0000000 Binary files a/charts/meta-monitoring/charts/alloy-0.3.2.tgz and /dev/null differ diff --git a/charts/meta-monitoring/charts/alloy-0.7.0.tgz b/charts/meta-monitoring/charts/alloy-0.7.0.tgz new file mode 100644 index 0000000..ee89664 Binary files /dev/null and b/charts/meta-monitoring/charts/alloy-0.7.0.tgz differ diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index 876abc6..f26cadf 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -82,9 +82,16 @@ alloy-metrics: - alloy # Alloy Metrics deployment configuration + nameOverride: alloy-metrics + fullnameOverride: meta-monitoring-alloy-metrics + + crds: + create: false + alloy: clustering: enabled: true + name: alloy-metrics configMap: create: false name: "alloy-metrics-config" @@ -120,6 +127,12 @@ alloy-logs: - alloy # Alloy deployment configuration + nameOverride: alloy-logs + fullnameOverride: meta-monitoring-alloy-logs + + crds: + create: false + alloy: clustering: enabled: false @@ -145,9 +158,13 @@ alloy-logs: alloy-traces: enabled: false + nameOverride: alloy-traces + fullnameOverride: meta-monitoring-alloy-traces + crds: + create: false alloy: clustering: - enabled: true + enabled: false configMap: create: false name: "alloy-traces-config" @@ -183,9 +200,14 @@ alloy-events: - alloy # Alloy deployment configuration + nameOverride: alloy-events + fullnameOverride: meta-monitoring-alloy-events + crds: + create: false alloy: clustering: enabled: true + name: alloy-events configMap: create: false name: "alloy-events-config"