Skip to content

Commit

Permalink
fix(unifi): Fix unifi storage (truecharts#15293)
Browse files Browse the repository at this point in the history
**Description**
This fixes current issues with Unifi storage
⚒️ Fixes  truecharts#15280

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

**🧪 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

**➕ App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
  • Loading branch information
Kjeld Schouten authored Nov 23, 2023
1 parent 916f460 commit 4f16610
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/stable/unifi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sources:
- https://github.com/jacobalberty/unifi-docker
- https://unifi-network.ui.com
type: application
version: 16.0.1
version: 16.0.2
annotations:
truecharts.org/category: Networking
truecharts.org/SCALE-support: "true"
8 changes: 8 additions & 0 deletions charts/stable/unifi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ persistence:
config:
enabled: true
mountPath: "/usr/lib/unifi"
subPath: "data"
logs:
enabled: true
mountPath: "/usr/lib/unifi/logs"
type: "emptyDir"
certs:
enabled: true
mountPath: "/usr/lib/unifi/cert"
portal:
open:
enabled: true
Expand Down

0 comments on commit 4f16610

Please sign in to comment.