We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many of our resources only select a particular image tag; rather than an exact hash.
kubectl get pods --all-namespaces -o json | jq '.items[].spec.containers[].image' | grep -v sha256 | sort -u
The text was updated successfully, but these errors were encountered:
prometheus-operator/prometheus-operator#3262
Sorry, something went wrong.
Updated the list
From what I can tell, the only things which aren't hash-locked are either:
hashbangctl
I don't think it makes sense to make giant kustomize files to set hashes on the latter, but I'll do something about hashbangctl.
PS: "Presumably doesn't make sense" since DO manages what's precisely deployed in those cases, and we need to trust DO anyhow.
No branches or pull requests
Many of our resources only select a particular image tag; rather than an exact hash.
The text was updated successfully, but these errors were encountered: