Merge branch 'renovate/registry.k8s.io-e2e-test-images-agnhost-2.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

Update registry.k8s.io/e2e-test-images/agnhost Docker tag to v2.61

See merge request deepcypher/dc-kc!968
This commit is contained in:
George Onoufriou
2026-01-22 00:16:05 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: debug-utils
description: debug-utils to help debug things like DNS resolution etc
type: application
version: 0.2.0
version: 0.3.0
appVersion: "1.16.0"
dependencies:

View File

@@ -1,6 +1,6 @@
# debug-utils
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
debug-utils to help debug things like DNS resolution etc
@@ -25,7 +25,7 @@ debug-utils to help debug things like DNS resolution etc
| dns-util.image.pullPolicy | string | `"IfNotPresent"` | |
| dns-util.image.registry | string | `"registry.k8s.io"` | |
| dns-util.image.repository | string | `"e2e-test-images/agnhost"` | |
| dns-util.image.tag | string | `"2.59"` | |
| dns-util.image.tag | string | `"2.61"` | |
| dns-util.job.enabled | bool | `false` | |
| dns-util.livenessProbeEnabled | bool | `false` | |
| dns-util.netpol.enabled | bool | `false` | |

View File

@@ -7,7 +7,7 @@ dns-util:
registry: registry.k8s.io
repository: e2e-test-images/agnhost
pullPolicy: IfNotPresent
tag: "2.59"
tag: "2.61"
cron:
enabled: true
suspend: true