Skip to content

fix: remove values.yaml from exclude-chart-files (#5) #2

fix: remove values.yaml from exclude-chart-files (#5)

fix: remove values.yaml from exclude-chart-files (#5) #2

Workflow file for this run

name: Fork CI
on:
push:
tags:
- network-operator-*
jobs:
call-reusable-ci-fork-workflow:
uses: Mellanox/cloud-orchestration-reusable-workflows/.github/workflows/fork-ci-reusable.yml@main
with:
registry-internal: nvcr.io/nvstaging/mellanox
service-account-username: nvidia-ci-cd
service-account-email: [email protected]
# For the component name, use the name of the component from https://github.com/Mellanox/network-operator/blob/master/hack/release.yaml
# Otherwise, it won't be able to update the versions correctly
components: '[{"name": "nodeFeatureDiscovery", "imageName": "node-feature-discovery", "Dockerfile": "Dockerfile.nvidia"}]'
chart-name: node-feature-discovery
chart-path: "deployment/helm/node-feature-discovery"
secrets:
registry-username: ${{ secrets.NVCR_USERNAME }}
registry-token: ${{ secrets.NVCR_TOKEN }}
cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}