From 8f3f165227e32fb14ae93cf225542fb3786fd05f Mon Sep 17 00:00:00 2001 From: Ferenc HERNADI Date: Fri, 5 Jul 2019 15:06:27 +0200 Subject: [PATCH] Lo 0.2.1 (#108) * logging-operator image update 0.2.0 -> 0.2.1 * readMe update --- charts/logging-operator-fluent/README.md | 2 +- charts/logging-operator/Chart.yaml | 4 ++-- charts/logging-operator/README.md | 4 ++-- charts/logging-operator/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/logging-operator-fluent/README.md b/charts/logging-operator-fluent/README.md index ebc63165d..c1933d89b 100644 --- a/charts/logging-operator-fluent/README.md +++ b/charts/logging-operator-fluent/README.md @@ -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` | diff --git a/charts/logging-operator/Chart.yaml b/charts/logging-operator/Chart.yaml index d8f3f5cb5..4dd5127b2 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -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: diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index e21c0673a..dd6c18e9f 100644 --- a/charts/logging-operator/README.md +++ b/charts/logging-operator/README.md @@ -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 | `` | @@ -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` | diff --git a/charts/logging-operator/values.yaml b/charts/logging-operator/values.yaml index 91ef7eef0..d5d635a72 100644 --- a/charts/logging-operator/values.yaml +++ b/charts/logging-operator/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: banzaicloud/logging-operator - tag: 0.2.0 + tag: 0.2.1 pullPolicy: IfNotPresent nameOverride: ""