Skip to content

Commit

Permalink
chore: update chart release step and readme (Phil91#12)
Browse files Browse the repository at this point in the history
- remove input pages_branch: "main" from chart release step (change to gh-pages necessary)
- update readme
-------------
Reviewed-By: Phil Schneider <[email protected]>
  • Loading branch information
evegufy authored Mar 29, 2024
1 parent 870a4ec commit d8fcb0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
pages_branch: "main"
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
Expand Down
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,7 @@

This repository contains the backend code for the DIM Middle Layer written in C#.

## Installation

To install the chart with the release name `dim`:

```shell
$ helm repo add dim-repo https://github.com/Phil91/dim-client
$ helm install dim dim-repo/dim
```

To install the helm chart into your cluster with your values:

```shell
$ helm install -f your-values.yaml dim dim-repo/dim
```

To use the helm chart as a dependency:

```yaml
dependencies:
- name: dim
repository: https://github.com/Phil91/dim-client
version: 0.0.1
```
For **installation** details and further information, please refer to the chart specific [README](./charts/dim/README.md).

## How to build and run

Expand Down

0 comments on commit d8fcb0f

Please sign in to comment.