From d8fcb0f4db0d8fe83fc023ea0fc0acf415fc6d4f Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Fri, 29 Mar 2024 08:54:46 +0100 Subject: [PATCH] chore: update chart release step and readme (#12) - remove input pages_branch: "main" from chart release step (change to gh-pages necessary) - update readme ------------- Reviewed-By: Phil Schneider --- .github/workflows/release.yml | 2 -- README.md | 24 +----------------------- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53de006..6411efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,8 +56,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.1 - with: - pages_branch: "main" env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_SKIP_EXISTING: "true" diff --git a/README.md b/README.md index e9c4990..af34065 100644 --- a/README.md +++ b/README.md @@ -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