Skip to content

Commit

Permalink
Fix hardcoded name of haproxy image in CI
Browse files Browse the repository at this point in the history
Issue: ZENKO-4876
  • Loading branch information
francoisferrand committed Aug 20, 2024
1 parent 307efcf commit ab36baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/end2end/configs/zenkoversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
image: '${JMX_JAVAAGENT_IMAGE}'
tag: '${JMX_JAVAAGENT_TAG}'
listener:
image: haproxy
image: '${HAPROXY_IMAGE}'
tag: '${HAPROXY_TAG}'
vault:
image: '${VAULT_IMAGE}'
Expand Down

0 comments on commit ab36baa

Please sign in to comment.