diff --git a/charts/podinfo/Chart.yaml b/charts/podinfo/Chart.yaml index e49080c..5e2d9c6 100644 --- a/charts/podinfo/Chart.yaml +++ b/charts/podinfo/Chart.yaml @@ -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 diff --git a/charts/podinfo/templates/hpa.yaml b/charts/podinfo/templates/hpa.yaml index 032678b..64c49d0 100644 --- a/charts/podinfo/templates/hpa.yaml +++ b/charts/podinfo/templates/hpa.yaml @@ -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 }} diff --git a/charts/podinfo/values.yaml b/charts/podinfo/values.yaml index 13b1444..398c150 100644 --- a/charts/podinfo/values.yaml +++ b/charts/podinfo/values.yaml @@ -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: diff --git a/kustomize/deployment.yaml b/kustomize/deployment.yaml index 393cba6..ac2492c 100644 --- a/kustomize/deployment.yaml +++ b/kustomize/deployment.yaml @@ -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: