From 7214de471c3e2a457bdd8a6e151ecf7bbbcc79e7 Mon Sep 17 00:00:00 2001 From: Ferenc HERNADI Date: Fri, 6 Dec 2019 18:00:13 +0100 Subject: [PATCH] Release 2.7.0 - new fluentd image `fluentd-v1.7.4-alpine-12` - chart version bump 2.6.1 -> 2.7.0 (#282) --- charts/logging-demo/Chart.yaml | 4 ++-- charts/logging-operator-logging/Chart.yaml | 4 ++-- charts/logging-operator-logging/README.md | 2 +- charts/logging-operator/Chart.yaml | 4 ++-- charts/logging-operator/README.md | 4 ++-- charts/logging-operator/values.yaml | 2 +- docs/crds.md | 2 +- pkg/sdk/api/v1beta1/logging_types.go | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/logging-demo/Chart.yaml b/charts/logging-demo/Chart.yaml index 9f181dc44..a5454a406 100644 --- a/charts/logging-demo/Chart.yaml +++ b/charts/logging-demo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "2.6.0" +appVersion: "2.7.0" description: A Helm chart for Kubernetes name: logging-demo -version: 2.6.0 +version: 2.7.0 icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png diff --git a/charts/logging-operator-logging/Chart.yaml b/charts/logging-operator-logging/Chart.yaml index 60871c5b4..469397644 100644 --- a/charts/logging-operator-logging/Chart.yaml +++ b/charts/logging-operator-logging/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "2.6.1" +appVersion: "2.7.0" description: A Helm chart to configure logging resource for the logging-operator name: logging-operator-logging -version: 2.6.1 +version: 2.7.0 icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png diff --git a/charts/logging-operator-logging/README.md b/charts/logging-operator-logging/README.md index 010af5752..5eb94af46 100644 --- a/charts/logging-operator-logging/README.md +++ b/charts/logging-operator-logging/README.md @@ -27,7 +27,7 @@ The following tables lists the configurable parameters of the logging-operator-l | `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` | | `fluentbit.podPriorityClassName` | Priority class name for fluentbit pods | none | | `fluentd.enabled` | Install fluentd | true | -| `fluentd.image.tag` | Fluentd container image tag | `v1.7.4-alpine-11` | +| `fluentd.image.tag` | Fluentd container image tag | `v1.7.4-alpine-12` | | `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 a5eb2f657..5185ba8fa 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "2.6.1" +appVersion: "2.7.0" description: A Helm chart to install Banzai Cloud logging-operator name: logging-operator -version: 2.6.1 +version: 2.7.0 diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index d4eb6d676..d4095d122 100644 --- a/charts/logging-operator/README.md +++ b/charts/logging-operator/README.md @@ -48,7 +48,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 | `2.6.1` | +| `image.tag` | Container image tag | `2.7.0` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `nameOverride` | Override name of app | `` | | `fullnameOverride` | Override full name of app | `` | @@ -111,7 +111,7 @@ The following tables lists the configurable parameters of the logging-operator-l | `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` | | `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` | | `fluentd.enabled` | Install fluentd | true | -| `fluentd.image.tag` | Fluentd container image tag | `v1.7.4-alpine-11` | +| `fluentd.image.tag` | Fluentd container image tag | `v1.7.4-alpine-12` | | `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 92358c64c..d73d88731 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: 2.6.1 + tag: 2.7.0 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/docs/crds.md b/docs/crds.md index 4162de4f2..744f9d8c8 100644 --- a/docs/crds.md +++ b/docs/crds.md @@ -221,7 +221,7 @@ spec: fluentd: image: repository: banzaicloud/fluentd - tag: v1.7.4-alpine-11 + tag: v1.7.4-alpine-12 pullPolicy: IfNotPresent fluentbit: {} controlNamespace: logging diff --git a/pkg/sdk/api/v1beta1/logging_types.go b/pkg/sdk/api/v1beta1/logging_types.go index 6e417c73d..894e79df0 100644 --- a/pkg/sdk/api/v1beta1/logging_types.go +++ b/pkg/sdk/api/v1beta1/logging_types.go @@ -85,7 +85,7 @@ func (l *Logging) SetDefaults() (*Logging, error) { copy.Spec.FluentdSpec.Image.Repository = "banzaicloud/fluentd" } if copy.Spec.FluentdSpec.Image.Tag == "" { - copy.Spec.FluentdSpec.Image.Tag = "v1.7.4-alpine-11" + copy.Spec.FluentdSpec.Image.Tag = "v1.7.4-alpine-12" } if copy.Spec.FluentdSpec.Image.PullPolicy == "" { copy.Spec.FluentdSpec.Image.PullPolicy = "IfNotPresent"