Skip to content

Commit

Permalink
rollback resourcesInjector from v1.6.0 to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclinder committed Nov 6, 2024
1 parent b55d888 commit fc045fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/spiderpool/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ yq -i '
.spiderpool.spiderpoolController.podResourceInject.namespacesExclude= ["insight-system","mcamel-system","amamba-system","argocd","baize-system","ghippo-system","gpu-operator","dowl-system","hwameistor","insight-system","kairship-system","kangaroo-system","kant-system","kcollie-system","kcoral-system","kolm-system","kpanda-system","kubean-system","local-path-storage","metax","mspider-system","nvidia-gpu-operator","skoala-system","spidernet-system","virtnest-system","ipavo-system"] + .spiderpool.spiderpoolController.podResourceInject.namespacesExclude |
.spiderpool.spiderpoolInit.image.registry="ghcr.m.daocloud.io" |
.spiderpool.plugins.image.registry="ghcr.m.daocloud.io" |
.spiderpool.rdma.rdmaSharedDevicePlugin.image.registry="ghcr.m.daocloud.io"
.spiderpool.rdma.rdmaSharedDevicePlugin.image.registry="ghcr.m.daocloud.io" |
.spiderpool.sriov.image.resourcesInjector.tag="v1.5"
' ${CHART_DIRECTORY}/values.yaml

if ! grep "keywords:" ${CHART_DIRECTORY}/Chart.yaml &>/dev/null ; then
Expand Down
2 changes: 1 addition & 1 deletion charts/spiderpool/spiderpool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ spiderpool:
## @param sriov.image.resourcesInjector.repository the image repository
repository: k8snetworkplumbingwg/network-resources-injector
## @param sriov.image.resourcesInjector.tag the image tag
tag: v1.6.0
tag: v1.5
webhook:
## @param sriov.image.webhook.repository the image repository
repository: k8snetworkplumbingwg/sriov-network-operator-webhook
Expand Down

0 comments on commit fc045fd

Please sign in to comment.