Skip to content

Commit

Permalink
Merge branch 'release/v0.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Jul 14, 2018
2 parents 077de0a + d88048a commit 5ae1655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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.2.2)](https://github.com/nats-io/nats-operator/releases/tag/v0.2.2)
[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.2.3)](https://github.com/nats-io/nats-operator/releases/tag/v0.2.3)

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

Expand Down Expand Up @@ -43,7 +43,7 @@ metadata:
name: "example-nats-cluster"
spec:
size: 3
version: "1.1.0"
version: "1.2.0"
' | kubectl apply -f -
```

Expand Down Expand Up @@ -105,7 +105,7 @@ metadata:
spec:
# Number of nodes in the cluster
size: 3
version: "1.1.0"
version: "1.2.0"

tls:
# Certificates to secure the NATS client connections:
Expand Down
2 changes: 1 addition & 1 deletion example/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: nats-operator
containers:
- name: nats-operator
image: connecteverything/nats-operator:0.2.2-v1alpha2
image: connecteverything/nats-operator:0.2.3-v1alpha2
imagePullPolicy: Always
env:
- name: MY_POD_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion example/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nats-operator
image: connecteverything/nats-operator:0.2.2-v1alpha2
image: connecteverything/nats-operator:0.2.3-v1alpha2
imagePullPolicy: Always
env:
- name: MY_POD_NAMESPACE
Expand Down

0 comments on commit 5ae1655

Please sign in to comment.