Skip to content

Commit

Permalink
Merge pull request #544 from prb112/gcr-change
Browse files Browse the repository at this point in the history
fix: gcr.io in helpernode requires a tag update
  • Loading branch information
ppc64le-cloud-bot authored Jan 31, 2025
2 parents 2831ad6 + eb96343 commit 6a908af
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 @@ -306,7 +306,7 @@ variable "helpernode_repo" {
variable "helpernode_tag" {
type = string
description = "Set the branch/tag name or commit# for using ocp4-helpernode repo"
default = "d1ab538df6aeba915bf056f7983a60a68717d4d9"
default = "aeb0da160c6f6f94a9709ba784bdefb38011e045"
# Checkout level for var.helpernode_repo which is used for setting up services required on bastion node
}

Expand Down

0 comments on commit 6a908af

Please sign in to comment.