Skip to content

Commit

Permalink
chore(logging-apps): bump fluentd chart to 3.4.x (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 20, 2021
1 parent 852f463 commit aee3a73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.1
appVersion: 0.2.1
version: 0.3.0
appVersion: 0.3.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/logging-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/logging-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logging-apps

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

Argo CD app-of-apps config for logging applications

Expand Down Expand Up @@ -35,7 +35,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk
| fluentd.destination.namespace | string | `"infra-logging"` | Namespace |
| fluentd.enabled | bool | `false` | Enable fluentd |
| fluentd.repoURL | string | [repo](https://charts.bitnami.com/bitnami) | Repo URL |
| fluentd.targetRevision | string | `"3.2.*"` | [fluentd Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) version |
| fluentd.targetRevision | string | `"3.4.*"` | [fluentd Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) version |
| fluentd.values | object | [upstream values](https://github.com/bitnami/charts/tree/master/bitnami/fluentd/values.yaml) | Helm values |
| lokiStack | object | - | [loki-stack](https://github.com/grafana/loki) ([example](./examples/loki-stack.yaml)) |
| lokiStack.chart | string | `"loki-stack"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/logging-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fluentd:
# fluentd.chart -- Chart
chart: "fluentd"
# fluentd.targetRevision -- [fluentd Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) version
targetRevision: "3.2.*"
targetRevision: "3.4.*"
# fluentd.values -- Helm values
# @default -- [upstream values](https://github.com/bitnami/charts/tree/master/bitnami/fluentd/values.yaml)
values: {}

0 comments on commit aee3a73

Please sign in to comment.