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 Mar 1, 2024
1 parent 610c659 commit 1ed1efd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3
version: 0.4.4
4 changes: 2 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.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

Expand All @@ -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 | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
tag: "v0.4.4"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit 1ed1efd

Please sign in to comment.