Skip to content

Commit

Permalink
Merge pull request #45 from stefanprodan/prep-3.2.0
Browse files Browse the repository at this point in the history
Release v3.2.0
  • Loading branch information
stefanprodan authored Jan 24, 2020
2 parents fe65869 + 910e713 commit af6868a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/podinfo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/podinfo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ h2c:

image:
repository: stefanprodan/podinfo
tag: 3.1.5
tag: 3.2.0
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

var VERSION = "3.1.5"
var VERSION = "3.2.0"
var REVISION = "unknown"

0 comments on commit af6868a

Please sign in to comment.