Skip to content

Commit

Permalink
Patch etcdbrctl version (#946)
Browse files Browse the repository at this point in the history
* Update acre.yaml

Change etcdbrctl to v0.15.1

* Update statefulset-etcd.yaml

Updated command parameters to what v15 of etcdbrctl requires
  • Loading branch information
JuergenMair authored Dec 6, 2022
1 parent 86f617d commit 33082fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ landscape:
image_tag: "v3.3.13"
backup_restore:
image_repo: eu.gcr.io/gardener-project/gardener/etcdbrctl
image_tag: "0.6.4"
image_tag: "v0.15.1"
gardener:
<<: (( merge ))
repo: "https://github.com/gardener/gardener.git"
Expand Down
4 changes: 2 additions & 2 deletions components/etcd/cluster/chart/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

0 comments on commit 33082fa

Please sign in to comment.