Skip to content

Commit 76f09fb

Browse files
author
Your Name
committed
Bump up Version
1 parent 78ee095 commit 76f09fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-helm-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

charts/opencloud-microservices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ You can install the Helm charts either directly from this Git repository or from
159159
# Clone the repository
160160
git clone https://github.com/opencloud-eu/helm.git
161161

162-
# Install Full Chart
162+
# Install Microservice Chart
163163
cd charts/opencloud-microservices/deployments/helm
164164
helmfile sync
165165
```

charts/opencloud-microservices/deployments/helm/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories:
1111
# Define the Helm chart releases to be deployed.
1212

1313
releases:
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.

0 commit comments

Comments
 (0)