Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/release-package-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,10 @@ jobs:

**Bill of Materials (BOM):**
- **bom-v${{ steps.version.outputs.version }}.txt** - Human-readable BOM with all container images
- **bom-v${{ steps.version.outputs.version }}.yaml** - Kubernetes-friendly YAML BOM
- **bom-v${{ steps.version.outputs.version }}.json** - CycloneDX format BOM

**Software Bill of Materials (SBOM):**
- **sbom-operator-v${{ steps.version.outputs.version }}.cyclonedx.json** - CycloneDX SBOM
- **sbom-operator-v${{ steps.version.outputs.version }}.spdx.json** - SPDX SBOM
- **sbom-operator-v${{ steps.version.outputs.version }}.syft.json** - Syft native format SBOM
- **sbom-operator-v${{ steps.version.outputs.version }}.cyclonedx.json** - CycloneDX format SBOM for operator image

**OCI Registry (GHCR):**
- `oci://ghcr.io/${{ github.repository_owner }}/charts/splunk-ai-operator:${{ steps.version.outputs.version }}`
Expand All @@ -392,7 +389,7 @@ jobs:

### Documentation

- [Helm Deployment Guide](https://github.com/${{ github.repository }}/blob/main/docs/helm-deployment.md)
- [Helm Deployment Guide](https://github.com/${{ github.repository }}/blob/main/docs/deployment/helm-deployment.md)
- [Installation Guide](https://github.com/${{ github.repository }}/blob/main/docs/installation.md)
- [API Reference](https://github.com/${{ github.repository }}/blob/main/docs/api-reference.md)
env:
Expand Down
Loading