We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c860c6 commit bdecbf7Copy full SHA for bdecbf7
scripts/prepare-release.sh
@@ -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
15
+ -v "$(pwd):/helm-docs" \
16
17
18
+ jnorwood/helm-docs:v1.9.1
0 commit comments