-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update pipeline to handle an extra character 'v' in version tag #3089
fix: update pipeline to handle an extra character 'v' in version tag #3089
Conversation
Full Pipeline run with private fork images: |
/azp run Azure Container Networking PR |
/azp run Azure Container Networking PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, @santhoshmprabhu will be adding the node-subnet template changes as part of #3083.
🚀
/azp run Azure Container Networking PR |
/azp list |
/run Azure Container Networking PR |
/azp list |
/azp |
/azp list |
…3089) * fix: update pipeline to handle v in version tag * chore: empty commit for pipeline run
* fix: update pipeline to handle an extra character 'v' in version tag (#3089) * fix: update pipeline to handle v in version tag * chore: empty commit for pipeline run * ci: update CILIUM_VERSION_TAG to CILIUM_VERSION_TAG_V1_5 --------- Co-authored-by: Santhosh Prabhu <6684582+santhoshmprabhu@users.noreply.github.com>
…eline (#3158) ci: add in 3089 to hubble block
Reason for Change:
ACN pipelines used Cilium version tags that didn't include the letter 'v'. This PR updates the pipelines to handle private fork version tags, which include the letter 'v'. This will allow us to set ADO pipeline variables to point to ACN private fork images for Cilium.
Issue Fixed:
Lack of support for ACN Cilium private fork images
Requirements:
Notes: