mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(k8s-ycl): Add Helm chart (#165)
This commit is contained in:
parent
1e238f9ff8
commit
2f5cfc139f
12 changed files with 270 additions and 21 deletions
4
.github/workflows/pr-validate.yaml
vendored
4
.github/workflows/pr-validate.yaml
vendored
|
@ -52,14 +52,14 @@ jobs:
|
|||
chartsToTest: |-
|
||||
${{
|
||||
(
|
||||
needs.pr-metadata.outputs.commonLibraryUpdated &&
|
||||
(needs.pr-metadata.outputs.commonLibraryUpdated=='true') &&
|
||||
'["other/app-template"]'
|
||||
) || needs.pr-metadata.outputs.chartsToInstall
|
||||
}}
|
||||
overrideDeps: |-
|
||||
${{
|
||||
(
|
||||
needs.pr-metadata.outputs.commonLibraryUpdated &&
|
||||
(needs.pr-metadata.outputs.commonLibraryUpdated=='true') &&
|
||||
'[{"name": "common", "repository": "file://../../library/common", "version": "*"}]'
|
||||
) || '[]'
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue