Skip to content

Commit

Permalink
Update etcd-custom-image to v3.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao committed Aug 7, 2023
1 parent e8a2eb3 commit 6d0bd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ images:
- name: etcd
sourceRepository: github.com/gardener/etcd-custom-image
repository: eu.gcr.io/gardener-project/gardener/etcd
tag: "v3.4.13-bootstrap-12"
tag: "v3.4.26"
2 changes: 1 addition & 1 deletion pkg/component/etcd/statefulset/values_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func GenerateValues(

func getEtcdCommand(val Values) []string {
if !val.UseEtcdWrapper {
// safe to return an empty string array here since etcd-custom-image:v3.4.13-bootstrap-12 now uses an entry point that calls bootstrap.sh
// safe to return an empty string array here since etcd-custom-image:v3.4.13-bootstrap-12 (as well as v3.4.26) now uses an entry point that calls bootstrap.sh
return []string{}
}
//TODO @aaronfern: remove this feature gate when UseEtcdWraper becomes GA
Expand Down

0 comments on commit 6d0bd55

Please sign in to comment.