Skip to content

Commit

Permalink
add helm templating test
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed Jul 31, 2024
1 parent e1673fa commit 011b7dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
version: 2.1
orbs:
architect: giantswarm/[email protected]
jobs:
template-chart:
docker:
- image: giantswarm/helm-chart-testing:v3.11.0
steps:
- checkout
- run: cd helm/grafana && helm dep up
- run: helm template helm/grafana

workflows:
package-and-push-chart-on-tag:
Expand Down Expand Up @@ -31,6 +39,15 @@ workflows:
filters:
tags:
only: /^v.*/

- template-chart:
name: "template-chart"
filters:
branches:
ignore:
- master
requires:
- "app-catalog"

- architect/run-tests-with-ats:
name: run-chart-tests-with-ats
Expand Down

0 comments on commit 011b7dd

Please sign in to comment.