Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "helm_release" "eck-operator" {
# flags as deprecated (see the deprecation warning in the operator logs).
# Before bumping, confirm the target ECK version still supports ES 7.x — newer
# majors drop it. Do NOT upgrade if ES 7 support is missing.
version = "3.4.1" # https://github.com/elastic/cloud-on-k8s/releases
version = "3.5.0" # https://github.com/elastic/cloud-on-k8s/releases

depends_on = [
azurerm_kubernetes_cluster.ifrcgo
Expand Down
Loading