Skip to content

Commit

Permalink
Merge pull request #2 from gardener-community/upgrade-etcd
Browse files Browse the repository at this point in the history
update etcd to v3.4.13 and etcdbrctl to v0.12.1
  • Loading branch information
lotharbach authored Dec 22, 2022
2 parents 2c20287 + 98fc6af commit 73aa56e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/etcd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
apiVersion: v1
description: Helm chart for etcd
name: garden-etcd
appVersion: v3.3.10
version: 4.0.0
appVersion: v3.4.13
version: 5.0.0
4 changes: 2 additions & 2 deletions charts/etcd/templates/statefulset-etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ spec:
- --insecure-transport=false
- --insecure-skip-tls-verify=false
- --endpoints=https://{{ .Values.name }}-0:2379
- --etcd-connection-timeout=300
- --delta-snapshot-period-seconds=300
- --etcd-connection-timeout=300s
- --delta-snapshot-period=300s
image: {{ index .Values.images "etcd-backup-restore" }}
imagePullPolicy: IfNotPresent
ports:
Expand Down
4 changes: 2 additions & 2 deletions charts/etcd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ name: etcd
replicas: 1

images:
etcd: quay.io/coreos/etcd:v3.3.10
etcd-backup-restore: eu.gcr.io/gardener-project/gardener/etcdbrctl:0.4.1
etcd: quay.io/coreos/etcd:v3.4.13
etcd-backup-restore: eu.gcr.io/gardener-project/gardener/etcdbrctl:v0.12.1

backup:
schedule: "0 */24 * * *" # cron standard schedule
Expand Down

0 comments on commit 73aa56e

Please sign in to comment.