Update manifests to v3.1.5

This commit is contained in:
stefanprodan
2019-12-26 15:45:17 +02:00
parent 78658c0311
commit 948de81ed3
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 3.1.4
appVersion: 3.1.4
version: 3.1.5
appVersion: 3.1.5
name: podinfo
engine: gotpl
description: Podinfo Helm chart for Kubernetes
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
name: {{ template "podinfo.fullname" . }}
spec:
scaleTargetRef:
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
name: {{ template "podinfo.fullname" . }}
minReplicas: {{ .Values.replicaCount }}
+2 -2
View File
@@ -6,7 +6,7 @@ backend: #http://backend-podinfo:9898/echo
backends: []
ui:
color: "cyan"
color: "#34577c"
message: ""
logo: ""
@@ -19,7 +19,7 @@ h2c:
image:
repository: stefanprodan/podinfo
tag: 3.1.4
tag: 3.1.5
pullPolicy: IfNotPresent
service:
+2 -2
View File
@@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: podinfod
image: stefanprodan/podinfo:3.1.4
image: stefanprodan/podinfo:3.1.5
imagePullPolicy: IfNotPresent
ports:
- name: http
@@ -48,7 +48,7 @@ spec:
- --random-error=false
env:
- name: PODINFO_UI_COLOR
value: cyan
value: "#34577c"
livenessProbe:
exec:
command: