Skip to content

Commit

Permalink
Lo 0.2.1 (#108)
Browse files Browse the repository at this point in the history
* logging-operator image update 0.2.0 -> 0.2.1
* readMe update
  • Loading branch information
ahma authored Jul 5, 2019
1 parent 8b8932e commit 8f3f165
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/logging-operator-fluent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This chart applies Fluentd and Fluent-bit custom resources to [Logging Operator]
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
| `fluentd.enabled` | Install fluentd | true |
| `fluentd.namespace` | Specified fluentd installation namespace | same as operator namespace |
| `fluentd.image.tag` | Fluentd container image tag | `v1.1.4` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.5.0` |
| `fluentd.image.repository` | Fluentd container image repository | `banzaicloud/fluentd` |
| `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` |
| `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` |
Expand Down
4 changes: 2 additions & 2 deletions charts/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Logging operator for Kubernetes based on Fluentd and Fluent-bit.
name: logging-operator
version: 0.3.1
appVersion: 0.2.0
version: 0.3.2
appVersion: 0.2.1
home: https://github.com/banzaicloud/logging-operator
icon: https://banzaicloud.com/img/banzai-cloud-logo.png
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/logging-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following tables lists the configurable parameters of the logging-operator c
| Parameter | Description | Default |
| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
| `image.repository` | Container image repository | `banzaicloud/logging-operator` |
| `image.tag` | Container image tag | `0.1.7` |
| `image.tag` | Container image tag | `0.2.1` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `` |
| `fullnameOverride` | Override full name of app | `` |
Expand Down Expand Up @@ -92,7 +92,7 @@ $ helm install banzaicloud-stable/logging-operator-fluent
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
| `fluentd.enabled` | Install fluentd | true |
| `fluentd.namespace` | Specified fluentd installation namespace | same as operator namespace |
| `fluentd.image.tag` | Fluentd container image tag | `v1.1.4` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.5.0` |
| `fluentd.image.repository` | Fluentd container image repository | `banzaicloud/fluentd` |
| `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` |
| `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` |
Expand Down
2 changes: 1 addition & 1 deletion charts/logging-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: banzaicloud/logging-operator
tag: 0.2.0
tag: 0.2.1
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 8f3f165

Please sign in to comment.