Skip to content

Commit

Permalink
Automated commit on behalf-of kkirara
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirara authored and actions-user committed Feb 21, 2024
1 parent 59aefdd commit be73099
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/kubelinks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions charts/kubelinks/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/kubelinks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -110,4 +110,4 @@ env:
- name: KUBELINKS_ENABLED_NAMESPACE
value: 0
- name: KUBELINKS_DEFAULT_SORT
value: ""
value: ""

0 comments on commit be73099

Please sign in to comment.