Skip to content

Commit

Permalink
revert istio-operator, cert-manager-ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 2, 2025
1 parent 4d227d6 commit 16e4d01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/full-cluster-tf-upgrade/1.31/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ cert-manager-ctl:
source_image: "jetstack/cert-manager-ctl"
source_tag: null
enabled: true
tag: "v1.16.2"
# tag: "v1.16.2"
tag: "v1.14.7"
metrics-server:
documentation: "https://hub.docker.com/r/bitnami/metrics-server/tags"
name: "metrics-server"
Expand All @@ -67,7 +68,8 @@ istio-operator:
source_image: "istio/operator"
source_tag: null
enabled: true
tag: "1.24.2"
# tag: "1.24.2"
tag: "1.23.4"
istio-pilot:
documentation: "https://istio.io/latest/docs/releases/supported-releases"
name: "istio/pilot"
Expand Down

0 comments on commit 16e4d01

Please sign in to comment.