Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
etcd: Update to v3.4.16
Browse files Browse the repository at this point in the history
Release Notes: https://github.com/etcd-io/etcd/releases/tag/v3.4.16

Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Jun 14, 2021
1 parent 96f755c commit d13e0ea
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ storage:
mode: 0644
contents:
inline: |
IMAGE_TAG=v3.4.14
IMAGE_TAG=v3.4.16
IMAGE_URL=quay.io/coreos/etcd
SSL_DIR=/etc/ssl/etcd
USER=etcd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ systemd:
- name: 40-etcd-cluster.conf
contents: |
[Service]
Environment="IMAGE_TAG=v3.4.14"
Environment="IMAGE_TAG=v3.4.16"
Environment="IMAGE_URL=docker://quay.io/coreos/etcd"
Environment="RKT_RUN_ARGS=--insecure-options=image"
Environment="SSL_DIR=/etc/ssl/etcd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ storage:
mode: 0644
contents:
inline: |
IMAGE_TAG=v3.4.14
IMAGE_TAG=v3.4.16
IMAGE_URL=quay.io/coreos/etcd
SSL_DIR=/etc/ssl/etcd
USER=etcd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ systemd:
- name: 40-etcd-cluster.conf
contents: |
[Service]
Environment="IMAGE_TAG=v3.4.14"
Environment="IMAGE_TAG=v3.4.16"
Environment="IMAGE_URL=docker://quay.io/coreos/etcd"
Environment="RKT_RUN_ARGS=--insecure-options=image"
Environment="SSL_DIR=/etc/ssl/etcd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ systemd:
- name: 40-etcd-cluster.conf
contents: |
[Service]
Environment="IMAGE_TAG=v3.4.14"
Environment="IMAGE_TAG=v3.4.16"
Environment="IMAGE_URL=docker://quay.io/coreos/etcd"
Environment="RKT_RUN_ARGS=--insecure-options=image"
Environment="SSL_DIR=/etc/ssl/etcd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ storage:
mode: 0644
contents:
inline: |
IMAGE_TAG=v3.4.14${etcd_arch_tag_suffix}
IMAGE_TAG=v3.4.16${etcd_arch_tag_suffix}
IMAGE_URL=quay.io/coreos/etcd
SSL_DIR=/etc/ssl/etcd
USER=etcd
Expand Down
12 changes: 6 additions & 6 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.

0 comments on commit d13e0ea

Please sign in to comment.