我使用官方的 helm chart 部署了 promtheus 和 grafana。
我知道
spec.containers
中提到的细节只有在我们描述pod时才能看到。那么如何查看这些图片是否真的被grafana使用了呢。或者更确切地说,为什么我们使用这两个图像。
这是值文件的一部分
testFramework:
enabled: true
image: "bats/bats"
tag: "v1.4.1"
imagePullPolicy: IfNotPresent
securityContext: {}
downloadDashboardsImage:
repository: curlimages/curl
tag: 7.85.0
sha: ""
pullPolicy: IfNotPresent