Skip to content

Commit

Permalink
feat(deps): update external-snapshotter-suite
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Froberg <[email protected]>
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 7bc521d commit e4cd910
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccount: snapshot-controller
containers:
- name: snapshot-controller
image: k8s.gcr.io/sig-storage/snapshot-controller:v6.1.0
image: k8s.gcr.io/sig-storage/snapshot-controller:v6.2.1
args:
- "--v=5"
- "--leader-election=true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccount: snapshot-controller
containers:
- name: snapshot-controller
image: k8s.gcr.io/sig-storage/snapshot-controller:v6.1.0
image: k8s.gcr.io/sig-storage/snapshot-controller:v6.2.1
args:
- "--v=5"
- "--leader-election=true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccount: snapshot-controller
containers:
- name: snapshot-controller
image: k8s.gcr.io/sig-storage/snapshot-controller:v6.1.0
image: k8s.gcr.io/sig-storage/snapshot-controller:v6.2.1
args:
- "--v=5"
- "--leader-election=true"
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.1.0
tag: v6.3.4
ignore: |
# exclude all
/*
Expand Down

0 comments on commit e4cd910

Please sign in to comment.