From d35c3eef532801734ce99f2256b8aa77e9098897 Mon Sep 17 00:00:00 2001 From: kkirara Date: Sun, 11 Feb 2024 11:26:11 +0000 Subject: [PATCH] Automated commit on behalf-of kkirara --- charts/kubelinks/Chart.yaml | 2 +- charts/kubelinks/README.md | 9 +++++++-- charts/kubelinks/values.yaml | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/charts/kubelinks/Chart.yaml b/charts/kubelinks/Chart.yaml index c5671fc..7f274c1 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.0 +version: 0.4.1 diff --git a/charts/kubelinks/README.md b/charts/kubelinks/README.md index 69463d8..d9aac87 100644 --- a/charts/kubelinks/README.md +++ b/charts/kubelinks/README.md @@ -1,6 +1,6 @@ # kubelinks -![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-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) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-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,11 +13,15 @@ A Helm chart for Kubernetes | autoscaling.maxReplicas | int | `100` | | | autoscaling.minReplicas | int | `1` | | | autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| 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` | | | extraUrls | list | `[]` | | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"smitkirara/kubelinks"` | | -| image.tag | string | `"v0.3.3"` | | +| image.tag | string | `"v0.4.0"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | @@ -39,6 +43,7 @@ A Helm chart for Kubernetes | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | | | tolerations | list | `[]` | | +| urlFilters | list | `[]` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/kubelinks/values.yaml b/charts/kubelinks/values.yaml index 3417b7a..90b38cc 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.3.3" + tag: "v0.4.0" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -100,4 +100,4 @@ env: - name: KUBELINKS_TITLE value: "Ingress and Istio urls" - name: KUBELINKS_ENABLED_NAMESPACE - value: 0 \ No newline at end of file + value: 0