We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18af1ea commit 4fc593fCopy full SHA for 4fc593f
charts/podinfo/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
-version: 1.6.0
3
-appVersion: 1.6.1
+version: 1.7.0
+appVersion: 1.7.1
4
name: podinfo
5
engine: gotpl
6
description: Podinfo Helm chart for Kubernetes
charts/podinfo/values.yaml
@@ -12,7 +12,7 @@ faults:
12
13
image:
14
repository: quay.io/stefanprodan/podinfo
15
- tag: 1.6.1
+ tag: 1.7.1
16
pullPolicy: IfNotPresent
17
18
service:
pkg/version/version.go
@@ -1,4 +1,4 @@
package version
-var VERSION = "1.7.0"
+var VERSION = "1.7.1"
var REVISION = "unknown"
0 commit comments