Release v3.1.0

This commit is contained in:
stefanprodan
2019-09-27 12:10:29 +03:00
parent a12d0a1ed7
commit 56b404bd84
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 3.0.0
appVersion: 3.0.0
version: 3.1.0
appVersion: 3.1.0
name: podinfo
engine: gotpl
description: Podinfo Helm chart for Kubernetes
+1 -1
View File
@@ -12,7 +12,7 @@ faults:
image:
repository: stefanprodan/podinfo
tag: 3.0.0
tag: 3.1.0
pullPolicy: IfNotPresent
service:
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: podinfod
image: stefanprodan/podinfo:3.0.0
image: stefanprodan/podinfo:3.1.0
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "3.0.0"
var VERSION = "3.1.0"
var REVISION = "unknown"