Skip to content

Commit

Permalink
feat(liberemdb): deprecate (#27590)
Browse files Browse the repository at this point in the history
**Description**
Deprecate libremdb due to no action from upstream dev on
PussTheCat-org/docker-libremdb-quay#7

⚒️ Fixes  # 

**⚙️ 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

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ 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
- [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):` 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._

Signed-off-by: kqmaverick <[email protected]>
  • Loading branch information
kqmaverick authored Oct 13, 2024
1 parent beb7eda commit 1be9b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/stable/libremdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
deprecated: true
description: A free & open source IMDb front-end.
home: https://truecharts.org/charts/stable/libremdb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.webp
Expand All @@ -42,4 +42,4 @@ sources:
- https://github.com/zyachel/libremdb
- https://quay.io/pussthecatorg/libremdb
type: application
version: 9.5.8
version: 10.0.0
2 changes: 1 addition & 1 deletion charts/stable/libremdb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: quay.io/pussthecatorg/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:83dedd99d7234cb02821178ddaabdca2f6cf564059e80b11a089ee25bcf1ae91
tag: latest@sha256:0ad11a045454675f27c0e2e7a4583b90f6a53a94a957b7f5371aba6e7090aa34
service:
main:
ports:
Expand Down

0 comments on commit 1be9b77

Please sign in to comment.