2 Commits

Author SHA1 Message Date
abee3fd4d8 Update ghcr.io/karakeep-app/karakeep Docker tag to v0.26.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
2025-07-24 01:48:04 +00:00
dac603f906 change strategy
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m2s
2025-07-23 20:46:59 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ hoarder:
main: main:
image: image:
repository: ghcr.io/karakeep-app/karakeep repository: ghcr.io/karakeep-app/karakeep
tag: 0.25.0 tag: 0.26.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: DATA_DIR - name: DATA_DIR

View File

@@ -5,7 +5,7 @@ site-profile:
main: main:
type: deployment type: deployment
replicas: 3 replicas: 3
strategy: Recreate strategy: RollingUpdate
revisionHistoryLimit: 3 revisionHistoryLimit: 3
containers: containers:
main: main: