Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev-v2.9] Harvester CSI driver k8s version 1.30 support #4123

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/harvester-csi-driver/104.0.0+up0.1.17/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Harvester CSI Driver
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.30.0-0'
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.31.0-0'
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
Expand Down
6 changes: 3 additions & 3 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ entries:
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Harvester CSI Driver
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.30.0-0'
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.31.0-0'
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
Expand All @@ -2642,9 +2642,9 @@ entries:
catalog.cattle.io/upstream-version: 0.1.17
apiVersion: v2
appVersion: v0.1.6
created: "2024-02-19T17:15:50.863575923+08:00"
created: "2024-06-25T10:54:01.320263745+08:00"
description: A Helm chart for Harvester CSI driver
digest: a7b7aca561856d0d92f0d59c6aa64b2bfbed40349d3ff04de0a03a8469b8f3d0
digest: 8c0b7007fac9c366b87c5f0919f033059172f01e40d31e6732532ca4ad2eb2e4
keywords:
- infrastructure
- harvester
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Harvester CSI Driver
- catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.26.0-0'
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.30.0-0'
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.31.0-0'
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
Expand Down