Skip to content

Commit

Permalink
k8s 1.25 support (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
panigs7 authored Nov 8, 2022
1 parent 31d188e commit 485b3e9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ For any CSM Operator and driver issues, questions or feedback, join the [Dell Te
## Supported Platforms
Dell Container Storage Modules Operator has been tested and qualified with

* Upstream Kubernetes cluster v1.22, v1.23, v1.24
* OpenShift Clusters 4.9, 4.10 with RHEL 7.x (with OCP 4.9), RHEL 8.x (with OCP 4.10) & RHCOS worker nodes
* Upstream Kubernetes cluster v1.23, v1.24, v1.25
* OpenShift Clusters 4.10, 4.11 with RHEL RHEL 8.x & RHCOS worker nodes

## Installation
To install Dell Container Storage Modules Operator please refer the steps given here at [https://dell.github.io/csm-docs/docs/deployment/csmoperator/](https://dell.github.io/csm-docs/docs/deployment/csmoperator/)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const (
// K8sMinimumSupportedVersion is the minimum supported version for k8s
K8sMinimumSupportedVersion = "1.21"
// K8sMaximumSupportedVersion is the maximum supported version for k8s
K8sMaximumSupportedVersion = "1.24"
K8sMaximumSupportedVersion = "1.25"
)

var (
Expand Down
24 changes: 24 additions & 0 deletions operatorconfig/driverconfig/common/k8s-1.25-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# IT IS RECOMMENDED YOU DO NOT CHANGE THE IMAGES TO BE DOWNLOADED.
images:
# "images.attacher" defines the container images used for the csi attacher
# container.
attacher: k8s.gcr.io/sig-storage/csi-attacher:v3.5.0

# "images.provisioner" defines the container images used for the csi provisioner
# container.
provisioner: k8s.gcr.io/sig-storage/csi-provisioner:v3.2.1

# "images.snapshotter" defines the container image used for the csi snapshotter
snapshotter: k8s.gcr.io/sig-storage/csi-snapshotter:v6.0.1

# "images.registrar" defines the container images used for the csi registrar
# container.
registrar: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1

# "images.resizer" defines the container images used for the csi resizer
# container.
resizer: k8s.gcr.io/sig-storage/csi-resizer:v1.5.0

# "images.externalhealthmonitorcontroller" defines the container images used for the csi external health monitor controller
# container.
externalhealthmonitorcontroller: k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.6.0

0 comments on commit 485b3e9

Please sign in to comment.