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 }} + 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 +