File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ The following tables lists the configurable parameters of the logging-operator c
48
48
49
49
| Parameter | Description | Default |
50
50
| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
51
- | ` image.repository ` | Container image repository | ` banzaicloud/logging-operator ` |
52
- | ` image.tag ` | Container image tag | ` 3.6 .0 ` |
51
+ | ` image.repository ` | Container image repository | ` ghcr.io/ banzaicloud/logging-operator` |
52
+ | ` image.tag ` | Container image tag | ` 3.7 .0 ` |
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 5
5
replicaCount : 1
6
6
7
7
image :
8
- repository : banzaicloud/logging-operator
9
- tag : 3.6 .0
8
+ repository : ghcr.io/ banzaicloud/logging-operator
9
+ tag : 3.7 .0
10
10
pullPolicy : IfNotPresent
11
11
12
12
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments