Skip to content

Commit

Permalink
Merge pull request #16 from mshade/renovate/public.ecr.aws-zinclabs-o…
Browse files Browse the repository at this point in the history
…penobserve-0.x

Update public.ecr.aws/zinclabs/openobserve Docker tag to v0.6.1
  • Loading branch information
mshade authored Sep 21, 2023
2 parents a4f2590 + 8fb1fdb commit 85a02ac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

Helm chart for single-node deployment of OpenObserve observability platform

![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.2](https://img.shields.io/badge/AppVersion-v0.5.2-informational?style=flat-square)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.1](https://img.shields.io/badge/AppVersion-v0.6.1-informational?style=flat-square)

## Additional Information

The [official OpenObserve chart](https://github.com/openobserve/openobserve-helm-chart/) supports HA operation, but contains many more components.
This is a simpler alternative which still provides more flexibility than the bare k8s manifests.
This is a simpler alternative which still provides more flexibility than the bare k8s manifests. It runs OpenObserve in single-node mode.

See the [official project repo](https://github.com/openobserve/openobserve) for operation and
configuring ingestion of logs, metrics, and traces.
configuring ingestion of logs, metrics, and traces. Environment variables for configuration can be [referenced here](https://openobserve.ai/docs/environment-variables/).

Using an object store like S3 is highly recommended even for small installations, as filling the `/data` volume can result in sled database corruption.
Using an object store like S3 is highly recommended even for small installations, as filling the `/data` volume can result in database corruption.

## Installing the Chart

Expand Down
4 changes: 2 additions & 2 deletions openobserve/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: openobserve
description: Helm chart for single-node deployment of OpenObserve observability platform
type: application
version: 0.1.8-preview
version: 0.1.9
# renovate: image=public.ecr.aws/zinclabs/openobserve
appVersion: "v0.5.2"
appVersion: "v0.6.1"
maintainers:
- name: mshade
email: [email protected]
Expand Down
8 changes: 4 additions & 4 deletions openobserve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

Helm chart for single-node deployment of OpenObserve observability platform

![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.2](https://img.shields.io/badge/AppVersion-v0.5.2-informational?style=flat-square)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.1](https://img.shields.io/badge/AppVersion-v0.6.1-informational?style=flat-square)

## Additional Information

The [official OpenObserve chart](https://github.com/openobserve/openobserve-helm-chart/) supports HA operation, but contains many more components.
This is a simpler alternative which still provides more flexibility than the bare k8s manifests.
This is a simpler alternative which still provides more flexibility than the bare k8s manifests. It runs OpenObserve in single-node mode.

See the [official project repo](https://github.com/openobserve/openobserve) for operation and
configuring ingestion of logs, metrics, and traces.
configuring ingestion of logs, metrics, and traces. Environment variables for configuration can be [referenced here](https://openobserve.ai/docs/environment-variables/).

Using an object store like S3 is highly recommended even for small installations, as filling the `/data` volume can result in sled database corruption.
Using an object store like S3 is highly recommended even for small installations, as filling the `/data` volume can result in database corruption.

## Installing the Chart

Expand Down
6 changes: 3 additions & 3 deletions openobserve/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
## Additional Information

The [official OpenObserve chart](https://github.com/openobserve/openobserve-helm-chart/) supports HA operation, but contains many more components.
This is a simpler alternative which still provides more flexibility than the bare k8s manifests.
This is a simpler alternative which still provides more flexibility than the bare k8s manifests. It runs OpenObserve in single-node mode.

See the [official project repo](https://github.com/openobserve/openobserve) for operation and
configuring ingestion of logs, metrics, and traces.
configuring ingestion of logs, metrics, and traces. Environment variables for configuration can be [referenced here](https://openobserve.ai/docs/environment-variables/).

Using an object store like S3 is highly recommended even for small installations, as filling the `/data` volume can result in sled database corruption.
Using an object store like S3 is highly recommended even for small installations, as filling the `/data` volume can result in database corruption.

## Installing the Chart

Expand Down

0 comments on commit 85a02ac

Please sign in to comment.