diff --git a/charts/debug-utils/Chart.yaml b/charts/debug-utils/Chart.yaml index 7800bd30..addfc4ac 100644 --- a/charts/debug-utils/Chart.yaml +++ b/charts/debug-utils/Chart.yaml @@ -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: diff --git a/charts/debug-utils/README.md b/charts/debug-utils/README.md index 03115f44..140a7166 100644 --- a/charts/debug-utils/README.md +++ b/charts/debug-utils/README.md @@ -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` | | diff --git a/charts/debug-utils/values.yaml b/charts/debug-utils/values.yaml index 3591cb6f..f82e4537 100644 --- a/charts/debug-utils/values.yaml +++ b/charts/debug-utils/values.yaml @@ -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