Skip to content

Commit

Permalink
Update README.md and Chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mugdha-adhav committed Mar 7, 2025
1 parent 43e1449 commit da2c075
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.12.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
kubectl_version: "v1.32.2"
config: ./hack/ci/containerd-cluster-conf.yaml
- name: Build image
run: ./hack/ci/build.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.12.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
kubectl_version: "v1.32.2"
config: ./hack/ci/containerd-cluster-conf.yaml
- name: Install private registry
run: ./hack/ci/setup_private_registry.sh
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
echo "VALUE_FILE=charts/warm-metal-csi-driver/values.yaml" >> "$GITHUB_ENV"
echo "IMAGE_TAG=$(git rev-parse --short HEAD)" >> "$GITHUB_ENV"
echo "HELM_NAME=wm-csi-integration-tests" >> "$GITHUB_ENV"
- name: Setup tmate session for debugging
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
detached: true
- name: Install the CSI Driver
run: |
helm install ${HELM_NAME} charts/warm-metal-csi-driver -n kube-system \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with crio
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.12.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- uses: actions/checkout@v4
- uses: opsgang/ga-setup-minikube@v0.1.2
with:
minikube-version: '1.20.0'
k8s-version: '1.21.0'
minikube-version: 'v1.35.0'
k8s-version: '1.32.2'
- name: Start a Kubernetes cluster with docker
run: ./hack/ci/setup_docker_cluster.sh
- name: Build image
Expand All @@ -19,4 +19,4 @@ jobs:
- name: Run integration Tests
run: ./hack/ci/test.sh
- name: Uninstall the CSI Driver
run: ./hack/ci/uninstall_driver_containerd.sh
run: ./hack/ci/uninstall_driver_containerd.sh
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.12.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.12.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
kubectl_version: "v1.32.2"
config: ./hack/ci/containerd-cluster-conf.yaml
- name: Build image
run: ./hack/ci/build.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with crio
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.12.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down
File renamed without changes.
33 changes: 0 additions & 33 deletions .github/workflows/test.yml.disabled

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= v2.0.1
VERSION ?= v2.1.0

IMAGE_BUILDER ?= docker
IMAGE_BUILD_CMD ?= buildx
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Tested changes on below mentioned versions -
| 0.7.x | v1.25 | 1.6.8 | v1.20.9 |
| 0.8.x | v1.25 | 1.6.8 | v1.20.9 |
| 1.0.x | v1.25 | 1.6.8 | v1.25.2 |
| 1.2.x | v1.25 | 1.6.8 | v1.25.2 |
| 2.x.x | v1.25 | 1.6.8 | v1.25.2 |
| 2.1.x | v1.32 | 2.x | v1.25.2 |

#### References:
* containerd [releases](https://containerd.io/releases/#kubernetes-support)
Expand Down
4 changes: 2 additions & 2 deletions charts/warm-metal-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.1
version: 2.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v2.0.1
appVersion: v2.1.0

0 comments on commit da2c075

Please sign in to comment.