Skip to content

Commit 2c527d7

Browse files
authored
Update Chart version to v0.1.1(the latest and stable version) (#121)
1 parent 914f3d3 commit 2c527d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/helm/kubectl-debug/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kubectl-debug
2-
version: 0.0.1
3-
appVersion: 0.0.3
2+
version: v0.1.1
3+
appVersion: v0.1.1
44
description: Out-of-tree solution for troubleshooting running pods, which allows you to run a new container in running pods for debugging purpose
55
keywords:
66
- troubleshooting

contrib/helm/kubectl-debug/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: docker.io
33
repository: aylei/debug-agent
4-
tag: 0.0.1
4+
tag: v0.1.1
55
## Specify a imagePullPolicy
66
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
77
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)