Skip to content

Commit

Permalink
chore(deps): replace k8s.gcr.io/sig-storage/livenessprobe docker tag …
Browse files Browse the repository at this point in the history
…with registry.k8s.io/sig-storage/livenessprobe
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 7debeac commit 5d85c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -42,7 +42,7 @@ import (
}]
}, {
name: "liveness-probe"
image: "k8s.gcr.io/sig-storage/livenessprobe:v2.6.0"
image: "registry.k8s.io/sig-storage/livenessprobe:v2.6.0"
args: [
"--csi-address=/plugin/csi.sock",
"--probe-timeout=3s",
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 @@ -42,7 +42,7 @@ import (
}]
}, {
name: "liveness-probe"
image: "k8s.gcr.io/sig-storage/livenessprobe:v2.6.0"
image: "registry.k8s.io/sig-storage/livenessprobe:v2.6.0"
args: [
"--csi-address=/plugin/csi.sock",
"--probe-timeout=3s",
Expand Down

0 comments on commit 5d85c90

Please sign in to comment.