Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
  • Loading branch information
wallyqs committed Sep 30, 2020
1 parent 04e5412 commit f4d1afb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License Apache 2.0](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Build Status](https://travis-ci.org/nats-io/nats-streaming-operator.svg?branch=master)](https://travis-ci.org/nats-io/nats-streaming-operator)
[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.4.0)](https://github.com/nats-io/nats-streaming-operator/releases/tag/v0.4.0)
[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.4.2)](https://github.com/nats-io/nats-streaming-operator/releases/tag/v0.4.2)

Operator for managing NATS Streaming clusters running on [Kubernetes](http://kubernetes.io).

Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
serviceAccountName: nats-streaming-operator
containers:
- name: nats-streaming-operator
image: synadia/nats-streaming-operator:0.4.0
image: synadia/nats-streaming-operator:0.4.2
imagePullPolicy: Always
env:
- name: MY_POD_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: nats-streaming-operator
containers:
- name: nats-streaming-operator
image: synadia/nats-streaming-operator:0.4.0
image: synadia/nats-streaming-operator:0.4.2
imagePullPolicy: Always
env:
- name: MY_POD_NAMESPACE
Expand Down

0 comments on commit f4d1afb

Please sign in to comment.