Skip to content

Commit 1b98b5a

Browse files
author
Gimi Liang
committed
Regenerated manifests.
1 parent a6ac347 commit 1b98b5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifests/splunk-kubernetes-logging/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
key: node-role.kubernetes.io/master
2121
containers:
2222
- name: splunk-fluentd-k8s-logs
23-
image: gimil/k8s-l:0.2.1
23+
image: splunk/fluentd-hec:1.0.0
2424
imagePullPolicy: IfNotPresent
2525
args:
2626
- "-c"

manifests/splunk-kubernetes-metrics/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
requests:
4747
cpu: 100m
4848
memory: 300Mi
49-
- image: gimil/k8s-l:0.2.1
49+
- image: splunk/fluentd-hec:1.0.0
5050
name: splunk-fluentd-heapster
5151
imagePullPolicy: IfNotPresent
5252
args:

manifests/splunk-kubernetes-objects/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
terminationGracePeriodSeconds: 30
2626
containers:
2727
- name: splunk-fluentd-k8s-objects
28-
image: gimil/k8s-o:0.2.2
28+
image: splunk/kube-objects:1.0.0
2929
imagePullPolicy: IfNotPresent
3030
args:
3131
- "-c"

0 commit comments

Comments
 (0)