Release v3.2.2

This commit is contained in:
stefanprodan
2020-04-02 17:10:40 +03:00
parent 361179fad9
commit 8491738c8a
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 3.2.1
appVersion: 3.2.1
version: 3.2.2
appVersion: 3.2.2
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.2.1
tag: 3.2.2
pullPolicy: IfNotPresent
service:
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: podinfod
image: stefanprodan/podinfo:3.2.1
image: stefanprodan/podinfo:3.2.2
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "3.2.1"
var VERSION = "3.2.2"
var REVISION = "unknown"