Skip to content

Commit

Permalink
DOCS for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclegg committed Jun 28, 2024
1 parent a31e38a commit 1c8f141
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.18

RUN apk --no-cache add ca-certificates git

COPY cr /usr/local/bin/cr
COPY cr-bin /usr/local/bin/cr

# Ensure that the binary is available on path and is executable
RUN cr --help
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $ git clone https://github.com/helm/chart-releaser
$ cd chart-releaser
$ go mod download
$ go install ./...
$ go build -o cr-bin ./cr/main.go
```

### Docker (for Continuous Integration)
Expand Down
4 changes: 1 addition & 3 deletions doc/cr_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ Update Helm repo index.yaml for the given GitHub repo

### Synopsis


Update a Helm chart repository index.yaml file based on a the
given GitHub repository's releases.


```
cr index [flags]
Expand Down Expand Up @@ -41,5 +39,5 @@ cr index [flags]

### SEE ALSO

* [cr](cr.md) - Helm Chart Repos on Github Pages
* [cr](cr.md) - Helm Chart Repos on Github Pages

0 comments on commit 1c8f141

Please sign in to comment.