Skip to content

Commit

Permalink
udpate to 1.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 25, 2024
1 parent 879522f commit 090ba57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#cert_manager_cainjector_tag = "v1.4.3"
#cert_manager_controller_tag = "v1.4.3"
#cert_manager_webhook_tag = "v1.4.3"
#cluster_autoscaler_tag = "v1.24.0"
istio_tag = "1.18.2"
#metrics_server_tag = "0.6.2-debian-11-r9"
istio_tag = "1.18.7"
tls_crt_b64 = ""
tls_crt_contents = ""
tls_crt_file = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ image_details = {
source_registry = "docker.io"
source_image = "istio/operator"
source_tag = null
tag = "1.18.2"
tag = "1.18.7"
enabled = true
}
"istio-pilot" = {
Expand All @@ -81,7 +81,7 @@ image_details = {
source_registry = "docker.io"
source_image = "istio/pilot"
source_tag = null
tag = "1.18.2"
tag = "1.18.7"
enabled = true
}
"istio-proxyv2" = {
Expand All @@ -91,7 +91,7 @@ image_details = {
source_registry = "docker.io"
source_image = "istio/proxyv2"
source_tag = null
tag = "1.18.2"
tag = "1.18.7"
enabled = true
}
"prometheus-operator" = {
Expand Down

0 comments on commit 090ba57

Please sign in to comment.