Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon istio-provisioner: Update istio/operator image from 1.20.0 to 1.20.1 #17777

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Addon istio-provisioner: Update istio/operator image from 1.20.0 to 1…
….20.1
  • Loading branch information
minikube-bot committed Dec 12, 2023
commit ae144fcddc3654c644548c9cf831271f2087ad79
2 changes: 1 addition & 1 deletion pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ var Addons = map[string]*Addon{
"istio-operator.yaml",
"0640"),
}, false, "istio-provisioner", "3rd party (Istio)", "", "https://istio.io/latest/docs/setup/platform-setup/minikube/", map[string]string{
"IstioOperator": "istio/operator:1.20.0@sha256:22dbf3aafc388914bbf66c5b5b7264b1f4eb8cf853f3092f31e63f4f28aed0aa",
"IstioOperator": "istio/operator:1.20.1@sha256:de69c424e4d6672cf1360c7f36ee85e33dc8c4612490a83a102022557836e745",
}, map[string]string{
"IstioOperator": "docker.io",
}),
Expand Down
Loading