File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/opencloud-microservices Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8888 echo "Verifying the pushed chart..."
8989 helm pull oci://ghcr.io/${{ github.repository_owner }}/helm-charts/opencloud-dev --version $(helm show chart charts/opencloud-dev | grep version | awk '{print $2}')
9090
91- - name : Package and push OpenCloud Full chart
91+ - name : Package and push OpenCloud Microservice chart
9292 run : |
9393 # Update Chart.yaml version if we have a tag
9494 if [[ "${{ github.ref }}" == refs/tags/v* ]]; then
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ You can install the Helm charts either directly from this Git repository or from
159159# Clone the repository
160160git clone https://github.com/opencloud-eu/helm.git
161161
162- # Install Full Chart
162+ # Install Microservice Chart
163163cd charts/opencloud-microservices/deployments/helm
164164helmfile sync
165165```
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories:
1111# Define the Helm chart releases to be deployed.
1212
1313releases :
14- # --- OpenCloud Full Chart Release ---
14+ # --- OpenCloud Microservice Chart Release ---
1515 # Deploys the main OpenCloud application with all its integrated services.
1616 - name : opencloud-helm
1717 namespace : opencloud-helm # Dedicated namespace for the OpenCloud deployment.
You can’t perform that action at this time.
0 commit comments