Skip to content

Commit

Permalink
Disable helm-update integration test (#11418)
Browse files Browse the repository at this point in the history
In this particular case that attempts to downgrade from 2.14.1 to
2.13.7, which is not possible for `linkerd-crds` because the version
  `v1beta3` of `httproutes.policy.linkerd.io` got introduced in 2.14.1:
```
Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: cannot patch "httproutes.policy.linkerd.io" with kind CustomResourceDefinition: CustomResourceDefinition.apiextensions.k8s.io "httproutes.policy.linkerd.io" is invalid: status.storedVersions[0]: Invalid value: "v1beta3": must appear in spec.versions: no CustomResourceDefinition with the name "httproutes.gateway.networking.k8s.io" found
```
  • Loading branch information
alpeb authored Sep 26, 2023
1 parent 264c874 commit 1c2cdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- default-policy-deny
- external
- rsa-ca
- helm-upgrade
# - helm-upgrade
- uninstall
# - upgrade-edge
- upgrade-stable
Expand Down

0 comments on commit 1c2cdba

Please sign in to comment.