Skip to content
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

Pin operand's latest SHA #206

Merged
merged 2 commits into from
Sep 5, 2024
Merged

Pin operand's latest SHA #206

merged 2 commits into from
Sep 5, 2024

Conversation

guicassolato
Copy link
Collaborator

@guicassolato guicassolato commented Sep 4, 2024

Option to pin the operand image tag to a git ref (commit sha) instead of only 'latest' (default) or a release version tag ('vX.Y.Z').

Changes the CI workflow to pin the operand's image tag in the manifests to the latest git ref (commit sha) known at the GitHub org.

This still requires additional automation to rebuild the Operator images whenever the operand's most recent git sha changes (Authorino repo).

Closes #168

… of only 'latest' (default) or a release version tag ('vX.Y.Z')

Signed-off-by: Guilherme Cassolato <guicassolato@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.78%. Comparing base (7514296) to head (b22402a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #206   +/-   ##
=======================================
  Coverage   61.78%   61.78%           
=======================================
  Files           2        2           
  Lines         785      785           
=======================================
  Hits          485      485           
  Misses        249      249           
  Partials       51       51           
Flag Coverage Δ
unit 61.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Guilherme Cassolato <guicassolato@gmail.com>
@guicassolato guicassolato merged commit e26e1f3 into main Sep 5, 2024
11 checks passed
@guicassolato guicassolato deleted the pin-operand-sha branch September 5, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

SHA builds do not use fixed Authorino image
3 participants