Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit authored Mar 22, 2023
1 parent fc86b36 commit 19f40eb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Kubernetes Fury Logging
</h1>

![Release](https://img.shields.io/badge/Latest%20Release-v3.1.0-blue)
![Release](https://img.shields.io/badge/Latest%20Release-v3.1.1-blue)
![License](https://img.shields.io/github/license/sighupio/fury-kubernetes-logging?label=License)
![Slack](https://img.shields.io/badge/slack-@kubernetes/fury-yellow.svg?logo=slack&label=Slack)

Expand Down Expand Up @@ -74,19 +74,19 @@ Check the [compatibility matrix][compatibility-matrix] for additional informatio
```yaml
bases:
- name: logging/cerebro
version: "v3.1.0"
version: "v3.1.1"
- name: logging/opensearch-single
version: "v3.1.0"
version: "v3.1.1"
- name: logging/opensearch-dashboards
version: "v3.1.0"
version: "v3.1.1"
- name: logging/logging-operator
version: "v3.1.0"
version: "v3.1.1"
- name: logging/logging-operated
version: "v3.1.0"
version: "v3.1.1"
- name: minio/minio-ha
version: "v3.1.0"
version: "v3.1.1"
- name: logging/configs
version: "v3.1.0"
version: "v3.1.1"
```
> See `furyctl` [documentation][furyctl-repo] for additional details about `Furyfile.yml` format.
Expand Down Expand Up @@ -124,17 +124,17 @@ kustomize build . | kubectl apply -f -
```yaml
bases:
- name: logging/loki-distributed
version: "v3.1.0"
version: "v3.1.1"
- name: logging/logging-operator
version: "v3.1.0"
version: "v3.1.1"
- name: logging/logging-operated
version: "v3.1.0"
version: "v3.1.1"
- name: minio/minio-ha
version: "v3.1.0"
version: "v3.1.1"
- name: logging/configs
version: "v3.1.0"
version: "v3.1.1"
- name: logging/loki-configs
version: "v3.1.0"
version: "v3.1.1"
```
> See `furyctl` [documentation][furyctl-repo] for additional details about `Furyfile.yml` format.
Expand Down

0 comments on commit 19f40eb

Please sign in to comment.