Skip to content

Commit 6fd8b4e

Browse files
authored
Merge pull request #340 from alibaba/feat/helm-1.0.3
update helm version 1.0.3 with appVersion 1.0.1
2 parents 66e6708 + ab873a1 commit 6fd8b4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ type: application
55
annotations:
66
category: Analytics
77
licenses: Apache-2.0
8-
version: 1.0.2
9-
appVersion: 1.0.0-rc.1
8+
version: 1.0.3
9+
appVersion: 1.0.1
1010
icon: https://img.shields.io/github/v/tag/alibaba/kubeskoop
1111
keywords:
1212
- kubeskoop

deploy/helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ agent:
3434
port: 9102
3535
image:
3636
repository: kubeskoop/agent
37-
tag: v1.0.0
37+
tag: v1.0.1
3838
imagePullPolicy: IfNotPresent
3939
resources:
4040
limits:
@@ -46,7 +46,7 @@ agent:
4646
btfhack:
4747
enabled: true
4848
repository: kubeskoop/agent
49-
tag: v1.0.0
49+
tag: v1.0.1
5050
imagePullPolicy: IfNotPresent
5151
nodeSelector: {}
5252
tolerations: {}
@@ -59,7 +59,7 @@ controller:
5959
lokiEndpoint: http://loki-service:3100
6060
image:
6161
repository: kubeskoop/controller
62-
tag: v1.0.0
62+
tag: v1.0.1
6363
imagePullPolicy: IfNotPresent
6464
resources:
6565
limits:
@@ -88,7 +88,7 @@ webconsole:
8888
password: kubeskoop
8989
image:
9090
repository: kubeskoop/controller
91-
tag: v1.0.0
91+
tag: v1.0.1
9292
imagePullPolicy: IfNotPresent
9393
resources:
9494
limits:

0 commit comments

Comments
 (0)