From 2abd7d9658dcf4b46178a4e493030cc95885d475 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Mon, 15 Jun 2026 11:02:31 +0300 Subject: [PATCH] Fix brusnika-stage observability helm ordering --- .../brusnika-stage/infrastructure/patches/goalert.yaml | 8 ++++++-- .../infrastructure/patches/kafka-exporter.yaml | 3 +++ .../infrastructure/patches/opentelemetry-collector.yaml | 5 +++++ .../infrastructure/patches/postgres-exporter.yaml | 3 +++ 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/clusters/brusnika-stage/infrastructure/patches/goalert.yaml b/clusters/brusnika-stage/infrastructure/patches/goalert.yaml index be59960..f5e84b2 100644 --- a/clusters/brusnika-stage/infrastructure/patches/goalert.yaml +++ b/clusters/brusnika-stage/infrastructure/patches/goalert.yaml @@ -8,9 +8,13 @@ spec: timeout: 10m values: image: - name: cr.yandex/crp3ccidau046kdj8g9q/goalert - tag: 0.32.0 + name: cr.yandex/crp3ccidau046kdj8g9q/goalert:0.32.0 pullPolicy: IfNotPresent + imagePullSecrets: + - name: regcred + global: + imagePullSecrets: + - regcred goalert: environment: GOALERT_HTTP_PREFIX: "" diff --git a/clusters/brusnika-stage/infrastructure/patches/kafka-exporter.yaml b/clusters/brusnika-stage/infrastructure/patches/kafka-exporter.yaml index 5519f6e..13a64cd 100644 --- a/clusters/brusnika-stage/infrastructure/patches/kafka-exporter.yaml +++ b/clusters/brusnika-stage/infrastructure/patches/kafka-exporter.yaml @@ -4,6 +4,9 @@ metadata: name: kafka-exporter namespace: kafka-exporter spec: + dependsOn: + - name: prometheus-stack + namespace: prometheus-stack interval: 5m timeout: 10m values: diff --git a/clusters/brusnika-stage/infrastructure/patches/opentelemetry-collector.yaml b/clusters/brusnika-stage/infrastructure/patches/opentelemetry-collector.yaml index de36a27..be264cf 100644 --- a/clusters/brusnika-stage/infrastructure/patches/opentelemetry-collector.yaml +++ b/clusters/brusnika-stage/infrastructure/patches/opentelemetry-collector.yaml @@ -4,6 +4,11 @@ metadata: name: opentelemetry-collector namespace: opentelemetry-collector spec: + dependsOn: + - name: prometheus-stack + namespace: prometheus-stack + - name: openobserve + namespace: openobserve interval: 5m timeout: 30m values: diff --git a/clusters/brusnika-stage/infrastructure/patches/postgres-exporter.yaml b/clusters/brusnika-stage/infrastructure/patches/postgres-exporter.yaml index b1e5217..d50c50c 100644 --- a/clusters/brusnika-stage/infrastructure/patches/postgres-exporter.yaml +++ b/clusters/brusnika-stage/infrastructure/patches/postgres-exporter.yaml @@ -4,6 +4,9 @@ metadata: name: postgres-exporter namespace: postgres-exporter spec: + dependsOn: + - name: prometheus-stack + namespace: prometheus-stack interval: 5m timeout: 10m chart: