This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script to gather unique Helm chart labels and images from pods across Kubernetes contexts | |
# Tested with | |
# jq-1.8.1 | |
# kubectl version | |
# Client Version: v1.34.1 | |
# Kustomize Version: v5.7.1 | |
# Server Version: v1.33.1+vmware.1-fips |