fix(docker-image): update docker.io/library/haproxy docker tag to v2.8.1
| datasource | package | from | to | | ---------- | ------------------------- | ----- | ----- | | docker | docker.io/library/haproxy | 2.8.0 | 2.8.1 |
This commit is contained in:
parent
76770afbdc
commit
5f02c2484e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ set container name dnsdist volume config destination '/etc/dnsdist/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.8.0'
|
||||
set container name haproxy-k8s-api image 'docker.io/library/haproxy:2.8.1'
|
||||
set container name haproxy-k8s-api memory '0'
|
||||
set container name haproxy-k8s-api network containers address '10.5.0.2'
|
||||
set container name haproxy-k8s-api restart 'on-failure'
|
||||
|
|
Reference in a new issue