From ad90250c91cf8a34f6b0f0441e49b3907febdb89 Mon Sep 17 00:00:00 2001 From: Apoorva Srinivas Appadoo Date: Wed, 30 Oct 2024 22:34:16 +0100 Subject: [PATCH] fix: enable remotewrite --- charts/poulet/Chart.yaml | 2 +- charts/poulet/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/poulet/Chart.yaml b/charts/poulet/Chart.yaml index ae57475..f8c58e9 100644 --- a/charts/poulet/Chart.yaml +++ b/charts/poulet/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.37 +version: 0.1.38 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/poulet/values.yaml b/charts/poulet/values.yaml index f4bb977..450f5cd 100644 --- a/charts/poulet/values.yaml +++ b/charts/poulet/values.yaml @@ -129,9 +129,8 @@ prometheus: retentionSize: "20GB" - extraArgs: - web.enable-remote-write-receiver: null + enable-feature: remote-write-receiver # - secretName: chart-example-tls # hosts: # - chart-example.local