Skip to content

Commit

Permalink
updated body to make txt less bold
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 13, 2024
1 parent 87fc17c commit 0132b19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ jobs:
ghcr.io/${{ github.repository }}:${{ inputs.tag }}
```
Helm Chart:
**Helm Chart**
You can install the Helm chart using the following command:
```
helm install scality-cosi-driver oci://ghcr.io/${{ github.repository }}/helm-charts/scality-cosi-driver --version ${{ inputs.tag }}
```
Helm Chart Details:
**Helm Chart Details**
To view details of the chart:
```
helm show all oci://ghcr.io/${{ github.repository }}/helm-charts/scality-cosi-driver --version ${{ inputs.tag }}
```
### Template the Helm Chart:
**Template the Helm Chart**
To render the Helm templates:
```
helm template oci://ghcr.io/${{ github.repository }}/helm-charts/scality-cosi-driver --version ${{ inputs.tag }}
Expand Down

0 comments on commit 0132b19

Please sign in to comment.