Skip to content

Commit

Permalink
do not check tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 31, 2024
1 parent 599ebc2 commit a1f8365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/ci-deploy-converged-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ install_agent() {
helm_cmd="helm --debug upgrade "${releaseName}" -n "${namespace}" datadog/datadog --install \
-f ./ci/converged-agent-values/values.yaml \
--set datadog.tags=env:"${namespace}" \
--set agents.nodeSelector.\"alpha\\.eksctl\\.io/nodegroup-name\"=${nodegroup}"
--set agents.nodeSelector.\"alpha\\.eksctl\\.io/nodegroup-name\"=${nodegroup} \
--set agents.image.doNotCheckTag=true"

eval $helm_cmd
}
Expand Down

0 comments on commit a1f8365

Please sign in to comment.