Release v3.2.0

This commit is contained in:
stefanprodan
2020-01-24 11:06:02 +02:00
parent fe65869b6b
commit 910e7139f9
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 3.1.5
appVersion: 3.1.5
version: 3.2.0
appVersion: 3.2.0
name: podinfo
engine: gotpl
description: Podinfo Helm chart for Kubernetes
+1 -1
View File
@@ -21,7 +21,7 @@ h2c:
image:
repository: stefanprodan/podinfo
tag: 3.1.5
tag: 3.2.0
pullPolicy: IfNotPresent
service:
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: podinfod
image: stefanprodan/podinfo:3.1.5
image: stefanprodan/podinfo:3.2.0
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "3.1.5"
var VERSION = "3.2.0"
var REVISION = "unknown"