You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
). That is why Renovate only handles major versions.
I had to upgrade the dependencies while working on #471 to pass CI. This is not a desirable workflow. The dependencies should be upgraded in separate PRs.
The solution would be to define full versions in Chart.yaml, such as 2.26.0 as opposed to 2.27.0. Then Renovate can update minor and patch versions as well.
The CI in this repo runs
helm dependency update
in CI:helm-charts/.github/workflows/ci.yaml
Line 32 in d0e261b
The dependencies in
Chart.yaml
are defined with major versions only (for example:helm-charts/charts/nautobot/Chart.yaml
Line 66 in d0e261b
I had to upgrade the dependencies while working on #471 to pass CI. This is not a desirable workflow. The dependencies should be upgraded in separate PRs.
The solution would be to define full versions in
Chart.yaml
, such as2.26.0
as opposed to2.27.0
. Then Renovate can update minor and patch versions as well.Adding for reference: https://docs.renovatebot.com/modules/manager/helmv3/
The text was updated successfully, but these errors were encountered: