From a10c9e49bf922ead0f16b125d039322df85e7de1 Mon Sep 17 00:00:00 2001 From: "flamingo[bot]" <277372822+flamingo[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 05:06:14 +0000 Subject: [PATCH 1/2] fix(OPENFRAM-008-11): 2 review findings across 2 files --- .../datasources/debezium-connect/templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/datasources/debezium-connect/templates/deployment.yaml b/manifests/datasources/debezium-connect/templates/deployment.yaml index 9a2ac1a7ab..cced60cce2 100644 --- a/manifests/datasources/debezium-connect/templates/deployment.yaml +++ b/manifests/datasources/debezium-connect/templates/deployment.yaml @@ -36,7 +36,8 @@ spec: - | VERSION={{ .Values.metrics.jmx.version }} wget -O /jmx/jmx_prometheus_javaagent.jar \ - https://github.com/prometheus/jmx_exporter/releases/download/${VERSION}/jmx_prometheus_javaagent-${VERSION}.jar \ + {{ .Values.metrics.jmx.jarMirror.baseUrl }}/jmx_prometheus_javaagent-${VERSION}.jar \ + && echo "{{ .Values.metrics.jmx.jarMirror.sha256 }} /jmx/jmx_prometheus_javaagent.jar" | sha256sum -c - \ && cp /jmx-config/config.yaml /jmx/config.yaml volumeMounts: - name: jmx-exporter @@ -109,3 +110,4 @@ spec: configMap: name: debezium-connect-jmx {{- end }} + From 026abcba7bba5e427d00f92925b552371cf18072 Mon Sep 17 00:00:00 2001 From: "flamingo[bot]" <277372822+flamingo[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 05:06:15 +0000 Subject: [PATCH 2/2] fix(OPENFRAM-008-11): 2 review findings across 2 files --- manifests/platform/dev-tools/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/platform/dev-tools/Chart.yaml b/manifests/platform/dev-tools/Chart.yaml index 3aae59618c..91bd34bf45 100644 --- a/manifests/platform/dev-tools/Chart.yaml +++ b/manifests/platform/dev-tools/Chart.yaml @@ -8,7 +8,8 @@ appVersion: "0.0.1" dependencies: - name: kafka-ui version: "~1.6.3" - repository: https://kafbat.github.io/helm-charts + repository: oci://ghcr.io/flamingo-stack/registry/helm-charts - name: telepresence-oss version: "~2.30.1" repository: oci://ghcr.io/flamingo-stack/registry/helm-charts +