From 12da8eef464b5b29e167ad145fa548f0fdd62832 Mon Sep 17 00:00:00 2001 From: kkirara Date: Tue, 9 Jan 2024 14:21:53 +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 52ab0e1..81b5a2a 100644 --- a/charts/kubelinks/Chart.yaml +++ b/charts/kubelinks/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 0.3.0 description: A Helm chart for Kubernetes name: kubelinks type: application -version: 0.3.1 +version: 0.3.2 diff --git a/charts/kubelinks/README.md b/charts/kubelinks/README.md index 25a6651..995dd08 100644 --- a/charts/kubelinks/README.md +++ b/charts/kubelinks/README.md @@ -1,6 +1,6 @@ # kubelinks -![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -17,7 +17,7 @@ A Helm chart for Kubernetes | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"smitkirara/kubelinks"` | | -| image.tag | string | `"v.0.3.0"` | | +| image.tag | string | `"v.0.3.1"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/charts/kubelinks/values.yaml b/charts/kubelinks/values.yaml index 36518d9..a437577 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: "v.0.3.0" + tag: "v.0.3.1" imagePullSecrets: [] nameOverride: "" fullnameOverride: ""