Release v2.0.2

This commit is contained in:
stefanprodan
2019-08-06 22:15:19 +03:00
parent 182156d9b4
commit d34da2ab91
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 2.0.1
appVersion: 2.0.1
version: 2.0.2
appVersion: 2.0.2
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: 2.0.1
tag: 2.0.2
pullPolicy: IfNotPresent
service:
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: podinfod
image: quay.io/stefanprodan/podinfo:2.0.1
image: quay.io/stefanprodan/podinfo:2.0.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9898
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "2.0.1"
var VERSION = "2.0.2"
var REVISION = "unknown"