diff --git a/charts/kubelinks/Chart.yaml b/charts/kubelinks/Chart.yaml index e345fc0..436db6c 100644 --- a/charts/kubelinks/Chart.yaml +++ b/charts/kubelinks/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 0.1.3 description: A Helm chart for Kubernetes name: kubelinks type: application -version: 0.1.19 +version: 0.1.20 diff --git a/charts/kubelinks/README.md b/charts/kubelinks/README.md index a50032a..85eaf31 100644 --- a/charts/kubelinks/README.md +++ b/charts/kubelinks/README.md @@ -1,6 +1,6 @@ # kubelinks -![Version: 0.1.19](https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square) +![Version: 0.1.20](https://img.shields.io/badge/Version-0.1.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square) A Helm chart for Kubernetes @@ -16,7 +16,7 @@ A Helm chart for Kubernetes | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"smitkirara/kubelinks"` | | -| image.tag | string | `"v0.1.26"` | | +| image.tag | string | `"v0.1.27"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/charts/kubelinks/values.yaml b/charts/kubelinks/values.yaml index ff818d1..85b5465 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.1.26" + tag: "v0.1.27" imagePullSecrets: [] nameOverride: "" fullnameOverride: ""