We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309e97f commit 1d128a3Copy full SHA for 1d128a3
2 files changed
.github/workflows/pipeline.yml
@@ -186,7 +186,7 @@ jobs:
186
with:
187
name: helm-schema
188
path: |
189
- manifests/helm/dist/*.schema.json
+ manifests/helm/values.schema.json
190
retention-days: 7
191
- name: Publish (Manifests)
192
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
manifests/helm/build.ps1
@@ -27,9 +27,6 @@ if($WriteSchemaUrl)
27
Set-Content -Path "$root/values.yaml" -Value $content
28
}
29
30
-Write-Host "Copying schema."
31
-Copy-Item "$root/values.schema.json" -Destination "$root/dist/contrast-agent-operator-$ChartVersion.schema.json"
32
-
33
# Package
34
Write-Host "Linting chart."
35
helm lint $root --values "$root/values.testing.yaml"
0 commit comments