Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion regsync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ sync:
# ---------------------------------------------------------------------------
# Utilities
# General-purpose base images and helper containers
# Includes: BusyBox, curl
# Includes: BusyBox, curl, Google Cloud SDK
# ---------------------------------------------------------------------------

- source: docker.io/library/busybox
Expand All @@ -727,6 +727,16 @@ sync:
allow:
- '[0-9]+\.[0-9]+\.[0-9]+'

# gcloud for the meshcentral pre-delete hook. the floor carries -alpine because a prerelease sorts below the bare tag
- source: docker.io/google/cloud-sdk
target: ${TARGET_REGISTRY}/google/cloud-sdk
type: repository
tags:
semverRange:
- ">=585.0.0-alpine"
allow:
- '[0-9]+\.[0-9]+\.[0-9]+-alpine'

# =============================================================================
# HELM CHARTS
# =============================================================================
Expand Down