Skip to content

Commit

Permalink
OCTOPUS-612: Updates variables.tf to use correct nfs-client-provision…
Browse files Browse the repository at this point in the history
…er image

OCTOPUS-612: Changes are made so that by default nfs-client-provisioner image is "registry.k8s.io/sig-storage/nfs-subdir-external-provisioner:v4.0.2"
Signed-off-by: Chandan Abhyankar <chandan.abhyankar@gmail.com>
  • Loading branch information
Chandan-Abhyankar authored and yussufsh committed Feb 15, 2024
1 parent 46e49ce commit 838c195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ variable "helpernode_repo" {
variable "helpernode_tag" {
description = "Set the branch/tag name or commit# for using ocp4-helpernode repo"
# Checkout level for https://github.com/RedHatOfficial/ocp4-helpernode which is used for setting up services required on bastion node
default = "bf7842ec240f1d9ba5b5f9897bb72e7c86500faa"
default = "94b8a123308f3566835a8ea2f189b204f77af88c"
}

variable "install_playbook_repo" {
Expand Down

0 comments on commit 838c195

Please sign in to comment.