Release v2

This commit is contained in:
stefanprodan
2019-08-06 16:53:38 +03:00
parent dc96b15dac
commit 34aef54f20
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 2.0.0-beta.1
appVersion: 2.0.0-beta.1
version: 2.0.0
appVersion: 2.0.0
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.0-beta.1
tag: 2.0.0
pullPolicy: IfNotPresent
service:
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: podinfod
image: quay.io/stefanprodan/podinfo:2.0.0-beta.1
image: quay.io/stefanprodan/podinfo:2.0.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9898
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "2.0.0-beta.1"
var VERSION = "2.0.0"
var REVISION = "unknown"