Skip to content

Commit

Permalink
Merge pull request #2852 from cyclinder/spiderpool/1.0.0-rc4
Browse files Browse the repository at this point in the history
spiderpool v1.0.0-rc4
  • Loading branch information
cyclinder authored Jan 9, 2025
2 parents c2262a7 + 0990cc9 commit c952bf5
Show file tree
Hide file tree
Showing 18 changed files with 2,213 additions and 1,012 deletions.
2 changes: 1 addition & 1 deletion charts/spiderpool/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
export REPO_URL=https://spidernet-io.github.io/spiderpool
export REPO_NAME=spiderpool
export CHART_NAME=spiderpool
export VERSION=1.0.0-rc3
export VERSION=1.0.0-rc4

# pr, issue, none
export UPGRADE_METHOD=pr
Expand Down
6 changes: 3 additions & 3 deletions charts/spiderpool/spiderpool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.0.0-rc3
appVersion: 1.0.0-rc4
description: underlay CNI solution for kubernetes
home: https://spidernet-io.github.io/spiderpool
icon: https://raw.githubusercontent.com/spidernet-io/spiderpool/main/docs/images/spider.svg
Expand All @@ -16,8 +16,8 @@ name: spiderpool
sources:
- https://github.com/spidernet-io/spiderpool
type: application
version: 1.0.0-rc3
version: 1.0.0-rc4
dependencies:
- name: spiderpool
version: "1.0.0-rc3"
version: "1.0.0-rc4"
repository: "https://spidernet-io.github.io/spiderpool"
4 changes: 2 additions & 2 deletions charts/spiderpool/spiderpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
| `multus.multusCNI.image.repository` | the multus-CNI image repository | `k8snetworkplumbingwg/multus-cni` |
| `multus.multusCNI.image.pullPolicy` | the multus-CNI image pullPolicy | `IfNotPresent` |
| `multus.multusCNI.image.digest` | the multus-CNI image digest | `""` |
| `multus.multusCNI.image.tag` | the multus-CNI image tag | `v3.9.3` |
| `multus.multusCNI.image.tag` | the multus-CNI image tag | `v4.1.4` |
| `multus.multusCNI.image.imagePullSecrets` | the multus-CNI image imagePullSecrets | `[]` |
| `multus.multusCNI.defaultCniCRName` | if this value is empty, multus will automatically get default CNI according to the existed CNI conf file in /etc/cni/net.d/, if no cni files found in /etc/cni/net.d, A Spidermultusconfig CR named default will be created, please update the related SpiderMultusConfig for default CNI after installation. The namespace of defaultCniCRName follows with the release namespace of spdierpool | `""` |
| `multus.multusCNI.securityContext.privileged` | the securityContext privileged of multus-CNI daemonset pod | `true` |
Expand All @@ -222,7 +222,7 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
| `plugins.image.repository` | the image repository of plugins | `spidernet-io/spiderpool/spiderpool-plugins` |
| `plugins.image.pullPolicy` | the image pullPolicy of plugins | `IfNotPresent` |
| `plugins.image.digest` | the image digest of plugins | `""` |
| `plugins.image.tag` | the image tag of plugins | `82659d90cae0d6a5169eac2869e47c989932d775` |
| `plugins.image.tag` | the image tag of plugins | `27c4f118b1cec3773f2679b772e7583fc77e5686` |
| `plugins.image.imagePullSecrets` | the image imagePullSecrets of plugins | `[]` |

### clusterDefaultPool parameters
Expand Down
4 changes: 2 additions & 2 deletions charts/spiderpool/spiderpool/charts/spiderpool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.0.0-rc3
appVersion: 1.0.0-rc4
description: underlay CNI solution for kubernetes
home: https://spidernet-io.github.io/spiderpool
icon: https://raw.githubusercontent.com/spidernet-io/spiderpool/main/docs/images/spider.svg
Expand All @@ -16,4 +16,4 @@ name: spiderpool
sources:
- https://github.com/spidernet-io/spiderpool
type: application
version: 1.0.0-rc3
version: 1.0.0-rc4
4 changes: 2 additions & 2 deletions charts/spiderpool/spiderpool/charts/spiderpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
| `multus.multusCNI.image.repository` | the multus-CNI image repository | `k8snetworkplumbingwg/multus-cni` |
| `multus.multusCNI.image.pullPolicy` | the multus-CNI image pullPolicy | `IfNotPresent` |
| `multus.multusCNI.image.digest` | the multus-CNI image digest | `""` |
| `multus.multusCNI.image.tag` | the multus-CNI image tag | `v3.9.3` |
| `multus.multusCNI.image.tag` | the multus-CNI image tag | `v4.1.4` |
| `multus.multusCNI.image.imagePullSecrets` | the multus-CNI image imagePullSecrets | `[]` |
| `multus.multusCNI.defaultCniCRName` | if this value is empty, multus will automatically get default CNI according to the existed CNI conf file in /etc/cni/net.d/, if no cni files found in /etc/cni/net.d, A Spidermultusconfig CR named default will be created, please update the related SpiderMultusConfig for default CNI after installation. The namespace of defaultCniCRName follows with the release namespace of spdierpool | `""` |
| `multus.multusCNI.securityContext.privileged` | the securityContext privileged of multus-CNI daemonset pod | `true` |
Expand All @@ -222,7 +222,7 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
| `plugins.image.repository` | the image repository of plugins | `spidernet-io/spiderpool/spiderpool-plugins` |
| `plugins.image.pullPolicy` | the image pullPolicy of plugins | `IfNotPresent` |
| `plugins.image.digest` | the image digest of plugins | `""` |
| `plugins.image.tag` | the image tag of plugins | `82659d90cae0d6a5169eac2869e47c989932d775` |
| `plugins.image.tag` | the image tag of plugins | `27c4f118b1cec3773f2679b772e7583fc77e5686` |
| `plugins.image.imagePullSecrets` | the image imagePullSecrets of plugins | `[]` |

### clusterDefaultPool parameters
Expand Down
Loading

0 comments on commit c952bf5

Please sign in to comment.