Skip to content

Commit

Permalink
feat: check for all images (including Sumo Logic own images) (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
sumo-drosiek authored Jun 27, 2024
1 parent 8244d91 commit d4f534e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/get_images_sha256.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ UBI_SUFFIX="-ubi"
REDHAT_REGISTRY="registry.connect.redhat.com/sumologic/"

IMAGES=$(./scripts/list-images.py \
--fetch-base \
--values scripts/values.yaml \
--version "${HELM_CHART_VERSION}" \
2> /dev/null | grep -vE '\/(sumologic-otel-collector|kubernetes-setup|kubernetes-tools-kubectl|tailing-sidecar-operator|tailing-sidecar):')
2> /dev/null)

for IMAGE in ${IMAGES}; do
# Treat everything after `:` as version
Expand Down

0 comments on commit d4f534e

Please sign in to comment.