Bump version to 1.7.1

This commit is contained in:
stefanprodan
2019-07-26 01:02:01 +03:00
parent 18af1ea3a6
commit 4fc593f42c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 1.6.0
appVersion: 1.6.1
version: 1.7.0
appVersion: 1.7.1
name: podinfo
engine: gotpl
description: Podinfo Helm chart for Kubernetes
+1 -1
View File
@@ -12,7 +12,7 @@ faults:
image:
repository: quay.io/stefanprodan/podinfo
tag: 1.6.1
tag: 1.7.1
pullPolicy: IfNotPresent
service:
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "1.7.0"
var VERSION = "1.7.1"
var REVISION = "unknown"