Skip to content

Commit

Permalink
Fix issue with file path in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
a26blass committed Apr 29, 2024
1 parent e7f310f commit 5838120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
needs.check-changed-files.outputs.site-changed == 'true' ||
(needs.build-push-image.result == 'skipped' && needs.check-changed-files.outputs.infra-changed == 'true')
run: |
helm dependency build && helm upgrade --install website src/main/helm --set image.tag=${{ env.DOCKER_TAG }}
cd src/main/helm && helm dependency build && helm upgrade --install website . --set image.tag=${{ env.DOCKER_TAG }}
2 changes: 1 addition & 1 deletion src/main/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: website
version: 0.0.2
version: 0.0.3
dependencies:
- name: cert-manager
version: v1.14.5
Expand Down

0 comments on commit 5838120

Please sign in to comment.