Skip to content

Commit

Permalink
Fix operator image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Mar 12, 2025
1 parent 520f146 commit 7fcece3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy_images.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
kiali_operator_key = format("%v#%v", "istio-tools/kiali-operator", var.kiali_application_version)
# kiali_key = format("%v#%v", "istio-tools/kiali", var.kiali_application_version)
kiali_server_key = format("%v#%v", "istio-tools/kiali", var.kiali_operator_version)

image_config = [
## Images for Kiali
Expand Down

0 comments on commit 7fcece3

Please sign in to comment.