Skip to content

Commit 9c81632

Browse files
committed
chart version fix
1 parent f936e10 commit 9c81632

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/logging-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The following tables lists the configurable parameters of the logging-operator c
4848

4949
| Parameter | Description | Default |
5050
| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
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` |
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
replicaCount: 1
66

77
image:
8-
repository: banzaicloud/logging-operator
9-
tag: 3.6.0
8+
repository: ghcr.io/banzaicloud/logging-operator
9+
tag: 3.7.0
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)