Skip to content

Commit

Permalink
Update README
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 8, 2020
1 parent b96068c commit 39e646a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.7.2)](https://github.com/nats-io/nats-operator/releases/tag/v0.7.2)
[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.7.4)](https://github.com/nats-io/nats-operator/releases/tag/v0.7.4)

NATS Operator manages NATS clusters atop [Kubernetes][k8s-home] using [CRDs](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/). If looking to run NATS on K8S without the operator you can also find [Helm charts in the nats-io/k8s repo](https://github.com/nats-io/k8s#helm-charts-for-nats). You can also find more info about running NATS on Kubernetes in the [docs](https://docs.nats.io/nats-on-kubernetes/nats-kubernetes) as well as a minimal setup using `StatefulSets` only without using the operator to get started [here](https://docs.nats.io/nats-on-kubernetes/minimal-setup).

Expand All @@ -26,7 +26,7 @@ metadata:
name: example-nats-cluster
spec:
size: 3
version: "2.0.0"
version: "2.1.8"
```
NATS Operator monitors creation/modification/deletion of `NatsCluster` resources and reacts by attempting to perform the any necessary operations on the associated NATS clusters in order to align their current status with the desired one.
Expand Down
2 changes: 1 addition & 1 deletion example/nats-operator-cluster-scoped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: nats-operator
containers:
- name: nats-operator
image: connecteverything/nats-operator:0.7.2
image: connecteverything/nats-operator:0.7.4
imagePullPolicy: IfNotPresent
args:
- nats-operator
Expand Down
2 changes: 1 addition & 1 deletion helm/nats-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clusterScoped: false
replicaCount: 1

image:
# connecteverything/nats-operator:0.2.3-v1alpha2
# connecteverything/nats-operator:0.7.4
registry: docker.io
repository: connecteverything/nats-operator
tag: 0.7.4
Expand Down

0 comments on commit 39e646a

Please sign in to comment.