Skip to content

Instantly share code, notes, and snippets.

View frizzr's full-sized avatar

Russ Frizzell-Carlton frizzr

  • New York State (not the City), USA
  • 13:14 (UTC -04:00)
View GitHub Profile
@voor
voor / imgpkg-chart.sh
Created August 12, 2021 10:35
Create an imgpkg bundle from a helm chart with any additional overlays you might need.
#!/usr/bin/env sh
set -eux -o pipefail
CHART_NAME=gitlab-runner
SERVICE_FOLDER=${CHART_NAME}
CHART_REPO_NAME=gitlab
CHART_REPO_URL=https://charts.gitlab.io
HARBOR_REPO=your.repo.example.com