Skip to content

Commit

Permalink
fix: removed unused LOG and test image repo (#60)
Browse files Browse the repository at this point in the history
* fix: removed unused LOG

"fix:" to trigger and test release in new github org

* test: fix image repo

* lint
  • Loading branch information
chgl authored Jul 29, 2024
1 parent 5db8328 commit 3a515de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>miracum/.github//renovate/default"],
"ignoreDeps": ["harbor.miracum.org/oracle/database"]
"extends": ["github>miracum/.github//renovate/default"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@
import org.miracum.streams.ume.obdstofhir.model.MeldungExportList;
import org.miracum.streams.ume.obdstofhir.serde.MeldungExportListSerde;
import org.miracum.streams.ume.obdstofhir.serde.MeldungExportSerde;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Service;

@Service
public class ObdsProcessor extends ObdsToFhirMapper {

private static final Logger LOG = LoggerFactory.getLogger(ObdsProcessor.class);
private static final FhirContext ctx = FhirContext.forR4();

@Value("${spring.profiles.active}")
Expand Down
2 changes: 1 addition & 1 deletion tests/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a515de

Please sign in to comment.