feat: upgrade image to 3.1.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 29s
lint-test-helm / validate-kubeconform (pull_request) Successful in 24s
render-manifests / render-manifests (pull_request) Successful in 1m2s

This commit is contained in:
2026-05-14 19:20:06 -05:00
parent ee366d4dd4
commit 3ca3e60145
3 changed files with 37 additions and 6 deletions

View File

@@ -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