Skip to content

Commit

Permalink
Merge pull request #1633 from DaoCloud/upgrade/spiderpool/0.8.2
Browse files Browse the repository at this point in the history
Robot Upgrade: spiderpool chart upgrade from 0.8.1 to 0.8.2
  • Loading branch information
learner0810 authored Dec 7, 2023
2 parents 178449b + afd5779 commit bf87a9b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 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=0.8.1
export VERSION=0.8.2

# 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: 0.8.1
appVersion: 0.8.2
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: 0.8.1
version: 0.8.2
dependencies:
- name: spiderpool
version: "0.8.1"
version: "0.8.2"
repository: "https://spidernet-io.github.io/spiderpool"
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: 0.8.1
appVersion: 0.8.2
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: 0.8.1
version: 0.8.2
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ spec:
type: string
type: array
type: object
maxTxRateMbps:
minimum: 0
type: integer
minTxRateMbps:
minimum: 0
type: integer
resourceName:
type: string
vlanID:
Expand Down
6 changes: 3 additions & 3 deletions charts/spiderpool/spiderpool/charts/spiderpool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ spiderpoolAgent:
digest: ""

## @param spiderpoolAgent.image.tag the image tag of spiderpoolAgent, overrides the image tag whose default is the chart appVersion.
tag: v0.8.1
tag: v0.8.2

## @param spiderpoolAgent.image.imagePullSecrets the image imagePullSecrets of spiderpoolAgent
imagePullSecrets: []
Expand Down Expand Up @@ -535,7 +535,7 @@ spiderpoolController:
digest: ""

## @param spiderpoolController.image.tag the image tag of spiderpoolController, overrides the image tag whose default is the chart appVersion.
tag: v0.8.1
tag: v0.8.2

## @param spiderpoolController.image.imagePullSecrets the image imagePullSecrets of spiderpoolController
imagePullSecrets: []
Expand Down Expand Up @@ -766,7 +766,7 @@ spiderpoolInit:
digest: ""

## @param spiderpoolInit.image.tag the image tag of spiderpoolInit, overrides the image tag whose default is the chart appVersion.
tag: v0.8.1
tag: v0.8.2

## @param spiderpoolInit.image.imagePullSecrets the image imagePullSecrets of spiderpoolInit
imagePullSecrets: []
Expand Down
6 changes: 3 additions & 3 deletions charts/spiderpool/spiderpool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ spiderpool:
## @param spiderpoolAgent.image.digest the image digest of spiderpoolAgent, which takes preference over tag
digest: ""
## @param spiderpoolAgent.image.tag the image tag of spiderpoolAgent, overrides the image tag whose default is the chart appVersion.
tag: v0.8.1
tag: v0.8.2
## @param spiderpoolAgent.image.imagePullSecrets the image imagePullSecrets of spiderpoolAgent
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down Expand Up @@ -402,7 +402,7 @@ spiderpool:
## @param spiderpoolController.image.digest the image digest of spiderpoolController, which takes preference over tag
digest: ""
## @param spiderpoolController.image.tag the image tag of spiderpoolController, overrides the image tag whose default is the chart appVersion.
tag: v0.8.1
tag: v0.8.2
## @param spiderpoolController.image.imagePullSecrets the image imagePullSecrets of spiderpoolController
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down Expand Up @@ -579,7 +579,7 @@ spiderpool:
## @param spiderpoolInit.image.digest the image digest of spiderpoolInit, which takes preference over tag
digest: ""
## @param spiderpoolInit.image.tag the image tag of spiderpoolInit, overrides the image tag whose default is the chart appVersion.
tag: v0.8.1
tag: v0.8.2
## @param spiderpoolInit.image.imagePullSecrets the image imagePullSecrets of spiderpoolInit
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down

0 comments on commit bf87a9b

Please sign in to comment.