Skip to content

feat(container): update ghcr.io/actualbudget/actual-server ( 26.4.0 → 26.5.0 )#315

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/ghcr.io-actualbudget-actual-server-26.x
May 4, 2026
Merged

feat(container): update ghcr.io/actualbudget/actual-server ( 26.4.0 → 26.5.0 )#315
renovate[bot] merged 1 commit intomainfrom
renovate/ghcr.io-actualbudget-actual-server-26.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/actualbudget/actual-server minor 26.4.026.5.0

Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 3, 2026

--- kubernetes/apps/default/actual/app Kustomization: flux-system/actual HelmRelease: default/actual

+++ kubernetes/apps/default/actual/app Kustomization: flux-system/actual HelmRelease: default/actual

@@ -20,8 +20,8 @@

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: actual-helm-values-fc74mc9ftm
+    name: actual-helm-values-h9t97ck4hm
 
--- kubernetes/apps/default/actual/app Kustomization: flux-system/actual ConfigMap: default/actual-helm-values-fc74mc9ftm

+++ kubernetes/apps/default/actual/app Kustomization: flux-system/actual ConfigMap: default/actual-helm-values-fc74mc9ftm

@@ -1,36 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: "controllers:\n  app:\n    enabled: true\n    type: deployment\n  \
-    \  replicas: 1\n\n    containers:\n      app:\n        image:\n          repository:\
-    \ ghcr.io/actualbudget/actual-server\n          tag: 26.4.0\n        env:\n  \
-    \        ACTUAL_PORT: &port 5006\n        probes:\n          liveness:\n     \
-    \       enabled: true\n          readiness:\n            enabled: true\n     \
-    \       custom: true\n            spec:\n              httpGet:\n            \
-    \    path: /\n                port: *port\n              initialDelaySeconds:\
-    \ 5\n              timeoutSeconds: 20\n              periodSeconds: 30\n     \
-    \         failureThreshold: 5\n        resources:\n          requests:\n     \
-    \       cpu: 12m\n            memory: 128M\n          limits:\n            memory:\
-    \ 512M\n\ndefaultPodOptions:\n  affinity:\n    nodeAffinity:\n      preferredDuringSchedulingIgnoredDuringExecution:\n\
-    \        - weight: 1\n          preference:\n            matchExpressions:\n \
-    \             - key: node-priority\n                operator: In\n           \
-    \     values: \n                - \"1\"\n        - weight: 2\n          preference:\n\
-    \            matchExpressions:\n              - key: node-priority\n         \
-    \       operator: In\n                values: \n                - \"2\"\n\nservice:\n\
-    \  actual:\n    controller: app\n    ports:\n      http:\n        port: *port\n\
-    \ningress:\n  actual:\n    annotations:\n      traefik.ingress.kubernetes.io/router.entrypoints:\
-    \ websecure\n    className: traefik-private\n    hosts:\n      - host: &actual-path\
-    \ actual...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..\n        paths:\n          - path:\
-    \ /\n            service:\n              identifier: actual\n              port:\
-    \ http\n    tls:\n      - secretName: --PLACEHOLDER_SECRET_PRIVATE_DOMAIN---tls\n\
-    \        hosts:\n          - *actual-path\n\npersistence:\n  actual-data:\n  \
-    \  enabled: true\n    type: persistentVolumeClaim\n    existingClaim: actual-data\n\
-    \    globalMounts:\n      - path: /data\n        readOnly: false\n"
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: actual
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: actual-helm-values-fc74mc9ftm
-  namespace: default
-
--- kubernetes/apps/default/actual/app Kustomization: flux-system/actual ConfigMap: default/actual-helm-values-h9t97ck4hm

+++ kubernetes/apps/default/actual/app Kustomization: flux-system/actual ConfigMap: default/actual-helm-values-h9t97ck4hm

@@ -0,0 +1,36 @@

+---
+apiVersion: v1
+data:
+  values.yaml: "controllers:\n  app:\n    enabled: true\n    type: deployment\n  \
+    \  replicas: 1\n\n    containers:\n      app:\n        image:\n          repository:\
+    \ ghcr.io/actualbudget/actual-server\n          tag: 26.5.0\n        env:\n  \
+    \        ACTUAL_PORT: &port 5006\n        probes:\n          liveness:\n     \
+    \       enabled: true\n          readiness:\n            enabled: true\n     \
+    \       custom: true\n            spec:\n              httpGet:\n            \
+    \    path: /\n                port: *port\n              initialDelaySeconds:\
+    \ 5\n              timeoutSeconds: 20\n              periodSeconds: 30\n     \
+    \         failureThreshold: 5\n        resources:\n          requests:\n     \
+    \       cpu: 12m\n            memory: 128M\n          limits:\n            memory:\
+    \ 512M\n\ndefaultPodOptions:\n  affinity:\n    nodeAffinity:\n      preferredDuringSchedulingIgnoredDuringExecution:\n\
+    \        - weight: 1\n          preference:\n            matchExpressions:\n \
+    \             - key: node-priority\n                operator: In\n           \
+    \     values: \n                - \"1\"\n        - weight: 2\n          preference:\n\
+    \            matchExpressions:\n              - key: node-priority\n         \
+    \       operator: In\n                values: \n                - \"2\"\n\nservice:\n\
+    \  actual:\n    controller: app\n    ports:\n      http:\n        port: *port\n\
+    \ningress:\n  actual:\n    annotations:\n      traefik.ingress.kubernetes.io/router.entrypoints:\
+    \ websecure\n    className: traefik-private\n    hosts:\n      - host: &actual-path\
+    \ actual...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..\n        paths:\n          - path:\
+    \ /\n            service:\n              identifier: actual\n              port:\
+    \ http\n    tls:\n      - secretName: --PLACEHOLDER_SECRET_PRIVATE_DOMAIN---tls\n\
+    \        hosts:\n          - *actual-path\n\npersistence:\n  actual-data:\n  \
+    \  enabled: true\n    type: persistentVolumeClaim\n    existingClaim: actual-data\n\
+    \    globalMounts:\n      - path: /data\n        readOnly: false\n"
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: actual
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: actual-helm-values-h9t97ck4hm
+  namespace: default
+

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 3, 2026

--- HelmRelease: default/actual Deployment: default/actual

+++ HelmRelease: default/actual Deployment: default/actual

@@ -51,13 +51,13 @@

                 - '2'
             weight: 2
       containers:
       - env:
         - name: ACTUAL_PORT
           value: '5006'
-        image: ghcr.io/actualbudget/actual-server:26.4.0
+        image: ghcr.io/actualbudget/actual-server:26.5.0
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 5006

@renovate renovate Bot merged commit 8b07789 into main May 4, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/ghcr.io-actualbudget-actual-server-26.x branch May 4, 2026 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants