Skip to content

Commit

Permalink
refactor istio to use imagetest_harness_k3s
Browse files Browse the repository at this point in the history
Signed-off-by: Jamon <[email protected]>
  • Loading branch information
jamonation committed Apr 11, 2024
1 parent a559eb7 commit cfffbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/istio/tests/istiod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ variable "values" {
revision = "istio-system"
pilot = {
image = "cgr.dev/chainguard/istio-pilot"
tag = "latest"
}
global = {
istioNamespace = "istio-system"
Expand Down
1 change: 1 addition & 0 deletions images/istio/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module "helm_istiod" {
revision = local.namespace
pilot = {
image = data.oci_string.ref["pilot"].registry_repo
tag = data.oci_string.ref["pilot"].pseudo_tag
}
global = {
istioNamespace = local.namespace
Expand Down

0 comments on commit cfffbc9

Please sign in to comment.