diff --git a/charts/kubelinks/Chart.yaml b/charts/kubelinks/Chart.yaml index 3b0566a..5d0e07c 100644 --- a/charts/kubelinks/Chart.yaml +++ b/charts/kubelinks/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 0.4.0 description: A Helm chart for Kubernetes name: kubelinks type: application -version: 0.4.4 +version: 0.4.5 diff --git a/charts/kubelinks/README.md b/charts/kubelinks/README.md index c81d47a..9193d68 100644 --- a/charts/kubelinks/README.md +++ b/charts/kubelinks/README.md @@ -1,6 +1,6 @@ # kubelinks -![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) +![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -24,7 +24,7 @@ A Helm chart for Kubernetes | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"smitkirara/kubelinks"` | | -| image.tag | string | `"v0.4.4"` | | +| image.tag | string | `"v0.4.5"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/charts/kubelinks/values.yaml b/charts/kubelinks/values.yaml index 28bedc4..a27dce0 100644 --- a/charts/kubelinks/values.yaml +++ b/charts/kubelinks/values.yaml @@ -7,7 +7,7 @@ image: repository: smitkirara/kubelinks pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.4.4" + tag: "v0.4.5" imagePullSecrets: [] nameOverride: "" fullnameOverride: ""