From 1ed1efd00b27971687d452b7914e3a039743c62a Mon Sep 17 00:00:00 2001 From: kkirara Date: Fri, 1 Mar 2024 17:35:46 +0000 Subject: [PATCH] Automated commit on behalf-of kkirara --- charts/kubelinks/Chart.yaml | 2 +- charts/kubelinks/README.md | 4 ++-- charts/kubelinks/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kubelinks/Chart.yaml b/charts/kubelinks/Chart.yaml index 89ebfd8..3b0566a 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.3 +version: 0.4.4 diff --git a/charts/kubelinks/README.md b/charts/kubelinks/README.md index 1f0002b..c81d47a 100644 --- a/charts/kubelinks/README.md +++ b/charts/kubelinks/README.md @@ -1,6 +1,6 @@ # kubelinks -![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-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.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) 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.3"` | | +| image.tag | string | `"v0.4.4"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/charts/kubelinks/values.yaml b/charts/kubelinks/values.yaml index bbe228e..28bedc4 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.3" + tag: "v0.4.4" imagePullSecrets: [] nameOverride: "" fullnameOverride: ""