From 4ba398cae51d0e6ee66cd7a1dfcd16137184f806 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Mon, 25 Oct 2021 15:07:55 +0200 Subject: [PATCH] fix: thanos --- cluster/apps/monitoring/thanos/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/monitoring/thanos/helm-release.yaml b/cluster/apps/monitoring/thanos/helm-release.yaml index a0ca038fe..95c707147 100644 --- a/cluster/apps/monitoring/thanos/helm-release.yaml +++ b/cluster/apps/monitoring/thanos/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://charts.bitnami.com/bitnami chart: thanos - version: 7.0.1 + version: 5.3.2 sourceRef: kind: HelmRepository name: bitnami-charts @@ -58,7 +58,7 @@ spec: endpoint: ${SECRET_MINIO_ENDPOINT} access_key: "${SECRET_MINIO_ACCESS_KEY}" secret_key: "${SECRET_MINIO_SECRET_KEY}" - insecure: false + insecure: true postRenderers: - kustomize: