Skip to content

Commit

Permalink
Merge branch 'rename-adt-job' of https://github.com/bzkf/diz-in-a-box
Browse files Browse the repository at this point in the history
…into rename-adt-job
  • Loading branch information
Ziegler, Jasmin committed Oct 31, 2023
2 parents 3c6946c + 6806cf4 commit e6cc005
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
build-decompose-xml-image:
name: build decompose_xmls container image
name: build decompose-xmls container image
runs-on: ubuntu-22.04
permissions:
packages: write
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
load: ${{ github.event_name == 'pull_request' }}

build-obds-fhir-to-opal-image:
name: build decompose_xmls container image
name: build obds-fhir-to-opal container image
runs-on: ubuntu-22.04
permissions:
packages: write
Expand Down
6 changes: 3 additions & 3 deletions charts/diz-in-a-box/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ stream-processors:
replicaCount: 1
container:
image:
registry: ghcr.io
repository: miracum/obds-to-fhir
tag: v1.11.3@sha256:429fbb4218794af7375561b61878e87cae5f353ce605f5faae925ff7f3a9962b
registry: harbor.miracum.org
repository: streams-ume/obds-to-fhir
tag: v1.16.0@sha256:06b798a757f3669d18504ac6c2848027d33a03465bcec91c5a9b846c240371ec
pullPolicy: IfNotPresent
env:
- name: OPENTRACING_JAEGER_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.obds-to-fhir.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
obds-to-fhir:
image: ghcr.io/miracum/obds-to-fhir:v1.11.3
image: harbor.miracum.org/streams-ume/obds-to-fhir:v1.16.0@sha256:06b798a757f3669d18504ac6c2848027d33a03465bcec91c5a9b846c240371ec
restart: unless-stopped
cap_drop:
- ALL
Expand Down

0 comments on commit e6cc005

Please sign in to comment.