Skip to content

Commit

Permalink
update cert-manager to 1.14.3, istio to 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 4, 2024
1 parent 3bec647 commit 3c522ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#cert_manager_cainjector_tag = "v1.4.3"
#cert_manager_controller_tag = "v1.4.3"
#cert_manager_webhook_tag = "v1.4.3"
istio_tag = "1.18.7"
istio_tag = "1.20.3"
tls_crt_b64 = ""
tls_crt_contents = ""
tls_crt_file = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ chart_details = {
"cert-manager" = {
name = "cert-manager"
repository = "https://charts.jetstack.io"
version = "v1.12.3"
version = "v1.14.3"
use_remote = true
}
"metrics-server" = {
name = "metrics-server"
repository = "https://charts.bitnami.com/bitnami"
version = "6.2.6"
# version = "6.12.0"
use_remote = true
}
}
Expand All @@ -21,7 +22,7 @@ image_details = {
source_registry = "quay.io"
source_image = "jetstack/cert-manager-controller"
source_tag = null
tag = "v1.12.3"
tag = "v1.14.3"
enabled = true
}
"cert-manager-cainjector" = {
Expand All @@ -31,7 +32,7 @@ image_details = {
source_registry = "quay.io"
source_image = "jetstack/cert-manager-cainjector"
source_tag = null
tag = "v1.12.3"
tag = "v1.14.3"
enabled = true
}
"cert-manager-webhook" = {
Expand All @@ -41,7 +42,7 @@ image_details = {
source_registry = "quay.io"
source_image = "jetstack/cert-manager-webhook"
source_tag = null
tag = "v1.12.3"
tag = "v1.14.3"
enabled = true
}
"cert-manager-ctl" = {
Expand All @@ -51,7 +52,7 @@ image_details = {
source_registry = "quay.io"
source_image = "jetstack/cert-manager-ctl"
source_tag = null
tag = "v1.12.3"
tag = "v1.14.3"
enabled = true
}
"metrics-server" = {
Expand All @@ -71,7 +72,7 @@ image_details = {
source_registry = "docker.io"
source_image = "istio/operator"
source_tag = null
tag = "1.18.7"
tag = "1.20.3"
enabled = true
}
"istio-pilot" = {
Expand All @@ -81,7 +82,7 @@ image_details = {
source_registry = "docker.io"
source_image = "istio/pilot"
source_tag = null
tag = "1.18.7"
tag = "1.20.3"
enabled = true
}
"istio-proxyv2" = {
Expand All @@ -91,7 +92,7 @@ image_details = {
source_registry = "docker.io"
source_image = "istio/proxyv2"
source_tag = null
tag = "1.18.7"
tag = "1.20.3"
enabled = true
}
"prometheus-operator" = {
Expand Down

0 comments on commit 3c522ef

Please sign in to comment.