Skip to content

Commit

Permalink
Bump version (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
  • Loading branch information
wallyqs committed Apr 5, 2019
1 parent bbff797 commit 3deaa4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-operator.svg?branch=master)](https://travis-ci.org/nats-io/nats-operator)
[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.4.2)](https://github.com/nats-io/nats-operator/releases/tag/v0.4.3)
[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.4.4)](https://github.com/nats-io/nats-operator/releases/tag/v0.4.4)

NATS Operator manages NATS clusters atop [Kubernetes][k8s-home], automating their creation and administration.

Expand Down
2 changes: 1 addition & 1 deletion deploy/10-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: nats-operator
containers:
- name: nats-operator
image: connecteverything/nats-operator:0.4.3-v1alpha2
image: connecteverything/nats-operator:0.4.4-v1alpha2
imagePullPolicy: IfNotPresent
args:
- nats-operator
Expand Down

0 comments on commit 3deaa4b

Please sign in to comment.