feat(hammond) change upstream hammond to a maintained fork (#18450)

**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  #18449 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 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
-->

Tested on my local TrueNAS Scale instance with a custom chart

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 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
- [X] ⚠️ My changes generate no new warnings
- [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

** 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: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
This commit is contained in:
Florian LAUNAY
2024-02-25 11:38:18 +01:00
committed by GitHub
parent 067bfe0552
commit 3c04707915
2 changed files with 24 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.0.0
appVersion: 0.0.24
dependencies:
- name: common
version: 18.0.2
@@ -29,8 +29,8 @@ maintainers:
url: https://truecharts.org
name: hammond
sources:
- https://github.com/akhilrex/hammond
- https://github.com/AlfHou/hammond
- https://github.com/truecharts/charts/tree/master/charts/stable/hammond
- https://hub.docker.com/r/akhilrex/hammond
- https://github.com/alfhou/hammond/pkgs/container/hammond
type: application
version: 9.1.1
version: 9.1.2

View File

@@ -1,13 +1,29 @@
image:
repository: akhilrex/hammond
tag: 1.0.0@sha256:07e73c226c3bae8863a0aff1530d84d5edd68308264e42375d1af61ad9955be4
repository: ghcr.io/alfhou/hammond
tag: v0.0.24@sha256:c85dc0293aa10be15280277bade9cce808be572d0d4c5eac62acd87dec30479d
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10186
targetPort: 3000
port: 10186
workload:
main:
podSpec:
containers:
main:
env:
JWT_SECRET:
secretKeyRef:
name: secrets
key: JWT_SECRET
# manually define storage paths
CONFIG: "{{.Values.persistence.config.mountPath }}"
DATA: "{{.Values.persistence.assets.mountPath }}"
persistence:
config:
enabled: true
@@ -15,23 +31,7 @@ persistence:
assets:
enabled: true
mountPath: "/assets"
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
JWT_SECRET:
secretKeyRef:
name: secrets
key: JWT_SECRET