Skip to content

Commit

Permalink
Merge pull request #20 from kube-logging/chart-nits
Browse files Browse the repository at this point in the history
Chart cosmetics
  • Loading branch information
pepov committed May 8, 2023
2 parents 58dddea + bdf59e8 commit 138d793
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
charts/*/charts
bin/
values.local.yaml
values.test.yaml
Expand Down
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
2 changes: 1 addition & 1 deletion charts/logging-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: logging-demo
version: 4.0.2
version: 4.0.3
appVersion: 4.0.0
kubeVersion: ">=1.16.0-0"
description: Logging operator demo application
Expand Down
2 changes: 1 addition & 1 deletion charts/logging-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logging-demo

![version: 4.0.2](https://img.shields.io/badge/version-4.0.2-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.0.0](https://img.shields.io/badge/app%20version-4.0.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-logging--demo-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-demo)
![version: 4.0.3](https://img.shields.io/badge/version-4.0.3-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.0.0](https://img.shields.io/badge/app%20version-4.0.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-logging--demo-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-demo)

Logging operator demo application

Expand Down
Binary file removed charts/logging-demo/charts/log-generator-0.2.3.tgz
Binary file not shown.
Binary file removed charts/logging-demo/charts/minio-8.0.10.tgz
Binary file not shown.

0 comments on commit 138d793

Please sign in to comment.