Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI. #587

Merged
merged 5 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
- name: Set up chart-testing
uses: helm/[email protected]

- name: Add dependency repos
run: |
helm repo add incubator https://charts.helm.sh/incubator
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add elastic https://helm.elastic.co
helm repo add grafana https://grafana.github.io/helm-charts

- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand All @@ -40,10 +47,6 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --check-version-increment=false --target-branch ${{ github.event.repository.default_branch }}

- name: Update dependencies
working-directory: charts/temporal
run: helm dependency update

- name: Run template tests
working-directory: charts/temporal/tests
run: go test
1 change: 0 additions & 1 deletion charts/temporal/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/charts
Chart.lock
15 changes: 15 additions & 0 deletions charts/temporal/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dependencies:
- name: cassandra
repository: https://charts.helm.sh/incubator
version: 0.14.3
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.22.0
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.0.2
digest: sha256:f74565632d43941cad32e713f73481b3d8065d9c462473e80d86fd1f7c5049af
generated: "2024-10-07T14:43:06.775398+01:00"
Loading