Skip to content

Commit

Permalink
update chart path (#2313)
Browse files Browse the repository at this point in the history
Signed-off-by: Carly <[email protected]>
  • Loading branch information
newcarlis authored Mar 4, 2024
1 parent ada2811 commit be2d39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/helm-operator/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "helm" {
chart = "https://bsgrigorov.github.io/helm-operator/helm-operator-0.0.2.tgz"
name = "helm-operator"
values = {
image = {
images = {
operator = "${data.oci_string.ref.registry_repo}:${data.oci_string.ref.pseudo_tag}"
}
}
Expand Down

0 comments on commit be2d39b

Please sign in to comment.