Skip to content

Commit

Permalink
πŸ› fix(images): update module ref
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 24, 2024
1 parent a580dc6 commit 4be4187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module "preinstall" {
}

resource "helm_release" "kiali_operator" {
depends_on = [module.image]
depends_on = [module.images]
chart = "kiali-operator"
version = var.kiali_operator_version
name = "kiali-operator"
Expand Down

0 comments on commit 4be4187

Please sign in to comment.