Skip to content

Commit

Permalink
bump version of event-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ameukam committed Sep 5, 2018
1 parent e30e4c2 commit 6172004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/examples/debug/event-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subjects:
apiVersion: apps/v1
kind: Deployment
metadata:
name: event-exporter-v0.1.0
name: event-exporter-v0.2.3
namespace: default
labels:
app: event-exporter
Expand All @@ -41,7 +41,7 @@ spec:
serviceAccountName: event-exporter-sa
containers:
- name: event-exporter
image: k8s.gcr.io/event-exporter:v0.1.0
image: k8s.gcr.io/event-exporter:v0.2.3
command:
- '/event-exporter'
terminationGracePeriodSeconds: 30

0 comments on commit 6172004

Please sign in to comment.