Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
feat(github-release): update external snapshotter group
Browse files Browse the repository at this point in the history
| datasource  | package                             | from   | to     |
| ----------- | ----------------------------------- | ------ | ------ |
| github-tags | kubernetes-csi/external-snapshotter | v6.2.2 | v6.3.4 |
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 9c346cc commit 624ac47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/rook-ceph/snapshot-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccount: snapshot-controller
containers:
- name: snapshot-controller
image: k8s.gcr.io/sig-storage/snapshot-controller:v6.2.1
image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.1
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion cluster/crds/external-snapshotter/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
# renovate: datasource=github-releases
url: https://github.com/kubernetes-csi/external-snapshotter.git
ref:
tag: v6.2.2
tag: v6.3.4
ignore: |
# exclude all
/*
Expand Down

0 comments on commit 624ac47

Please sign in to comment.