Skip to content

Commit

Permalink
chore(logging-apps): bump loki-stack chart to 2.3.x (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 20, 2021
1 parent 45ef39f commit 9a602bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/logging-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: logging-apps
description: Argo CD app-of-apps config for logging applications
type: application
# version and appVersion are in sync in this chart!
version: 0.3.0
appVersion: 0.3.0
version: 0.4.0
appVersion: 0.4.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/logging-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
8 changes: 4 additions & 4 deletions charts/logging-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logging-apps

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-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)

Argo CD app-of-apps config for logging applications

Expand Down Expand Up @@ -41,9 +41,9 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk
| lokiStack.chart | string | `"loki-stack"` | Chart |
| lokiStack.destination.namespace | string | `"infra-logging"` | Namespace |
| lokiStack.enabled | bool | `false` | Enable loki |
| lokiStack.repoURL | string | [repo](https://grafana.github.io/loki/charts) | Repo URL |
| lokiStack.targetRevision | string | `"2.0.*"` | [loki-stack Helm chart](https://github.com/grafana/loki/blob/master/production/helm/loki-stack) version |
| lokiStack.values | object | [upstream values](https://github.com/grafana/loki/blob/master/production/helm/loki-stack/values.yaml) | Helm values |
| lokiStack.repoURL | string | [repo](https://grafana.github.io/helm-charts) | Repo URL |
| lokiStack.targetRevision | string | `"2.3.*"` | [loki-stack Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/loki-stack) version |
| lokiStack.values | object | [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/loki-stack/values.yaml) | Helm values |

## About this chart

Expand Down
10 changes: 5 additions & 5 deletions charts/logging-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ lokiStack:
# lokiStack.destination.namespace -- Namespace
namespace: "infra-logging"
# lokiStack.repoURL -- Repo URL
# @default -- [repo](https://grafana.github.io/loki/charts)
repoURL: "https://grafana.github.io/loki/charts"
# @default -- [repo](https://grafana.github.io/helm-charts)
repoURL: "https://grafana.github.io/helm-charts"
# lokiStack.chart -- Chart
chart: "loki-stack"
# lokiStack.targetRevision -- [loki-stack Helm chart](https://github.com/grafana/loki/blob/master/production/helm/loki-stack) version
targetRevision: "2.0.*"
# lokiStack.targetRevision -- [loki-stack Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/loki-stack) version
targetRevision: "2.3.*"
# lokiStack.values -- Helm values
# @default -- [upstream values](https://github.com/grafana/loki/blob/master/production/helm/loki-stack/values.yaml)
# @default -- [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/loki-stack/values.yaml)
values: {}

# filebeat -- [filebeat](https://github.com/elastic/beats/tree/master/filebeat) ([example](./examples/filebeat.yaml))
Expand Down

0 comments on commit 9a602bf

Please sign in to comment.