Skip to content

Commit

Permalink
Automated commit on behalf-of brainfair
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfair authored and actions-user committed Oct 16, 2022
1 parent 9b88f16 commit 4539fa7
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.1.3
description: A Helm chart for Kubernetes
name: kubelinks
type: application
version: 0.1.13
version: 0.1.14
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.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)
![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -16,7 +16,7 @@ A Helm chart for Kubernetes
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"smitkirara/kubelinks"` | |
| image.tag | string | `"v0.1.20"` | |
| image.tag | string | `"v0.1.21"` | |
| 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.1.20"
tag: "v0.1.21"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit 4539fa7

Please sign in to comment.