Skip to content

Commit

Permalink
fix(libremdb) Fix image tag (truecharts#15194)
Browse files Browse the repository at this point in the history
Should fix the Libremdb image tag that was causing failing pulls.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

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

---

---------

Signed-off-by: tuxsudo <tuxsudo@tux.pizza>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
  • Loading branch information
tuxpizza and Kjeld Schouten authored Nov 21, 2023
1 parent 3c6849b commit c7a7d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/stable/libremdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sources:
- https://github.com/zyachel/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
type: application
version: 3.0.300
version: 3.0.301
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"
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:3e4fab857d1603b30b185badb8bedf722d62ef7ab1d2b95871368a2cea0f947c
tag: latest@sha256:be83f2ac2179eb9ab5d32c6749330d50adfcc5305e8bae60192f9a345730e3c3
service:
main:
ports:
Expand Down

0 comments on commit c7a7d3a

Please sign in to comment.