mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 18:48:39 -04:00
cli: allow helm upgrades with old k8s patch version (#2095)
This commit is contained in:
parent
37af5f5f50
commit
26f4a13934
2 changed files with 20 additions and 5 deletions
|
@ -255,7 +255,7 @@ func (c *Client) upgradeRelease(
|
|||
) error {
|
||||
// We need to load all values that can be statically loaded before merging them with the cluster
|
||||
// values. Otherwise the templates are not rendered correctly.
|
||||
k8sVersion, err := versions.NewValidK8sVersion(conf.KubernetesVersion, true)
|
||||
k8sVersion, err := versions.NewValidK8sVersion(conf.KubernetesVersion, false)
|
||||
if err != nil {
|
||||
return fmt.Errorf("validating k8s version: %s", conf.KubernetesVersion)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue