Skip to content

Commit

Permalink
feat(helm): release check on most-supported Kubernetes version (#848)
Browse files Browse the repository at this point in the history
Since Kubernetes 1.22, there was never a big need to actually upgrade
REANA source code to make it work on new Kubernetes releases. (This is
thanks to the fact that REANA uses pretty stable Kubernetes API
internally.) This commit therefore releases the upper boundary check on
the supported Kubernetes versions in order to be more welcoming to
future Kubernetes upgrades, alleviating the need to manually bump the
supported version number.
  • Loading branch information
tiborsimko committed Nov 23, 2024
1 parent fab5591 commit 1a98b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- reusable-science
type: application
version: 0.9.3
kubeVersion: '>= 1.21.0-0 < 1.32.0-0'
kubeVersion: '>= 1.21.0-0'
dependencies:
- name: traefik
version: 10.6.2
Expand Down

0 comments on commit 1a98b0a

Please sign in to comment.