Skip to content

Commit

Permalink
Merge pull request #25 from Lyt99/feature/v1.0.0
Browse files Browse the repository at this point in the history
change helm chart image to v1.0.0-rc.1
  • Loading branch information
Lyt99 authored May 7, 2024
2 parents 641e6cf + da5e7f0 commit 7c3dd18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kubeskoop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
category: Analytics
licenses: Apache-2.0
version: 1.0.1
appVersion: 1.0.0
appVersion: 1.0.0-rc.1
icon: https://img.shields.io/github/v/tag/alibaba/kubeskoop
keywords:
- kubeskoop
Expand Down
6 changes: 3 additions & 3 deletions charts/kubeskoop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ agent:
runtimeEndpoint: /run/containerd/containerd.sock
image:
repository: kubeskoop/agent
tag: v1.0.0
tag: v1.0.0-rc.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -43,7 +43,7 @@ agent:
btfhack:
enabled: true
repository: kubeskoop/agent
tag: v1.0.0
tag: v1.0.0-rc.1
imagePullPolicy: IfNotPresent
nodeSelector: {}
tolerations: {}
Expand All @@ -56,7 +56,7 @@ controller:
lokiEndpoint: ''
image:
repository: kubeskoop/controller
tag: v1.0.0
tag: v1.0.0-rc.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 7c3dd18

Please sign in to comment.