File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 0.1.52
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
5- version : 0.8.1
5+ version : 0.0.0
66home : https://github.com/codefresh-io/gitops-runtime-helm
77icon : https://avatars1.githubusercontent.com/u/11412079?v=3
88keywords :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments