Skip to content

Commit

Permalink
📑docs: update readme (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam authored Oct 8, 2023
1 parent 7607dc9 commit c7c94b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:
with:
fetch-depth: 0

- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Read Yaml
id: yaml
run: |
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
### Helm Chart

```bash
helm repo add maxisam https://maxisam.github.io/mgob/
helm repo update
helm pull oci://registry-1.docker.io/maxisam/mgob --version 1.8.3
helm upgrade --install mgob maxisam/mgob --namespace mgob --create-namespace
```

Expand Down

0 comments on commit c7c94b5

Please sign in to comment.