From 769e3125eeb5c2ef8484727de20c0561d1bac8fe Mon Sep 17 00:00:00 2001 From: Nikholas Pcenicni <82239765+nikpcenicni@users.noreply.github.com> Date: Fri, 27 Mar 2026 04:22:42 -0400 Subject: [PATCH] Add targetRevision to kube-prometheus-stack and loki-stack configurations for version flexibility --- clusters/noble/apps/monitoring-kube-prometheus/application.yaml | 1 + clusters/noble/apps/monitoring-loki/application.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/clusters/noble/apps/monitoring-kube-prometheus/application.yaml b/clusters/noble/apps/monitoring-kube-prometheus/application.yaml index 5d7808f..64501eb 100644 --- a/clusters/noble/apps/monitoring-kube-prometheus/application.yaml +++ b/clusters/noble/apps/monitoring-kube-prometheus/application.yaml @@ -13,6 +13,7 @@ spec: sources: - repoURL: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack + targetRevision: "*" helm: valuesObject: prometheus: diff --git a/clusters/noble/apps/monitoring-loki/application.yaml b/clusters/noble/apps/monitoring-loki/application.yaml index eaba23e..eeedace 100644 --- a/clusters/noble/apps/monitoring-loki/application.yaml +++ b/clusters/noble/apps/monitoring-loki/application.yaml @@ -13,6 +13,7 @@ spec: sources: - repoURL: https://grafana.github.io/helm-charts chart: loki-stack + targetRevision: "*" helm: valuesObject: loki: