gardener / gardener-extension-shoot-cert-service

Gardener extension controller for certificate services for shoot clusters.
https://gardener.cloud
Apache License 2.0
10 stars 35 forks source link

Refactor imagevector package to conform to usage pattern in gardener/gardener #181

Closed MartinWeindel closed 1 year ago

MartinWeindel commented 1 year ago

How to categorize this PR?

/area dev-productivity /kind enhancement

What this PR does / why we need it: The script vendor/github.com/gardener/.ci/set_dependency_version was changed with https://github.com/gardener/gardener/pull/8250. It is used for generating automatic PRs in is used in .ci/set_dependency_version if dependent images are updated. The images.yaml are now expected at imagevector/images.yaml instead at charts/images.yaml. This PR adjust to this new pattern to avoid duplicating the script.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

Refactor imagevector package to conform to usage pattern in gardener/gardener