Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

Commit 5e3a1b3

Browse files
committed
pull v2.3.2 docker image explicitly
1 parent fe88519 commit 5e3a1b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

daemonset/nonrbac/fluentd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
hostPath:
2424
path: /var/lib/docker
2525
containers:
26-
- image: sumologic/fluentd-kubernetes-sumologic:latest
26+
- image: sumologic/fluentd-kubernetes-sumologic:v2.3.2
2727
name: fluentd
2828
imagePullPolicy: Always
2929
volumeMounts:

daemonset/rbac/fluentd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
hostPath:
6363
path: /var/lib/docker
6464
containers:
65-
- image: sumologic/fluentd-kubernetes-sumologic:latest
65+
- image: sumologic/fluentd-kubernetes-sumologic:v2.3.2
6666
name: fluentd
6767
imagePullPolicy: Always
6868
volumeMounts:

0 commit comments

Comments
 (0)