File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments