Skip to content

Commit

Permalink
imagePullSecrest example for SR-IOV Network Operator images
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kolodiazhny <ikolodiazhny@nvidia.com>
  • Loading branch information
e0ne committed Jun 13, 2023
1 parent 0ed7f5c commit ac856e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ sriov-network-operator:
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.1
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.4
webhook: ghcr.io/k8snetworkplumbingwg/sriov-network-operator-webhook:v1.1.0
# imagePullSecrest for SR-IOV Network Operator related images
# imagePullSecrets: []

# General Operator related values
# The operator element allows to deploy network operator from an alternate location
Expand Down
2 changes: 2 additions & 0 deletions hack/templates/values/values.template
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ sriov-network-operator:
sriovDevicePlugin: {{ .SriovDevicePlugin.Repository }}/{{ .SriovDevicePlugin.Image }}:{{ .SriovDevicePlugin.Version }}
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.4
webhook: ghcr.io/k8snetworkplumbingwg/sriov-network-operator-webhook:v1.1.0
# imagePullSecrest for SR-IOV Network Operator related images
# imagePullSecrets: []

# General Operator related values
# The operator element allows to deploy network operator from an alternate location
Expand Down

0 comments on commit ac856e9

Please sign in to comment.