fix(docker-image): update docker.io/library/haproxy docker tag to v2.7.8
| datasource | package | from | to | | ---------- | ------------------------- | ----- | ----- | | docker | docker.io/library/haproxy | 2.7.4 | 2.7.8 |
This commit is contained in:
parent
7ad1548960
commit
668b9b5c11
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ set container name dnsdist volume config source '/config/containers/dnsdist/conf
|
|||
set container name dnsdist volume config mode 'ro'
|
||||
|
||||
# haproxy-k8s-api
|
||||
set container name haproxy-k8s-api image 'docker.io/library/haproxy:2.7.4'
|
||||
set container name haproxy-k8s-api image 'docker.io/library/haproxy:2.7.8'
|
||||
set container name haproxy-k8s-api memory '0'
|
||||
set container name haproxy-k8s-api network services address '10.5.0.2'
|
||||
set container name haproxy-k8s-api restart 'on-failure'
|
||||
|
|
Reference in a new issue