Files
Douglas ChimentoandGitHub 20d87a1d05 feat(openobserve): move to stable (#38246)
**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`

---
2025-08-11 11:19:41 +02:00

33 lines
471 B
Plaintext

# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png
icon.webp
icon-small.webp