Skip to content

Commit

Permalink
Update go version for EPP binary (#41)
Browse files Browse the repository at this point in the history
* Update go version for EPP binary

* Add sleep to fix e2e test
  • Loading branch information
marcobebway authored Jan 10, 2024
1 parent bc9e75a commit f620982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
'.spec.template.spec.containers[0].env |= map(if .name == "PUBLISHER_IMAGE" then .value = $new_image else . end)' |
kubectl apply -f -
kubectl rollout status deployment/eventing-manager -n kyma-system --timeout=120s
echo "Waiting for 60 seconds to give the eventing-manager time to provision EPP"
sleep 60
kubectl rollout status deployment/eventing-publisher-proxy -n kyma-system --timeout=120s
- name: Check if EPP image successfully applied
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.21.4-alpine3.18 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.21.5-alpine3.19 as builder

ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/eventing-publisher-proxy

Expand Down

0 comments on commit f620982

Please sign in to comment.