Skip to content

Commit

Permalink
build(helm): add support for Kubernetes 1.31 (reanahub#822)
Browse files Browse the repository at this point in the history
Declare support for Kubernetes 1.31 that was successfully tested locally
using Kind 0.24.
  • Loading branch information
tiborsimko committed Aug 29, 2024
1 parent a26db8a commit 9a7e541
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.31.0-0'
kubeVersion: '>= 1.21.0-0 < 1.32.0-0'
dependencies:
- name: traefik
version: 10.6.2
Expand Down

0 comments on commit 9a7e541

Please sign in to comment.