Skip to content

Commit

Permalink
build(helm): add support for Kubernetes 1.30 (#799)
Browse files Browse the repository at this point in the history
Declare support for Kubernetes 1.30 that was successfully tested locally
using Kind 0.23.
  • Loading branch information
tiborsimko committed May 14, 2024
1 parent 822c386 commit 748ca07
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.30.0-0'
kubeVersion: '>= 1.21.0-0 < 1.31.0-0'
dependencies:
- name: traefik
version: 10.6.2
Expand Down

0 comments on commit 748ca07

Please sign in to comment.