From 607775946a04dd09b5b2d3dad9bb78041a789582 Mon Sep 17 00:00:00 2001 From: Ferenc Hernadi Date: Wed, 20 Jul 2022 20:46:04 +0200 Subject: [PATCH] Release 3.17.8 --- 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 294c1d5f9..df7faeb34 100644 --- a/charts/logging-demo/Chart.yaml +++ b/charts/logging-demo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "3.17.7" +appVersion: "3.17.8" description: A Helm chart for Kubernetes name: logging-demo -version: 3.17.7 +version: 3.17.8 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 3b062696e..3b80f50cd 100644 --- a/charts/logging-operator-logging/Chart.yaml +++ b/charts/logging-operator-logging/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "3.17.7" +appVersion: "3.17.8" description: A Helm chart to configure logging resource for the Logging operator name: logging-operator-logging -version: 3.17.7 +version: 3.17.8 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 e72a2e610..30dc592f8 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "3.17.7" +appVersion: "3.17.8" description: A Helm chart to install Banzai Cloud logging-operator name: logging-operator -version: 3.17.7 \ No newline at end of file +version: 3.17.8 \ No newline at end of file diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index 233d56119..b3ede0704 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.17.7` | +| `image.tag` | Container image tag | `3.17.8` | | `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 c88352b2f..c2cd415f2 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.17.7 + tag: 3.17.8 pullPolicy: IfNotPresent extraArgs: diff --git a/pkg/sdk/resourcebuilder/component.go b/pkg/sdk/resourcebuilder/component.go index d96e1bf9e..122213716 100644 --- a/pkg/sdk/resourcebuilder/component.go +++ b/pkg/sdk/resourcebuilder/component.go @@ -50,7 +50,7 @@ import ( ) const ( - Image = "ghcr.io/banzaicloud/logging-operator:3.17.7" + Image = "ghcr.io/banzaicloud/logging-operator:3.17.8" defaultNamespace = "logging-system" )