Skip to content

Commit bdecbf7

Browse files
feat: add prepare-release script
1 parent 7c860c6 commit bdecbf7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

scripts/prepare-release.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
GITOPS_RUNTIME_REPO=codefresh-io/gitops-runtime-helm
2+
APP_PROXY_REPO=codefresh-io/argo-platform
3+
4+
docker run \
5+
-w "/chart" \
6+
-v "$(pwd):/chart" \
7+
-e APP_PROXY_REPO=$APP_PROXY_REPO \
8+
-e GITOPS_RUNTIME_REPO=$GITOPS_RUNTIME_REPO \
9+
-e GITHUB_TOKEN=$(gh auth token) \
10+
-u $(id -u) \
11+
--rm \
12+
quay.io/codefresh/gitops-runtime-scripts /scripts/prepare-release.sh
13+
14+
docker run \
15+
-v "$(pwd):/helm-docs" \
16+
-u $(id -u) \
17+
--rm \
18+
jnorwood/helm-docs:v1.9.1

0 commit comments

Comments
 (0)