Closed apricote closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.26%. Comparing base (
efa5585
) to head (d8463be
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Should we also update on the csi-driver side https://github.com/hetznercloud/csi-driver/blob/main/skaffold.yaml#L7 ?
csi-driver should be fine, it references the images with that prefix in the Helm Chart: https://github.com/hetznercloud/csi-driver/blob/4c77198f9138dfc672cedea184551de2c20857b0/chart/values.yaml#L131
We changed the image reference in a recent PR. With this, skaffold was unable to match it against the image referenced in the Helm chart, so it always deployed the tagged version of the image.
This caused all e2e tests to not use the actual changes made in those PRs.
Noticed this because the release-please PR was trying to pull a
v1.20.0
image and failed.