From 20d87a1d0526a420fa4c459fbd1d3b651a75fe02 Mon Sep 17 00:00:00 2001 From: Douglas Chimento Date: Mon, 11 Aug 2025 12:19:41 +0300 Subject: [PATCH] feat(openobserve): move to stable (#38246) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Move openobserve to stable **โš™๏ธ Type of change** - [ X] โš™๏ธ Feature/App addition - [ ] ๐Ÿช› Bugfix - [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ”ƒ Refactor of current code - [ ] ๐Ÿ“œ Documentation Changes **๐Ÿงช How Has This Been Tested?** Tested on my own cluster **โœ”๏ธ Checklist:** - [X ] โš–๏ธ My code follows the style guidelines of this project - [X ] ๐Ÿ‘€ I have performed a self-review of my own code - [ X] #๏ธโƒฃ I have commented my code, particularly in hard-to-understand areas - [X ] ๐Ÿ“„ I have made changes to the documentation - [X ] ๐Ÿงช I have added tests to this description that prove my fix is effective or that my feature works - [X ] โฌ†๏ธ I increased versions for any altered app according to semantic versioning - [X ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **โž• App addition** If this PR is an app addition please make sure you have done the following. - [X ] ๐Ÿ–ผ๏ธ I have added an icon in the Chart's root directory called `icon.png` --- --- .../{incubator => stable}/openobserve/.helmignore | 0 charts/{incubator => stable}/openobserve/Chart.yaml | 8 ++++---- charts/{incubator => stable}/openobserve/README.md | 0 .../openobserve/icon-small.webp | Bin charts/{incubator => stable}/openobserve/icon.webp | Bin .../openobserve/templates/NOTES.txt | 0 .../openobserve/templates/common.yaml | 0 .../{incubator => stable}/openobserve/values.yaml | 0 8 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/openobserve/.helmignore (100%) rename charts/{incubator => stable}/openobserve/Chart.yaml (83%) rename charts/{incubator => stable}/openobserve/README.md (100%) rename charts/{incubator => stable}/openobserve/icon-small.webp (100%) rename charts/{incubator => stable}/openobserve/icon.webp (100%) rename charts/{incubator => stable}/openobserve/templates/NOTES.txt (100%) rename charts/{incubator => stable}/openobserve/templates/common.yaml (100%) rename charts/{incubator => stable}/openobserve/values.yaml (100%) diff --git a/charts/incubator/openobserve/.helmignore b/charts/stable/openobserve/.helmignore similarity index 100% rename from charts/incubator/openobserve/.helmignore rename to charts/stable/openobserve/.helmignore diff --git a/charts/incubator/openobserve/Chart.yaml b/charts/stable/openobserve/Chart.yaml similarity index 83% rename from charts/incubator/openobserve/Chart.yaml rename to charts/stable/openobserve/Chart.yaml index 50cda16622f..7262e5e993e 100644 --- a/charts/incubator/openobserve/Chart.yaml +++ b/charts/stable/openobserve/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/category: inventory truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 0.14.7 dependencies: @@ -20,7 +20,7 @@ dependencies: import-values: [] deprecated: false description: Fast, scalable and cost-effective open source observability platform -home: https://truecharts.org/charts/incubator/openobserve +home: https://truecharts.org/charts/stable/openobserve icon: https://truecharts.org/img/hotlink-ok/chart-icons/openobserve.webp keywords: - logs @@ -35,6 +35,6 @@ maintainers: name: openobserve sources: - https://github.com/openobserve/openobserve - - https://github.com/truecharts/charts/tree/master/charts/incubator/openobserve + - https://github.com/truecharts/charts/tree/master/charts/stable/openobserve type: application -version: 0.1.1 +version: 1.0.0 diff --git a/charts/incubator/openobserve/README.md b/charts/stable/openobserve/README.md similarity index 100% rename from charts/incubator/openobserve/README.md rename to charts/stable/openobserve/README.md diff --git a/charts/incubator/openobserve/icon-small.webp b/charts/stable/openobserve/icon-small.webp similarity index 100% rename from charts/incubator/openobserve/icon-small.webp rename to charts/stable/openobserve/icon-small.webp diff --git a/charts/incubator/openobserve/icon.webp b/charts/stable/openobserve/icon.webp similarity index 100% rename from charts/incubator/openobserve/icon.webp rename to charts/stable/openobserve/icon.webp diff --git a/charts/incubator/openobserve/templates/NOTES.txt b/charts/stable/openobserve/templates/NOTES.txt similarity index 100% rename from charts/incubator/openobserve/templates/NOTES.txt rename to charts/stable/openobserve/templates/NOTES.txt diff --git a/charts/incubator/openobserve/templates/common.yaml b/charts/stable/openobserve/templates/common.yaml similarity index 100% rename from charts/incubator/openobserve/templates/common.yaml rename to charts/stable/openobserve/templates/common.yaml diff --git a/charts/incubator/openobserve/values.yaml b/charts/stable/openobserve/values.yaml similarity index 100% rename from charts/incubator/openobserve/values.yaml rename to charts/stable/openobserve/values.yaml