Release v2.1.3

This commit is contained in:
stefanprodan
2019-08-13 12:08:50 +03:00
parent 53c6b472de
commit 37b453fbbc
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 2.1.2
appVersion: 2.1.2
version: 2.1.3
appVersion: 2.1.3
name: podinfo
engine: gotpl
description: Podinfo Helm chart for Kubernetes
+1 -1
View File
@@ -12,7 +12,7 @@ faults:
image:
repository: stefanprodan/podinfo
tag: 2.1.2
tag: 2.1.3
pullPolicy: IfNotPresent
service:
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: podinfod
image: stefanprodan/podinfo:2.1.2
image: stefanprodan/podinfo:2.1.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9898
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "2.1.2"
var VERSION = "2.1.3"
var REVISION = "unknown"