Skip to content

Commit

Permalink
Working out versions and images
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Mar 13, 2025
1 parent 7fcece3 commit 6046a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ locals {
name = "istio-tools/kiali-operator"
source_image = "kiali/kiali-operator"
source_registry = "quay.io"
source_tag = var.kiali_operator_version
tag = var.kiali_operator_version
source_tag = var.kiali_application_version
tag = var.kiali_application_version
},
{
enabled = true
Expand Down
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ resource "helm_release" "kiali_operator" {
name = "image.tag"
value = module.images.images[local.kiali_operator_key].tag
}


set {
name = "cr.create"
value = "false"
Expand Down

0 comments on commit 6046a93

Please sign in to comment.