Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0
export VERSION=1.1.1

# 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.1.0
appVersion: 1.1.1
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.1.0
version: 1.1.1
dependencies:
- name: spiderpool
version: "1.1.0"
version: "1.1.1"
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: 1.1.0
appVersion: 1.1.1
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.1.0
version: 1.1.1
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 @@ -380,7 +380,7 @@ spiderpoolAgent:
digest: ""

## @param spiderpoolAgent.image.tag the image tag of spiderpoolAgent, overrides the image tag whose default is the chart appVersion.
tag: v1.1.0
tag: v1.1.1

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

## @param spiderpoolController.image.tag the image tag of spiderpoolController, overrides the image tag whose default is the chart appVersion.
tag: v1.1.0
tag: v1.1.1

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

## @param spiderpoolInit.image.tag the image tag of spiderpoolInit, overrides the image tag whose default is the chart appVersion.
tag: v1.1.0
tag: v1.1.1

## @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 @@ -287,7 +287,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: v1.1.0
tag: v1.1.1
## @param spiderpoolAgent.image.imagePullSecrets the image imagePullSecrets of spiderpoolAgent
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down Expand Up @@ -430,7 +430,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: v1.1.0
tag: v1.1.1
## @param spiderpoolController.image.imagePullSecrets the image imagePullSecrets of spiderpoolController
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down Expand Up @@ -646,7 +646,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: v1.1.0
tag: v1.1.1
## @param spiderpoolInit.image.imagePullSecrets the image imagePullSecrets of spiderpoolInit
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down