Skip to content

Commit

Permalink
use otel image
Browse files Browse the repository at this point in the history
  • Loading branch information
rockb1017 committed Nov 17, 2021
1 parent a642399 commit ef7b491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-charts/splunk-otel-collector/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
mountPath: /fluentd/etc/cri
{{- else }}
- name: copy-old-checkpoint
image: {{ template "splunk-otel-collector.image.fluentd" . }}
image: {{ template "splunk-otel-collector.image.otelcol" . }}
imagePullPolicy: {{ .Values.image.fluentd.pullPolicy }}
command: [ "sh", "-c"]
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions rendered/manifests/otel-logs/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: b0e737e212b52be61476ca135fde715597ec9789743b5c2f2f1078356000613b
checksum/config: 04f50d53a5a07b84b460bc9ff0e9411318a737d71a3823711b2ad694fce644fe
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand All @@ -41,7 +41,7 @@ spec:
key: node-role.kubernetes.io/master
initContainers:
- name: copy-old-checkpoint
image: splunk/fluentd-hec:1.2.8
image: quay.io/signalfx/splunk-otel-collector:0.38.1
imagePullPolicy: IfNotPresent
command: [ "sh", "-c"]
securityContext:
Expand Down

0 comments on commit ef7b491

Please sign in to comment.