Skip to content

Commit 65a5ec9

Browse files
committed
Adapt deployment for artemis-test6
1 parent a336554 commit 65a5ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ jobs:
9292
helm upgrade --install hades-artemis-adapter ./helm/hades-artemis-adapter -f ./helm/values-deploy.yaml \
9393
--namespace hades-artemis-connector --create-namespace \
9494
--set image.tag="${{ needs.build-artemis-adapter.outputs.image_tag }}" \
95-
--set env.ARTEMIS_BASE_URL="https://artemis-test8.artemis.cit.tum.de" \
95+
--set env.ARTEMIS_BASE_URL="https://artemis-test6.artemis.cit.tum.de" \
9696
--set env.ARTEMIS_AUTH_TOKEN="${{ secrets.ARTEMIS_AUTH_TOKEN }}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
helm upgrade --install hades-artemis-adapter ./helm/hades-artemis-adapter -f ./helm/values-deploy.yaml \
1111
--namespace hades-artemis-connector --create-namespace \
1212
--set image.tag="main" \
13-
--set env.ARTEMIS_BASE_URL="https://artemis-test8.artemis.cit.tum.de" \
13+
--set env.ARTEMIS_BASE_URL="https://artemis-test6.artemis.cit.tum.de" \
1414
--set env.ARTEMIS_AUTH_TOKEN="<TOKEN>"
1515

1616
```

0 commit comments

Comments
 (0)