helm get および helm show を使用して、appdynamics-charts/cluster-agent から最新のクラスタ エージェント イメージをインストールするためにアップグレードが必要かどうかを判断します。
# which images are currently installed by my release?
helm get all "<my-cluster-agent-helm-release>" -n appdynamics | grep -E 'agentTag|operatorTag'
agentTag: 21.12.0
operatorTag: 21.12.0
# which images are available to install?
helm show values appdynamics-charts/cluster-agent | grep -E 'agentTag|operatorTag'
agentTag: 21.12.0
operatorTag: 21.12.0