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 88
88
echo "Verifying the pushed chart..."
89
89
helm pull oci://ghcr.io/${{ github.repository_owner }}/helm-charts/opencloud-dev --version $(helm show chart charts/opencloud-dev | grep version | awk '{print $2}')
90
90
91
- - name : Package and push OpenCloud Full chart
91
+ - name : Package and push OpenCloud Microservice chart
92
92
run : |
93
93
# Update Chart.yaml version if we have a tag
94
94
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
159
159
# Clone the repository
160
160
git clone https://github.com/opencloud-eu/helm.git
161
161
162
- # Install Full Chart
162
+ # Install Microservice Chart
163
163
cd charts/opencloud-microservices/deployments/helm
164
164
helmfile sync
165
165
```
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories:
11
11
# Define the Helm chart releases to be deployed.
12
12
13
13
releases :
14
- # --- OpenCloud Full Chart Release ---
14
+ # --- OpenCloud Microservice Chart Release ---
15
15
# Deploys the main OpenCloud application with all its integrated services.
16
16
- name : opencloud-helm
17
17
namespace : opencloud-helm # Dedicated namespace for the OpenCloud deployment.
You can’t perform that action at this time.
0 commit comments