Skip to content

Commit

Permalink
Include cluster-test-catalog in the CI (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
nprokopic authored Jan 31, 2024
1 parent ffc8026 commit 6a75524
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/ct-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
chart-repos:
- cluster-catalog=https://giantswarm.github.io/cluster-catalog
# We also add cluster-test-catalog, so we can more easily test dev builds of subcharts.
# Charts from cluster-test-catalog should be used only for testing purposes.
- cluster-test-catalog=https://giantswarm.github.io/cluster-test-catalog
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
mkdir -p /tmp/${{ matrix.values }}
# TODO split files by "API"_"KIND"_"NAMESPACE|clusterwide"_"NAME"
helm repo add cluster-catalog https://giantswarm.github.io/cluster-catalog/
# We also add cluster-test-catalog so we can more easily test dev builds of subcharts.
# Charts from cluster-test-catalog should be used only for testing purposes.
helm repo add cluster-test-catalog https://giantswarm.github.io/cluster-test-catalog/
helm dependency build helm/${{ github.event.repository.name }}
helm template -n org-giantswarm -f "helm/${{ github.event.repository.name }}/ci/ci-values.yaml" -f "${{ matrix.values }}" "helm/${{ github.event.repository.name }}" > /tmp/${{ matrix.values }}/render-new.yaml
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Allow customers to specify optional extraConfigs in HelmRelease apps.
- Include cluster-test-catalog in the CI, so we can more easily test dev builds of subcharts.

### Changed

Expand Down

0 comments on commit 6a75524

Please sign in to comment.