Skip to content

Commit

Permalink
robot: project spiderpool chart upgrades from 1.0.0-rc2 to 0.9.7
Browse files Browse the repository at this point in the history
Signed-off-by: robot <[email protected]>
  • Loading branch information
robot committed Nov 20, 2024
1 parent 88c224b commit 0d11deb
Show file tree
Hide file tree
Showing 39 changed files with 671 additions and 7,410 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-rc2
export VERSION=0.9.7

# 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-rc2
appVersion: 0.9.7
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-rc2
version: 0.9.7
dependencies:
- name: spiderpool
version: "1.0.0-rc2"
version: "0.9.7"
repository: "https://spidernet-io.github.io/spiderpool"
268 changes: 118 additions & 150 deletions charts/spiderpool/spiderpool/README.md

Large diffs are not rendered by default.

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-rc2
appVersion: 0.9.7
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-rc2
version: 0.9.7
268 changes: 118 additions & 150 deletions charts/spiderpool/spiderpool/charts/spiderpool/README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# Copyright 2020 NVIDIA
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand All @@ -23,7 +10,7 @@ spec:
singular: network-attachment-definition
kind: NetworkAttachmentDefinition
shortNames:
- net-attach-def
- net-attach-def
versions:
- name: v1
served: true
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ spec:
is a positive integer the default value is 0, which means leaving
it as it is.
type: integer
vethLinkAddress:
description: VethLinkAddress configure a ipv4 link-local address for
veth0 device. empty means disable. default is empty. Format is like
169.254.100.1
type: string
type: object
status:
description: CoordinationStatus defines the observed state of SpiderCoordinator.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,11 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -191,13 +189,11 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -245,13 +241,11 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ spec:
is a positive integer the default value is 0, which means leaving
it as it is.
type: integer
vethLinkAddress:
description: VethLinkAddress configure a ipv4 link-local address
for veth0 device. empty means disable. default is empty. Format
is like 169.254.100.1
type: string
type: object
customCNI:
description: OtherCniTypeConfig only used for CniType custom, valid
Expand Down Expand Up @@ -229,10 +224,6 @@ spec:
- mode
- name
type: object
enableRdma:
default: false
description: enable share rdma for ipvlan
type: boolean
ippools:
description: SpiderpoolPools could specify the IPAM spiderpool
CNI configuration default IPv4&IPv6 pools.
Expand All @@ -250,11 +241,6 @@ spec:
items:
type: string
type: array
rdmaResourceName:
description: Resource name of the rdma device-plugin, If it's
empty and enableRdma is true, the value will be auto set by
operator. and the user can also set this value manually.
type: string
vlanID:
format: int32
maximum: 4094
Expand All @@ -280,10 +266,6 @@ spec:
- mode
- name
type: object
enableRdma:
default: false
description: enable share rdma for macvlan
type: boolean
ippools:
description: SpiderpoolPools could specify the IPAM spiderpool
CNI configuration default IPv4&IPv6 pools.
Expand All @@ -301,11 +283,6 @@ spec:
items:
type: string
type: array
rdmaResourceName:
description: Resource name of the rdma device-plugin, If it's
empty and enableRdma is true, the value will be auto set by
operator. and the user can also set this value manually.
type: string
vlanID:
format: int32
maximum: 4094
Expand Down

This file was deleted.

Loading

0 comments on commit 0d11deb

Please sign in to comment.