Skip to content

Commit cc66654

Browse files
committed
restructure release description
1 parent 1d16cfc commit cc66654

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,12 @@ jobs:
5757
release-description: |
5858
## Installation
5959
60-
**Docker Image:**
61-
```bash
62-
docker pull ${{ env.DOCKER_IMAGE }}:${{ steps.nextVersion.outputs.version }}
63-
```
64-
65-
**Helm Chart:**
60+
### Helm Chart
6661
```bash
6762
helm install postgresql-operator https://github.com/${{ github.repository }}/releases/download/v${{ steps.nextVersion.outputs.version }}/postgresql-operator-${{ steps.nextVersion.outputs.version }}.tgz
6863
```
6964
70-
**Manually installing CRDs:**
65+
### Manual CRD Installation
7166
```bash
7267
kubectl apply -f https://github.com/${{ github.repository }}/releases/download/v${{ steps.nextVersion.outputs.version }}/clusterconnections.postgresql.aboutbits.it-v1.yml
7368
kubectl apply -f https://github.com/${{ github.repository }}/releases/download/v${{ steps.nextVersion.outputs.version }}/databases.postgresql.aboutbits.it-v1.yml

0 commit comments

Comments
 (0)