diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index a77245fbd55..d42fe66cf50 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -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 diff --git a/charts/stable/hammond/values.yaml b/charts/stable/hammond/values.yaml index d4f5a7add20..9156f2ee4ee 100644 --- a/charts/stable/hammond/values.yaml +++ b/charts/stable/hammond/values.yaml @@ -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