Skip to content

Commit

Permalink
chore(deps): update registry.k8s.io/sig-storage/csi-node-driver-regis…
Browse files Browse the repository at this point in the history
…trar docker tag to v2.9.2
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent cca26a7 commit b3e57e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/cert_manager_csi_driver/daemon_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
spec: {
containers: [{
name: "node-driver-registrar"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2"
imagePullPolicy: v1.#PullIfNotPresent
args: [
"-v=1",
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/cert_manager_csi_driver/daemon_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
spec: {
containers: [{
name: "node-driver-registrar"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2"
imagePullPolicy: v1.#PullIfNotPresent
args: [
"-v=1",
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/secrets_store_csi_driver/daemon_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
}]
containers: [{
name: "node-driver-registrar"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2"
imagePullPolicy: v1.#PullIfNotPresent
args: [
"--v=5",
Expand Down

0 comments on commit b3e57e9

Please sign in to comment.