Skip to content

Commit 73027f2

Browse files
authored
Merge pull request #5 from UvA-FNWI/feature/DN-3294
Feature/dn 3294
2 parents aa52662 + d4be08e commit 73027f2

File tree

176 files changed

+14197
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+14197
-82
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
UPDATER_SECRET: ${{ secrets.UPDATER_SECRET_DN }}
2727
run: |
2828
VERSION=$(date "+1.0.%Y%m%d%H%M%S")
29-
helm package --version "${VERSION}" --app-version "${VERSION}" charts/workflow-api
29+
helm package --version "${VERSION}" --app-version "${VERSION}" Deployment/workflow-api
3030
helm push "workflow-api-${VERSION}.tgz" oci://datanosecr.azurecr.io/helm
3131
curl --fail --no-progress-meter "https://api-v2-tst.datanose.nl/gitops-updater?name=workflow-api-tst&secret=${UPDATER_SECRET}&version=${VERSION}"
3232
curl --fail --no-progress-meter "https://api-v2-tst.datanose.nl/gitops-updater?name=workflow-api-acc&secret=${UPDATER_SECRET}&version=${VERSION}"

.github/workflows/pr-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
docker build -f UvA.Workflow.Api/Dockerfile -t "datanosecr.azurecr.io/workflow-api:${TAG}" .
3030
docker push "datanosecr.azurecr.io/workflow-api:${TAG}"
3131
VERSION=$(date "+1.0.%Y%m%d%H%M%S")
32-
helm package --version "${VERSION}" --app-version "${VERSION}" charts/workflow-api-pr
32+
helm package --version "${VERSION}" --app-version "${VERSION}" Deployment/workflow-api-pr
3333
helm push "workflow-api-pr-${VERSION}.tgz" oci://datanosecr.azurecr.io/helm
3434
curl --fail --no-progress-meter "https://api-v2-tst.datanose.nl/gitops-updater?name=workflow-api-pr&secret=${UPDATER_SECRET}&version=${VERSION}&id=${PR_NUMBER}"
File renamed without changes.
File renamed without changes.
File renamed without changes.

charts/workflow-api-pr/templates/secretproviderclass.yaml renamed to Deployment/workflow-api-pr/templates/secretproviderclass.yaml

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)