Skip to content

Commit 7c93fcc

Browse files
pepovahma
authored andcommitted
Upgrade image to 3.9.1
1 parent c9cb830 commit 7c93fcc

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

charts/logging-demo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: "3.9.0"
2+
appVersion: "3.9.1"
33
description: A Helm chart for Kubernetes
44
name: logging-demo
5-
version: 3.9.0
5+
version: 3.9.1
66
icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: "3.9.0"
2+
appVersion: "3.9.1"
33
description: A Helm chart to configure logging resource for the Logging operator
44
name: logging-operator-logging
5-
version: 3.9.1
5+
version: 3.9.2
66
icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png

charts/logging-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "3.9.0"
2+
appVersion: "3.9.1"
33
description: A Helm chart to install Banzai Cloud logging-operator
44
name: logging-operator
5-
version: 3.9.1
5+
version: 3.9.2

charts/logging-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following tables lists the configurable parameters of the logging-operator c
4949
| Parameter | Description | Default |
5050
| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
5151
| `image.repository` | Container image repository | `ghcr.io/banzaicloud/logging-operator` |
52-
| `image.tag` | Container image tag | `3.9.0` |
52+
| `image.tag` | Container image tag | `3.9.1` |
5353
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
5454
| `nameOverride` | Override name of app | `` |
5555
| `fullnameOverride` | Override full name of app | `` |

charts/logging-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: ghcr.io/banzaicloud/logging-operator
9-
tag: 3.9.0
9+
tag: 3.9.1
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

pkg/sdk/resourcebuilder/component.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
)
3939

4040
const (
41-
Image = "ghcr.io/banzaicloud/logging-operator:3.9.0"
41+
Image = "ghcr.io/banzaicloud/logging-operator:3.9.1"
4242
defaultNamespace = "logging-system"
4343
)
4444

0 commit comments

Comments
 (0)