Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 106dea2

Browse files
fix(docker-image): update docker.io/library/haproxy docker tag to v2.9.2 (#62)
| datasource | package | from | to | | ---------- | ------------------------- | ----- | ----- | | docker | docker.io/library/haproxy | 2.9.0 | 2.9.2 | Co-authored-by: mahoro-bot <115426318+mahoro-bot[bot]@users.noreply.github.com>
1 parent 2f1332c commit 106dea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-parts/container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ set container name dnsdist volume config source '/config/containers/dnsdist/conf
4646
set container name dnsdist volume config mode 'ro'
4747

4848
# haproxy-k8s-api
49-
set container name haproxy-k8s-api image 'docker.io/library/haproxy:2.9.0'
49+
set container name haproxy-k8s-api image 'docker.io/library/haproxy:2.9.2'
5050
set container name haproxy-k8s-api memory '0'
5151
set container name haproxy-k8s-api network containers address '10.5.0.2'
5252
set container name haproxy-k8s-api restart 'on-failure'

0 commit comments

Comments
 (0)