Skip to content

Commit

Permalink
build(helm): add support for Kubernetes 1.29 (#775)
Browse files Browse the repository at this point in the history
Declare support for Kubernetes 1.29 that was successfully tested locally
using Kind 0.21.
  • Loading branch information
tiborsimko committed Feb 5, 2024
1 parent 311e157 commit ae90500
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 @@ -28,7 +28,7 @@ keywords:
type: application
# Chart version.
version: 0.9.2
kubeVersion: ">= 1.21.0-0 < 1.29.0-0"
kubeVersion: ">= 1.21.0-0 < 1.30.0-0"
dependencies:
- name: traefik
version: 10.6.2
Expand Down

0 comments on commit ae90500

Please sign in to comment.