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
From looking at the code, this may be by design due to the subcharting strategy. However, helm.sh/chart: is reporting the incorrect version for all the charts.
I generally track subcharts with independent versions. For instance, a release that only updated oidc would have no impact on spire-server subchart and not cycle all the spire-agents.
We discussed this in the weekly sync meeting today. When we move to having multiple root level charts (#11) then we'll have proper versioning for these charts as a result.
From looking at the code, this may be by design due to the subcharting strategy. However,
helm.sh/chart:
is reporting the incorrect version for all the charts.I generally track subcharts with independent versions. For instance, a release that only updated oidc would have no impact on spire-server subchart and not cycle all the spire-agents.
Changing the versions probably will require dropping the versions in the relative imports. I'm not sure if that was addressing something but the relative imports should make versions unnecessary https://github.com/spiffe/helm-charts-hardened/blob/main/charts/spire/Chart.yaml#L27
The text was updated successfully, but these errors were encountered: