From 0bc42d34645daf44cc143c63c590846d22a03896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:20:08 +0000 Subject: [PATCH 1/3] Update public.ecr.aws/zinclabs/openobserve Docker tag to v0.6.1 --- openobserve/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openobserve/Chart.yaml b/openobserve/Chart.yaml index 0f63517..2f75283 100644 --- a/openobserve/Chart.yaml +++ b/openobserve/Chart.yaml @@ -4,7 +4,7 @@ description: Helm chart for single-node deployment of OpenObserve observability type: application version: 0.1.8-preview # renovate: image=public.ecr.aws/zinclabs/openobserve -appVersion: "v0.5.2" +appVersion: "v0.6.1" maintainers: - name: mshade email: mshade@mshade.org From c1fa68f1faf51577e3aead73cd7fd683b4263eac Mon Sep 17 00:00:00 2001 From: Mike Shade Date: Thu, 21 Sep 2023 10:35:14 -0400 Subject: [PATCH 2/3] :pencil: doc updates --- README.md | 8 ++++---- openobserve/README.md | 8 ++++---- openobserve/README.md.gotmpl | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f0bf7ad..ed2e084 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/openobserve/README.md b/openobserve/README.md index f0bf7ad..ed2e084 100644 --- a/openobserve/README.md +++ b/openobserve/README.md @@ -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 diff --git a/openobserve/README.md.gotmpl b/openobserve/README.md.gotmpl index f16aee6..22a990a 100644 --- a/openobserve/README.md.gotmpl +++ b/openobserve/README.md.gotmpl @@ -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 From 8fb1fdba67179b2b48c09723bc1bc3a659923c79 Mon Sep 17 00:00:00 2001 From: Mike Shade Date: Thu, 21 Sep 2023 10:35:28 -0400 Subject: [PATCH 3/3] :rocket: bump chart and appVersion --- openobserve/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openobserve/Chart.yaml b/openobserve/Chart.yaml index 2f75283..0dee0ed 100644 --- a/openobserve/Chart.yaml +++ b/openobserve/Chart.yaml @@ -2,7 +2,7 @@ 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.6.1" maintainers: