Skip to content

Commit 9ab9746

Browse files
committed
Reset image in setup manifests.
Signed-off-by: Josh Baird <[email protected]>
1 parent 4fb6661 commit 9ab9746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/setup/fluent-operator-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
mountPath: /var/run/docker.sock
4040
containers:
4141
- name: fluent-operator
42-
image: kubesphere/fluent-operator:latest
42+
image: ghcr.io/fluent/fluent-operator/fluent-operator:latest
4343
env:
4444
- name: NAMESPACE
4545
valueFrom:

manifests/setup/setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40352,7 +40352,7 @@ spec:
4035240352
fieldRef:
4035340353
apiVersion: v1
4035440354
fieldPath: metadata.namespace
40355-
image: ghcr.io/fluent/fluent-operator/fluent-operator:v3.5.0
40355+
image: ghcr.io/fluent/fluent-operator/fluent-operator:latest
4035640356
name: fluent-operator
4035740357
resources:
4035840358
limits:

0 commit comments

Comments
 (0)