TrueChartsClone/charts/stable/discordgsm/.helmignore

32 lines
470 B
Plaintext
Raw Normal View History

feat(discordgsm) add discordgsm (#4296) * add(discordGSM) add discordGSM * set portal to true * rofs false * add additional storage * set APP_TOKEN = -1 * remove env * disable probes * rename + postgres dependencies. * remove whitespace + fix common + postgres * fix postgres * rename to discordgsm + truechart image * fix values property * fix questions * fix group * set ver to 2.8.1 and fix chart * update commons + postgresql * Update charts/incubator/discordgsm/docs/installation_notes.md Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * use secret * whitlelist * update questions * correct envs * add more evns * add qs * missing : * Update charts/incubator/discordgsm/templates/_secret.tpl Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * update commons + postgres * update version * remove service and start discord bot only * disable POSTGRES_SSL_MODE * comment out web api * command * format token * Update charts/incubator/discordgsm/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * empty app_token * comment out variable * Update values.yaml * Update values.yaml * test * fix app_token * Update token Fake token * fix questions * fix questions * Update charts/incubator/discordgsm/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-11-28 07:40:50 +00:00
# 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
feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-04-29 10:28:39 +00:00
icon.webp
icon-small.webp