Skip to content

Commit 1aa345a

Browse files
Merge remote-tracking branch 'origin/main' into fix/ipv6-disable-by-default
2 parents a8a395d + 589e328 commit 1aa345a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.52
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.8.1
5+
version: 0.0.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

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)