Skip to content

Commit

Permalink
Upgrade default etcd version to 3.5.17
Browse files Browse the repository at this point in the history
Signed-off-by: Graham Campbell <[email protected]>
  • Loading branch information
GrahamCampbell committed Jan 29, 2025
1 parent d89ef54 commit a2cfc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/planetscale/v2/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ var (
// DefaultEtcdImage is the image to use for etcd when the CRD doesn't specify.
// This value can be configured at operator startup time with the
// --default_etcd_image flag.
DefaultEtcdImage = "quay.io/coreos/etcd:v3.5.9"
DefaultEtcdImage = "quay.io/coreos/etcd:v3.5.17"
)
2 changes: 1 addition & 1 deletion tools/get-kube-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ KUBERNETES_RELEASE_URL="${KUBERNETES_RELEASE_URL:-https://dl.k8s.io}"

# This should be the etcd version downloaded by kubernetes/hack/lib/etcd.sh
# as of the above Kubernetes version.
ETCD_VERSION="${ETCD_VERSION:-v3.3.15}"
ETCD_VERSION="${ETCD_VERSION:-v3.5.17}"
ETCD_RELEASE_URL="${ETCD_RELEASE_URL:-https://github.com/coreos/etcd/releases/download}"

DIR="${BASH_SOURCE%/*}"
Expand Down

0 comments on commit a2cfc87

Please sign in to comment.