Skip to content

Commit

Permalink
Try using yg to extract version
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 28, 2023
1 parent bc2bda5 commit f8cec62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
- name: Deploy NATS Manager
run: |
make -C nats-manager deploy IMG=europe-docker.pkg.dev/kyma-project/prod/nats-manager:$MODULE_VERSION
version=$(yq 'MODULE_VERSION' "/home/runner/work/eventing-publisher-proxy/eventing-publisher-proxy/nats-manager/.version"
make -C nats-manager deploy IMG=europe-docker.pkg.dev/kyma-project/prod/nats-manager:$version
kubectl get -n kyma-system deployment nats-manager -o=jsonpath='{$.spec.template.spec.containers[:1].image}'
- name: Create NATS CR and resources and check configuration
Expand Down

0 comments on commit f8cec62

Please sign in to comment.