From be7309913297110cfd7d7d445a239f3b999870b3 Mon Sep 17 00:00:00 2001 From: kkirara Date: Wed, 21 Feb 2024 16:02:46 +0000 Subject: [PATCH] Automated commit on behalf-of kkirara --- charts/kubelinks/Chart.yaml | 2 +- charts/kubelinks/README.md | 7 +++++-- charts/kubelinks/values.yaml | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/kubelinks/Chart.yaml b/charts/kubelinks/Chart.yaml index e15ecf1..89ebfd8 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.2 +version: 0.4.3 diff --git a/charts/kubelinks/README.md b/charts/kubelinks/README.md index eaf31ed..1f0002b 100644 --- a/charts/kubelinks/README.md +++ b/charts/kubelinks/README.md @@ -1,6 +1,6 @@ # kubelinks -![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-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.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) A Helm chart for Kubernetes @@ -13,15 +13,18 @@ A Helm chart for Kubernetes | autoscaling.maxReplicas | int | `100` | | | autoscaling.minReplicas | int | `1` | | | autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| base_path | string | `""` | | | env[0].name | string | `"KUBELINKS_TITLE"` | | | env[0].value | string | `"Ingress and Istio urls"` | | | env[1].name | string | `"KUBELINKS_ENABLED_NAMESPACE"` | | | env[1].value | int | `0` | | +| env[2].name | string | `"KUBELINKS_DEFAULT_SORT"` | | +| env[2].value | string | `""` | | | extraUrls | list | `[]` | | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"smitkirara/kubelinks"` | | -| image.tag | string | `"v0.4.2"` | | +| image.tag | string | `"v0.4.3"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/charts/kubelinks/values.yaml b/charts/kubelinks/values.yaml index 2adb6cc..bbe228e 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.2" + tag: "v0.4.3" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -110,4 +110,4 @@ env: - name: KUBELINKS_ENABLED_NAMESPACE value: 0 - name: KUBELINKS_DEFAULT_SORT - value: "" \ No newline at end of file + value: ""