etcd: Updated to v3.5.4

This commit is contained in:
Manish Kumar
2022-05-13 13:24:53 +05:30
parent 8415ae647d
commit e9e8be304c
8 changed files with 14 additions and 13 deletions

View File

@@ -18,7 +18,7 @@
{
"name": "etcd-container",
{{security_context}}
"image": "{{ pillar.get('etcd_docker_repository', 'registry.k8s.io/etcd') }}:{{ pillar.get('etcd_docker_tag', '3.5.3-0') }}",
"image": "{{ pillar.get('etcd_docker_repository', 'registry.k8s.io/etcd') }}:{{ pillar.get('etcd_docker_tag', '3.5.4-0') }}",
"resources": {
"requests": {
"cpu": {{ cpulimit }}
@@ -34,7 +34,7 @@
"value": "{{ pillar.get('storage_backend', 'etcd3') }}"
},
{ "name": "TARGET_VERSION",
"value": "{{ pillar.get('etcd_version', '3.5.3') }}"
"value": "{{ pillar.get('etcd_version', '3.5.4') }}"
},
{
"name": "DO_NOT_MOVE_BINARIES",