Skip to content

Commit

Permalink
chore: add tag for doc
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <[email protected]>
  • Loading branch information
pepov committed May 7, 2023
1 parent d1d7b28 commit bdf59e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/log-generator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: log-generator
version: 0.5.1
version: 0.5.2
appVersion: v0.5.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for Log-generator
Expand Down
3 changes: 2 additions & 1 deletion charts/log-generator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# log-generator

![version: 0.5.1](https://img.shields.io/badge/version-0.5.1-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: v0.5.0](https://img.shields.io/badge/app%20version-v0.5.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-log--generator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/log-generator)
![version: 0.5.2](https://img.shields.io/badge/version-0.5.2-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: v0.5.0](https://img.shields.io/badge/app%20version-v0.5.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-log--generator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/log-generator)

A Helm chart for Log-generator

Expand All @@ -19,6 +19,7 @@ helm install --generate-name --wait kube-logging/log-generator
|-----|------|---------|-------------|
| replicaCount | int | `1` | |
| image.repository | string | `"ghcr.io/kube-logging/log-generator"` | |
| image.tag | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/log-generator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/kube-logging/log-generator
# set tag to override default appVersion
# tag:
tag: ""
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit bdf59e8

Please sign in to comment.