Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Feb 12, 2025
1 parent ae4e4ba commit dcda352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-github-cms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- name: Deploy Helm chart
run: |
helm dependency update ./helm/supersonic
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm dependency build ./helm/supersonic
helm upgrade --install supersonic ./helm/supersonic \
--values values/values-cms-ci.yaml -n cms
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ kubectl apply -f ci/cvmfs-storageclass.yaml -n cvmfs-csi

# 7. Deploy the Helm chart for supersonic
echo "Deploying Helm chart for supersonic..."
helm dependency update ./helm/supersonic
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm dependency build ./helm/supersonic
helm upgrade --install supersonic ./helm/supersonic --values values/values-cms-ci.yaml -n cms

Expand Down

0 comments on commit dcda352

Please sign in to comment.