Skip to content

Commit

Permalink
feat: certify sumo images
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Jun 21, 2024
1 parent 02534f8 commit d845e0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/build-push-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ readonly ACTION="${ACTION:-${ACTION_BUILD}}"
readonly BIN="./bin/"
## exprot BIN so it can be used in sub-scripts
export BIN
readonly EXTERNAL_IMAGES="(sumologic-otel-collector|kubernetes-setup|kubernetes-tools-kubectl|tailing-sidecar-operator|tailing-sidecar)"

if ! [[ "$ACTION" =~ ${ACTION_BUILD}|${ACTION_PUSH}|${ACTION_CHECK}|${ACTION_CERTIFY} ]]; then
echo "ACTION should be '${ACTION_BUILD}', '${ACTION_PUSH}', '${ACTION_CHECK}' or ${ACTION_CERTIFY}"
Expand All @@ -26,8 +25,7 @@ fi
IMAGES=$(./scripts/list-images.py \
--fetch-base \
--values scripts/values.yaml \
--version "${HELM_CHART_VERSION}" \
| grep -vE "\/${EXTERNAL_IMAGES}:")
--version "${HELM_CHART_VERSION}")

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

0 comments on commit d845e0a

Please sign in to comment.