Skip to content

Commit

Permalink
Bumping to version 0.3.0 (lyft#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdacruz authored and anandswaminathan committed Oct 15, 2019
1 parent fb6376a commit 5955172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/flinkk8soperator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
metadata:
labels:
app: flinkoperator
app.kubernetes.io/version: 0.2.0
app.kubernetes.io/version: 0.3.0
spec:
serviceAccountName: flinkoperator
volumes:
Expand All @@ -26,7 +26,7 @@ spec:
path: config.yaml
containers:
- name: flinkoperator-gojson
image: docker.io/lyft/flinkk8soperator:v0.2.0
image: docker.io/lyft/flinkk8soperator:v0.3.0
command:
- flinkoperator
args:
Expand Down
2 changes: 1 addition & 1 deletion deploy/flinkk8soperator_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
labels:
app: flinkk8soperator
app.kubernetes.io/name: flinkk8soperator
app.kubernetes.io/version: 0.0.1
app.kubernetes.io/version: 0.3.0
spec:
volumes:
- name: config-volume
Expand Down

0 comments on commit 5955172

Please sign in to comment.