File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " 3.9.0 "
2
+ appVersion : " 3.9.1 "
3
3
description : A Helm chart for Kubernetes
4
4
name : logging-demo
5
- version : 3.9.0
5
+ version : 3.9.1
6
6
icon : https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " 3.9.0 "
2
+ appVersion : " 3.9.1 "
3
3
description : A Helm chart to configure logging resource for the Logging operator
4
4
name : logging-operator-logging
5
- version : 3.9.1
5
+ version : 3.9.2
6
6
icon : https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " 3.9.0 "
2
+ appVersion : " 3.9.1 "
3
3
description : A Helm chart to install Banzai Cloud logging-operator
4
4
name : logging-operator
5
- version : 3.9.1
5
+ version : 3.9.2
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The following tables lists the configurable parameters of the logging-operator c
49
49
| Parameter | Description | Default |
50
50
| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
51
51
| ` 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 ` |
53
53
| ` image.pullPolicy ` | Container pull policy | ` IfNotPresent ` |
54
54
| ` nameOverride ` | Override name of app | `` |
55
55
| ` fullnameOverride ` | Override full name of app | `` |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
7
7
image :
8
8
repository : ghcr.io/banzaicloud/logging-operator
9
- tag : 3.9.0
9
+ tag : 3.9.1
10
10
pullPolicy : IfNotPresent
11
11
12
12
imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import (
38
38
)
39
39
40
40
const (
41
- Image = "ghcr.io/banzaicloud/logging-operator:3.9.0 "
41
+ Image = "ghcr.io/banzaicloud/logging-operator:3.9.1 "
42
42
defaultNamespace = "logging-system"
43
43
)
44
44
You can’t perform that action at this time.
0 commit comments