Skip to content

Commit 9d3a77a

Browse files
authored
fix: use agent's resource def in agent.yaml (#140)
* fix: use agent's resource def in agent.yaml * fix: use agent's resource def in agent.yaml
1 parent 3fd86a0 commit 9d3a77a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/openobserve-collector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.24
18+
version: 0.3.25
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/openobserve-collector/templates/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
- name: varlibdockercontainers
3939
readOnly: true
4040
mountPath: /var/lib/docker/containers
41-
resources: {{ .Values.gateway.resources | toYaml | nindent 4 }}
41+
resources: {{ .Values.agent.resources | toYaml | nindent 4 }}
4242
config:
4343
receivers:
4444
{{ toYaml .Values.agent.receivers | indent 6 }}

0 commit comments

Comments
 (0)