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

@@ -1,12 +1,12 @@
dependencies: dependencies:
- name: app-template - name: app-template
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 5.0.0 version: 5.0.1
- name: mariadb-cluster - name: mariadb-cluster
repository: https://helm.mariadb.com/mariadb-operator repository: https://helm.mariadb.com/mariadb-operator
version: 26.3.0 version: 26.3.0
- name: volsync-target - name: volsync-target
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 2.0.0 version: 2.0.0
digest: sha256:27ac7e85baa400d8bf3ae2d7fa84bef1cb4f240043b34b6b6316d8fe4bf88851 digest: sha256:4eba9af92ba90b1ee08c1a7cf60d37fdabbde58c8490c783e11fe55c1864847d
generated: "2026-05-08T20:54:16.639097-05:00" generated: "2026-05-14T19:19:34.565874-05:00"

View File

@@ -18,7 +18,7 @@ dependencies:
- name: app-template - name: app-template
alias: grimmory alias: grimmory
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 5.0.0 version: 5.0.1
- name: mariadb-cluster - name: mariadb-cluster
version: 26.3.0 version: 26.3.0
repository: https://helm.mariadb.com/mariadb-operator repository: https://helm.mariadb.com/mariadb-operator
@@ -28,4 +28,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grimmory.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grimmory.png
# renovate: datasource=github-releases depName=grimmory-tools/grimmory # renovate: datasource=github-releases depName=grimmory-tools/grimmory
appVersion: v3.0.3 appVersion: v3.1.0

View File

@@ -12,7 +12,7 @@ grimmory:
main: main:
image: image:
repository: ghcr.io/grimmory-tools/grimmory repository: ghcr.io/grimmory-tools/grimmory
tag: v3.0.3@sha256:a903a2b44c308bd1738b6f7cdb5a2e5a2a1ae23a092f30eb68581e2be1af50cd tag: v3.1.0@sha256:c83dcb59975c9a680ecdf84d60e7e5c9b05200818bab8794f4d84a7e008a549a
env: env:
- name: TZ - name: TZ
value: America/Chicago value: America/Chicago
@@ -37,6 +37,37 @@ grimmory:
requests: requests:
cpu: 10m cpu: 10m
memory: 1Gi 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: service:
main: main:
controller: main controller: main