Skip to content

Commit

Permalink
ci/cd correct tag and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 30, 2023
1 parent 325c103 commit 54c7f7d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/meteorology-eurac-dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
WORKING_DIRECTORY: collectors/meteorology-eurac
DOCKER_IMAGE: ghcr.io/noi-techpark/odh-v2-playground/meteorology-eurac-dc
DOCKER_TAG: 0.0.0

KUBERNETES_NAMESPACE: collector

jobs:
deploy-test:
Expand Down Expand Up @@ -59,6 +59,9 @@ jobs:

- name: Helm deployment
run: |
RELEASETIME=`date +%s`
cd collectors/meteorology-eurac
helm upgrade --install dc-meteorology-eurac ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME
helm upgrade --install dc-meteorology-eurac ../../helm/generic-collector \
--values infrastructure/helm/values.yaml \
--set-string image.repository=$DOCKER_IMAGE \
--set-string image.tag=$DOCKER_TAG \
--namespace $KUBERNETES_NAMESPACE

0 comments on commit 54c7f7d

Please sign in to comment.