Skip to content

Commit 34aef54

Browse files
committed
Release v2
1 parent dc96b15 commit 34aef54

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/podinfo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
version: 2.0.0-beta.1
3-
appVersion: 2.0.0-beta.1
2+
version: 2.0.0
3+
appVersion: 2.0.0
44
name: podinfo
55
engine: gotpl
66
description: Podinfo Helm chart for Kubernetes

charts/podinfo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ faults:
1212

1313
image:
1414
repository: quay.io/stefanprodan/podinfo
15-
tag: 2.0.0-beta.1
15+
tag: 2.0.0
1616
pullPolicy: IfNotPresent
1717

1818
service:

kustomize/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
spec:
2525
containers:
2626
- name: podinfod
27-
image: quay.io/stefanprodan/podinfo:2.0.0-beta.1
27+
image: quay.io/stefanprodan/podinfo:2.0.0
2828
imagePullPolicy: IfNotPresent
2929
ports:
3030
- containerPort: 9898

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

3-
var VERSION = "2.0.0-beta.1"
3+
var VERSION = "2.0.0"
44
var REVISION = "unknown"

0 commit comments

Comments
 (0)