Skip to content

Commit

Permalink
fix: update nfs client image due to registry change (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Jul 15, 2024
2 parents 8819c0b + 4e31cdf commit c60e931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/quick-deploy/localhost/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ variable "redis" {
#parameters for Nfs
variable "nfs" {
type = object({
image = optional(string, "k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner")
image = optional(string, "registry.k8s.io/sig-storage/nfs-subdir-external-provisioner")
tag = optional(string)
server = optional(string)
path = optional(string)
Expand Down
2 changes: 1 addition & 1 deletion versions.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rtsp/mongosh": "2.2.6",
"nginxinc/nginx-unprivileged": "1.25.5-alpine-slim",
"datalust/seqcli": "2024.3",
"k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner": "v4.0.18",
"registry.k8s.io/sig-storage/nfs-subdir-external-provisioner": "v4.0.2",
"bitnami/rabbitmq": "3.12.14",
"ghcr.io/chaos-mesh/chaos-mesh": "v2.6.3",
"ghcr.io/chaos-mesh/chaos-daemon": "v2.6.3",
Expand Down

0 comments on commit c60e931

Please sign in to comment.