Skip to content

Commit

Permalink
Merge pull request #2538 from cyclinder/spiderpool/v0.9.7
Browse files Browse the repository at this point in the history
bump spiderpool to v0.9.7
  • Loading branch information
cyclinder authored Sep 26, 2024
2 parents 1d340d8 + ffcfb6c commit b123063
Show file tree
Hide file tree
Showing 5 changed files with 12 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.9.6
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: 0.9.6
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: 0.9.6
version: 0.9.7
dependencies:
- name: spiderpool
version: "0.9.6"
version: "0.9.7"
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.9.6
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: 0.9.6
version: 0.9.7
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 @@ -360,7 +360,7 @@ spiderpoolAgent:
digest: ""

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

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

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

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

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

## @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 @@ -270,7 +270,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.9.6
tag: v0.9.7
## @param spiderpoolAgent.image.imagePullSecrets the image imagePullSecrets of spiderpoolAgent
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down Expand Up @@ -410,7 +410,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.9.6
tag: v0.9.7
## @param spiderpoolController.image.imagePullSecrets the image imagePullSecrets of spiderpoolController
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down Expand Up @@ -585,7 +585,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.9.6
tag: v0.9.7
## @param spiderpoolInit.image.imagePullSecrets the image imagePullSecrets of spiderpoolInit
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down

0 comments on commit b123063

Please sign in to comment.