From 19fc305183f457953a7e78a7606fd7c3a43aef8f Mon Sep 17 00:00:00 2001 From: chgl Date: Mon, 29 Jul 2024 20:27:35 +0200 Subject: [PATCH] test: fix image repo --- renovate.json | 1 - tests/k8s/values.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index f6d5d08c..d8a50a0e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>miracum/.github//renovate/default"], - "ignoreDeps": ["harbor.miracum.org/oracle/database"] } diff --git a/tests/k8s/values.yaml b/tests/k8s/values.yaml index 404e5d50..52a1f6e5 100644 --- a/tests/k8s/values.yaml +++ b/tests/k8s/values.yaml @@ -13,7 +13,7 @@ stream-processors: container: image: registry: ghcr.io - repository: miracum/obds-to-fhir + repository: bzkf/obds-to-fhir tag: "" # set in CI pullPolicy: IfNotPresent securityContext: