diff --git a/clusters/cl01tl/helm/grimmory/Chart.lock b/clusters/cl01tl/helm/grimmory/Chart.lock index 870d4323e..e9fac9e32 100644 --- a/clusters/cl01tl/helm/grimmory/Chart.lock +++ b/clusters/cl01tl/helm/grimmory/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: app-template repository: https://bjw-s-labs.github.io/helm-charts/ - version: 5.0.0 + version: 5.0.1 - name: mariadb-cluster repository: https://helm.mariadb.com/mariadb-operator version: 26.3.0 - name: volsync-target repository: oci://harbor.alexlebens.net/helm-charts version: 2.0.0 -digest: sha256:27ac7e85baa400d8bf3ae2d7fa84bef1cb4f240043b34b6b6316d8fe4bf88851 -generated: "2026-05-08T20:54:16.639097-05:00" +digest: sha256:4eba9af92ba90b1ee08c1a7cf60d37fdabbde58c8490c783e11fe55c1864847d +generated: "2026-05-14T19:19:34.565874-05:00" diff --git a/clusters/cl01tl/helm/grimmory/Chart.yaml b/clusters/cl01tl/helm/grimmory/Chart.yaml index b019aaf41..7833b7e5d 100644 --- a/clusters/cl01tl/helm/grimmory/Chart.yaml +++ b/clusters/cl01tl/helm/grimmory/Chart.yaml @@ -18,7 +18,7 @@ dependencies: - name: app-template alias: grimmory repository: https://bjw-s-labs.github.io/helm-charts/ - version: 5.0.0 + version: 5.0.1 - name: mariadb-cluster version: 26.3.0 repository: https://helm.mariadb.com/mariadb-operator @@ -28,4 +28,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grimmory.png # renovate: datasource=github-releases depName=grimmory-tools/grimmory -appVersion: v3.0.3 +appVersion: v3.1.0 diff --git a/clusters/cl01tl/helm/grimmory/values.yaml b/clusters/cl01tl/helm/grimmory/values.yaml index 6e92ba304..f0fc10e73 100644 --- a/clusters/cl01tl/helm/grimmory/values.yaml +++ b/clusters/cl01tl/helm/grimmory/values.yaml @@ -12,7 +12,7 @@ grimmory: main: image: repository: ghcr.io/grimmory-tools/grimmory - tag: v3.0.3@sha256:a903a2b44c308bd1738b6f7cdb5a2e5a2a1ae23a092f30eb68581e2be1af50cd + tag: v3.1.0@sha256:c83dcb59975c9a680ecdf84d60e7e5c9b05200818bab8794f4d84a7e008a549a env: - name: TZ value: America/Chicago @@ -37,6 +37,37 @@ grimmory: requests: cpu: 10m memory: 1Gi + probes: + liveness: + enabled: true + custom: true + spec: + httpGet: + path: /api/v1/healthcheck + port: http + failureThreshold: 5 + periodSeconds: 10 + timeoutSeconds: 5 + readiness: + enabled: true + custom: true + spec: + httpGet: + path: /api/v1/healthcheck + port: http + failureThreshold: 5 + periodSeconds: 10 + timeoutSeconds: 5 + startup: + enabled: true + custom: true + spec: + httpGet: + path: /api/v1/healthcheck + port: http + failureThreshold: 5 + periodSeconds: 10 + timeoutSeconds: 5 service: main: controller: main