Skip to content

Commit

Permalink
chore(deps): update kubernetes csi (main) (cloudnative-pg#4652)
Browse files Browse the repository at this point in the history
https://github.com/kubernetes-csi/external-attacher `v4.5.1` -> `v4.6.0`
https://github.com/kubernetes-csi/external-provisioner `v4.0.1` -> `v5.0.0`
https://github.com/kubernetes-csi/external-resizer `v1.10.1` -> `v1.11.0`
https://github.com/kubernetes-csi/external-snapshotter `v7.0.2` -> `v8.0.0`

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent d98f26b commit 58915cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
KUBEBUILDER_VERSION: "2.3.1"
KIND_VERSION: "v0.23.0"
ROOK_VERSION: "v1.14.4"
EXTERNAL_SNAPSHOTTER_VERSION: "v7.0.2"
EXTERNAL_SNAPSHOTTER_VERSION: "v8.0.0"
OPERATOR_IMAGE_NAME: "ghcr.io/${{ github.repository }}-testing"
BUILD_PUSH_PROVENANCE: ""
BUILD_PUSH_CACHE_FROM: ""
Expand Down
8 changes: 4 additions & 4 deletions hack/setup-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ fi
KIND_NODE_DEFAULT_VERSION=v1.30.0
K3D_NODE_DEFAULT_VERSION=v1.30.0
CSI_DRIVER_HOST_PATH_DEFAULT_VERSION=v1.13.0
EXTERNAL_SNAPSHOTTER_VERSION=v7.0.2
EXTERNAL_PROVISIONER_VERSION=v4.0.1
EXTERNAL_RESIZER_VERSION=v1.10.1
EXTERNAL_ATTACHER_VERSION=v4.5.1
EXTERNAL_SNAPSHOTTER_VERSION=v8.0.0
EXTERNAL_PROVISIONER_VERSION=v5.0.0
EXTERNAL_RESIZER_VERSION=v1.11.0
EXTERNAL_ATTACHER_VERSION=v4.6.0
K8S_VERSION=${K8S_VERSION-}
KUBECTL_VERSION=${KUBECTL_VERSION-}
CSI_DRIVER_HOST_PATH_VERSION=${CSI_DRIVER_HOST_PATH_VERSION:-$CSI_DRIVER_HOST_PATH_DEFAULT_VERSION}
Expand Down

0 comments on commit 58915cd

Please sign in to comment.