From 87804af77c3f1f53d47848db0d9171dfb0c5099c Mon Sep 17 00:00:00 2001 From: Ferenc HERNADI Date: Wed, 1 Sep 2021 15:40:02 +0200 Subject: [PATCH] Release 3.14 (#813) --- charts/logging-demo/Chart.yaml | 4 ++-- charts/logging-operator-logging/Chart.yaml | 4 ++-- charts/logging-operator/Chart.yaml | 4 ++-- charts/logging-operator/README.md | 2 +- charts/logging-operator/values.yaml | 2 +- pkg/sdk/resourcebuilder/component.go | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/logging-demo/Chart.yaml b/charts/logging-demo/Chart.yaml index 0dba72625..4c4b8177d 100644 --- a/charts/logging-demo/Chart.yaml +++ b/charts/logging-demo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "3.13.0" +appVersion: "3.14.0" description: A Helm chart for Kubernetes name: logging-demo -version: 3.13.0 +version: 3.14.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 12dc40d27..b12e7cb46 100644 --- a/charts/logging-operator-logging/Chart.yaml +++ b/charts/logging-operator-logging/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "3.13.0" +appVersion: "3.14.0" description: A Helm chart to configure logging resource for the Logging operator name: logging-operator-logging -version: 3.13.0 +version: 3.14.0 icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png diff --git a/charts/logging-operator/Chart.yaml b/charts/logging-operator/Chart.yaml index 46fd86278..8ab970f32 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "3.13.0" +appVersion: "3.14.0" description: A Helm chart to install Banzai Cloud logging-operator name: logging-operator -version: 3.13.0 +version: 3.14.0 diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index df1470c23..12c142e35 100644 --- a/charts/logging-operator/README.md +++ b/charts/logging-operator/README.md @@ -49,7 +49,7 @@ The following tables lists the configurable parameters of the logging-operator c | Parameter | Description | Default | | --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ | | `image.repository` | Container image repository | `ghcr.io/banzaicloud/logging-operator` | -| `image.tag` | Container image tag | `3.13.0` | +| `image.tag` | Container image tag | `3.14.0` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `nameOverride` | Override name of app | `` | | `fullnameOverride` | Override full name of app | `` | diff --git a/charts/logging-operator/values.yaml b/charts/logging-operator/values.yaml index 55efd0b71..1b5e9c5ec 100644 --- a/charts/logging-operator/values.yaml +++ b/charts/logging-operator/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: ghcr.io/banzaicloud/logging-operator - tag: 3.13.0 + tag: 3.14.0 pullPolicy: IfNotPresent extraArgs: diff --git a/pkg/sdk/resourcebuilder/component.go b/pkg/sdk/resourcebuilder/component.go index 827927462..050bd5b51 100644 --- a/pkg/sdk/resourcebuilder/component.go +++ b/pkg/sdk/resourcebuilder/component.go @@ -46,7 +46,7 @@ import ( ) const ( - Image = "ghcr.io/banzaicloud/logging-operator:3.13.1" + Image = "ghcr.io/banzaicloud/logging-operator:3.14.0" defaultNamespace = "logging-system" )