Skip to content

Commit d60289d

Browse files
author
robot
committed
robot: project spiderpool chart upgrades from 1.1.0 to 1.1.1
Signed-off-by: robot <robot@example.com>
1 parent 020f4d3 commit d60289d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

charts/spiderpool/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
44
export REPO_URL=https://spidernet-io.github.io/spiderpool
55
export REPO_NAME=spiderpool
66
export CHART_NAME=spiderpool
7-
export VERSION=1.1.0
7+
export VERSION=1.1.1
88

99
# pr, issue, none
1010
export UPGRADE_METHOD=pr

charts/spiderpool/spiderpool/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.1.0
2+
appVersion: 1.1.1
33
description: underlay CNI solution for kubernetes
44
home: https://spidernet-io.github.io/spiderpool
55
icon: https://raw.githubusercontent.com/spidernet-io/spiderpool/main/docs/images/spider.svg
@@ -16,8 +16,8 @@ name: spiderpool
1616
sources:
1717
- https://github.com/spidernet-io/spiderpool
1818
type: application
19-
version: 1.1.0
19+
version: 1.1.1
2020
dependencies:
2121
- name: spiderpool
22-
version: "1.1.0"
22+
version: "1.1.1"
2323
repository: "https://spidernet-io.github.io/spiderpool"

charts/spiderpool/spiderpool/charts/spiderpool/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.1.0
2+
appVersion: 1.1.1
33
description: underlay CNI solution for kubernetes
44
home: https://spidernet-io.github.io/spiderpool
55
icon: https://raw.githubusercontent.com/spidernet-io/spiderpool/main/docs/images/spider.svg
@@ -16,4 +16,4 @@ name: spiderpool
1616
sources:
1717
- https://github.com/spidernet-io/spiderpool
1818
type: application
19-
version: 1.1.0
19+
version: 1.1.1

charts/spiderpool/spiderpool/charts/spiderpool/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: []

charts/spiderpool/spiderpool/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)