We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914f3d3 commit 2c527d7Copy full SHA for 2c527d7
contrib/helm/kubectl-debug/Chart.yaml
@@ -1,6 +1,6 @@
1
name: kubectl-debug
2
-version: 0.0.1
3
-appVersion: 0.0.3
+version: v0.1.1
+appVersion: v0.1.1
4
description: Out-of-tree solution for troubleshooting running pods, which allows you to run a new container in running pods for debugging purpose
5
keywords:
6
- troubleshooting
contrib/helm/kubectl-debug/values.yaml
@@ -1,7 +1,7 @@
image:
registry: docker.io
repository: aylei/debug-agent
- tag: 0.0.1
+ tag: v0.1.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
7
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
0 commit comments