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

Commit

Permalink
pull v2.3.2 docker image explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
samjsong committed Jul 2, 2019
1 parent fe88519 commit 5e3a1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daemonset/nonrbac/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
hostPath:
path: /var/lib/docker
containers:
- image: sumologic/fluentd-kubernetes-sumologic:latest
- image: sumologic/fluentd-kubernetes-sumologic:v2.3.2
name: fluentd
imagePullPolicy: Always
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/rbac/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
hostPath:
path: /var/lib/docker
containers:
- image: sumologic/fluentd-kubernetes-sumologic:latest
- image: sumologic/fluentd-kubernetes-sumologic:v2.3.2
name: fluentd
imagePullPolicy: Always
volumeMounts:
Expand Down

0 comments on commit 5e3a1b3

Please sign in to comment.