Update ETCD to v3.5.11

Change-Id: I198dca1209097de4d60a53a7568f0c4790679599
This commit is contained in:
SPEARS, DUSTIN (ds443n) 2024-02-05 10:32:50 -05:00
parent 6ae2bcf4ba
commit 89b5b2b761
2 changed files with 8 additions and 18 deletions

View File

@ -16,24 +16,14 @@
{{- $envAll := . }}
{{- define "etcdreadinessProbeTemplate" }}
exec:
command:
- /bin/sh
- -c
- |-
export ETCDCTL_ENDPOINTS=https://$POD_IP:{{ .Values.network.service_client.target_port }}
etcdctl endpoint health
exit $?
httpGet:
path: /health
port: {{ .Values.network.service_client.target_port }}
{{- end }}
{{- define "etcdlivenessProbeTemplate" }}
exec:
command:
- /bin/sh
- -c
- |-
export ETCDCTL_ENDPOINTS=https://$POD_IP:{{ .Values.network.service_client.target_port }}
etcdctl endpoint status
exit $?
httpGet:
path: /health
port: {{ .Values.network.service_client.target_port }}
{{- end }}
# Strip off "etcd" from service name to get the application name
# Note that application can either be kubernetes or calico for now

View File

@ -14,8 +14,8 @@
images:
tags:
etcd: quay.io/coreos/etcd:v3.5.6
etcdctl: quay.io/coreos/etcd:v3.5.6
etcd: quay.io/coreos/etcd:v3.5.11
etcdctl: "quay.io/airshipit/porthole-etcdctl-utility:latest-ubuntu_focal"
etcdctl_backup: "quay.io/airshipit/porthole-etcdctl-utility:latest-ubuntu_focal"
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic