Skip to content

Commit

Permalink
fix README (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s authored Oct 12, 2023
1 parent c62b721 commit 1bde201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-main.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ helm repo add woodpecker https://woodpecker-ci.org/
helm install woodpecker woodpecker/woodpecker

# alternatively via OCI
helm install woodpecker oci://registry-1.docker.io/woodpeckerci/woodpecker
helm install woodpecker oci://registry-1.docker.io/woodpeckerci/helm
```

**Note**: The `woodpecker/woodpecker` chart contains both the server and the agent.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helm repo add woodpecker https://woodpecker-ci.org/
helm install woodpecker woodpecker/woodpecker

# alternatively via OCI
helm install woodpecker oci://registry-1.docker.io/woodpeckerci/woodpecker
helm install woodpecker oci://registry-1.docker.io/woodpeckerci/helm
```

**Note**: The `woodpecker/woodpecker` chart contains both the server and the agent.
Expand Down

0 comments on commit 1bde201

Please sign in to comment.