From 9f33072fe16ac77985fb23b52af56ed5777c8712 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Wed, 8 Mar 2023 19:45:37 +1100 Subject: [PATCH] Comment out custom datadog images --- manifests/datadog.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/datadog.yaml b/manifests/datadog.yaml index 2d6733c..c3b44af 100644 --- a/manifests/datadog.yaml +++ b/manifests/datadog.yaml @@ -374,7 +374,7 @@ spec: repository: gcr.io/datadoghq/cluster-agent # clusterAgent.image.tag -- Cluster Agent image tag to use - tag: 1.9.1 + # # tag: 1.9.1 # clusterAgent.image.pullPolicy -- Cluster Agent image pullPolicy pullPolicy: IfNotPresent @@ -575,7 +575,7 @@ spec: # agents.image.tag -- Define the Agent version to use ## Use 7-jmx to enable jmx fetch collection - tag: 7.34.0 + # tag: 7.34.0 # agents.image.doNotCheckTag -- Skip the version<>chart compatibility check ## By default, the version passed in agents.image.tag is checked @@ -907,7 +907,7 @@ spec: # clusterChecksRunner.image.tag -- Define the Agent version to use ## Use 7-jmx to enable jmx fetch collection - tag: 7.24.1 + # tag: 7.24.1 # clusterChecksRunner.image.pullPolicy -- Datadog Agent image pull policy pullPolicy: IfNotPresent