Skip to content

Commit 1d128a3

Browse files
committed
Fix helm schema artifact
1 parent 309e97f commit 1d128a3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
with:
187187
name: helm-schema
188188
path: |
189-
manifests/helm/dist/*.schema.json
189+
manifests/helm/values.schema.json
190190
retention-days: 7
191191
- name: Publish (Manifests)
192192
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0

manifests/helm/build.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ if($WriteSchemaUrl)
2727
Set-Content -Path "$root/values.yaml" -Value $content
2828
}
2929

30-
Write-Host "Copying schema."
31-
Copy-Item "$root/values.schema.json" -Destination "$root/dist/contrast-agent-operator-$ChartVersion.schema.json"
32-
3330
# Package
3431
Write-Host "Linting chart."
3532
helm lint $root --values "$root/values.testing.yaml"

0 commit comments

Comments
 (0)