Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Updated etcd image version to v3.5.1
Browse files Browse the repository at this point in the history
```noteworthy operator
Update etcd version from v3.5.0 to v3.5.1. ⚠️ This will cause a restart of the etcd.
```
  • Loading branch information
gardener-robot-ci-2 committed Oct 16, 2021
1 parent 7ad8057 commit 9409ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and Gardener contributors
# SPDX-License-Identifier: Apache-2.0

FROM gcr.io/etcd-development/etcd:v3.5.0
FROM gcr.io/etcd-development/etcd:v3.5.1

RUN apt update
RUN apt install -y bash curl wget
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.5.0
v3.5.1

0 comments on commit 9409ec2

Please sign in to comment.