Skip to content

Commit

Permalink
Changed repo name in docs from 'helm' to 'helm-charts' (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey authored Apr 28, 2024
1 parent 9e38eaa commit e8ba92e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![slack](https://img.shields.io/badge/Slack-Join%20Our%20Community-364954?logo=slack&labelColor=4D1C51)](https://join.slack.com/t/kubetail/shared_invite/zt-2cq01cbm8-e1kbLT3EmcLPpHSeoFYm1w)

```
helm repo add kubetail https://kubetail-org.github.io/helm/
helm repo add kubetail https://kubetail-org.github.io/helm-charts/
helm repo update
helm search repo kubetail
```
2 changes: 1 addition & 1 deletion charts/kubetail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Kubetail is a web-based, real-time log viewer for Kubernetes clusters
Before you can install you will need to add the `kubetail` repo to Helm:

```console
helm repo add kubetail https://kubetail-org.github.io/helm/
helm repo add kubetail https://kubetail-org.github.io/helm-charts/
```

After you've installed the repo you can create a new release from the `kubetail/kubetail` chart:
Expand Down
2 changes: 1 addition & 1 deletion cr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/helm/chart-releaser#config-file
# https://github.com/helm-charts/chart-releaser#config-file
pages-branch: gh-pages
pages-index-path: /index.yaml
skip-existing: true

0 comments on commit e8ba92e

Please sign in to comment.