Skip to content

Commit

Permalink
Apply fix in workflow: hardcode latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
miko-ov committed Dec 15, 2023
1 parent a4ce98c commit e172db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
argocd app create $PROJECTNAME-demo1 \
--repo https://pixelaw.github.io/core/ \
--path chart/ \
--revision ${VERSION:1} \
--revision 0.0.33 \
--helm-chart $PROJECTNAME \
--dest-namespace $PROJECTNAME-demo1 \
--dest-server https://kubernetes.default.svc \
--helm-set-string dockerImage=$REGISTRY/$PROJECTNAME:${VERSION} \a
--helm-set-string dockerImage=$REGISTRY/$PROJECTNAME:v0.0.33 \a
--upsert \
--server $ARGOCD_SERVER \
--auth-token $ARGOCD_AUTH_TOKEN
Expand Down

0 comments on commit e172db1

Please sign in to comment.