File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
44export REPO_URL=https://spidernet-io.github.io/spiderpool
55export REPO_NAME=spiderpool
66export CHART_NAME=spiderpool
7- export VERSION=1.1.0
7+ export VERSION=1.1.1
88
99# pr, issue, none
1010export UPGRADE_METHOD=pr
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.1.0
2+ appVersion : 1.1.1
33description : underlay CNI solution for kubernetes
44home : https://spidernet-io.github.io/spiderpool
55icon : https://raw.githubusercontent.com/spidernet-io/spiderpool/main/docs/images/spider.svg
@@ -16,8 +16,8 @@ name: spiderpool
1616sources :
1717 - https://github.com/spidernet-io/spiderpool
1818type : application
19- version : 1.1.0
19+ version : 1.1.1
2020dependencies :
2121 - name : spiderpool
22- version : " 1.1.0 "
22+ version : " 1.1.1 "
2323 repository : " https://spidernet-io.github.io/spiderpool"
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.1.0
2+ appVersion : 1.1.1
33description : underlay CNI solution for kubernetes
44home : https://spidernet-io.github.io/spiderpool
55icon : https://raw.githubusercontent.com/spidernet-io/spiderpool/main/docs/images/spider.svg
@@ -16,4 +16,4 @@ name: spiderpool
1616sources :
1717- https://github.com/spidernet-io/spiderpool
1818type : application
19- version : 1.1.0
19+ version : 1.1.1
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ spiderpoolAgent:
380380 digest : " "
381381
382382 # # @param spiderpoolAgent.image.tag the image tag of spiderpoolAgent, overrides the image tag whose default is the chart appVersion.
383- tag : v1.1.0
383+ tag : v1.1.1
384384
385385 # # @param spiderpoolAgent.image.imagePullSecrets the image imagePullSecrets of spiderpoolAgent
386386 imagePullSecrets : []
@@ -570,7 +570,7 @@ spiderpoolController:
570570 digest : " "
571571
572572 # # @param spiderpoolController.image.tag the image tag of spiderpoolController, overrides the image tag whose default is the chart appVersion.
573- tag : v1.1.0
573+ tag : v1.1.1
574574
575575 # # @param spiderpoolController.image.imagePullSecrets the image imagePullSecrets of spiderpoolController
576576 imagePullSecrets : []
@@ -819,7 +819,7 @@ spiderpoolInit:
819819 digest : " "
820820
821821 # # @param spiderpoolInit.image.tag the image tag of spiderpoolInit, overrides the image tag whose default is the chart appVersion.
822- tag : v1.1.0
822+ tag : v1.1.1
823823
824824 # # @param spiderpoolInit.image.imagePullSecrets the image imagePullSecrets of spiderpoolInit
825825 imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ spiderpool:
287287 # # @param spiderpoolAgent.image.digest the image digest of spiderpoolAgent, which takes preference over tag
288288 digest : " "
289289 # # @param spiderpoolAgent.image.tag the image tag of spiderpoolAgent, overrides the image tag whose default is the chart appVersion.
290- tag : v1.1.0
290+ tag : v1.1.1
291291 # # @param spiderpoolAgent.image.imagePullSecrets the image imagePullSecrets of spiderpoolAgent
292292 imagePullSecrets : []
293293 # - name: "image-pull-secret"
@@ -430,7 +430,7 @@ spiderpool:
430430 # # @param spiderpoolController.image.digest the image digest of spiderpoolController, which takes preference over tag
431431 digest : " "
432432 # # @param spiderpoolController.image.tag the image tag of spiderpoolController, overrides the image tag whose default is the chart appVersion.
433- tag : v1.1.0
433+ tag : v1.1.1
434434 # # @param spiderpoolController.image.imagePullSecrets the image imagePullSecrets of spiderpoolController
435435 imagePullSecrets : []
436436 # - name: "image-pull-secret"
@@ -646,7 +646,7 @@ spiderpool:
646646 # # @param spiderpoolInit.image.digest the image digest of spiderpoolInit, which takes preference over tag
647647 digest : " "
648648 # # @param spiderpoolInit.image.tag the image tag of spiderpoolInit, overrides the image tag whose default is the chart appVersion.
649- tag : v1.1.0
649+ tag : v1.1.1
650650 # # @param spiderpoolInit.image.imagePullSecrets the image imagePullSecrets of spiderpoolInit
651651 imagePullSecrets : []
652652 # - name: "image-pull-secret"
You can’t perform that action at this time.
0 commit comments