Skip to content

feat(container): update ghcr.io/actualbudget/actual-server ( 26.8.1 → 26.9.0 ) - #512

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/ghcr.io-actualbudget-actual-server-26.x
Sep 5, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/ghcr.io-actualbudget-actual-server-26.x

Conversation

@renovate

@renovate renovate Bot commented Sep 5, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/actualbudget/actual-server minor 26.8.1 → 26.9.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
--- 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.8.1
+        image: ghcr.io/actualbudget/actual-server:26.9.0
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 5006

@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
--- 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-chk767c5tm
+    name: actual-helm-values-m7hh67hmmm
 
--- kubernetes/apps/default/actual/app Kustomization: flux-system/actual ConfigMap: default/actual-helm-values-chk767c5tm

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

@@ -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.8.1\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-chk767c5tm
-  namespace: default
-
--- kubernetes/apps/default/actual/app Kustomization: flux-system/actual ConfigMap: default/actual-helm-values-m7hh67hmmm

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

@@ -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.9.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-m7hh67hmmm
+  namespace: default
+

@renovate
renovate Bot merged commit a0a587f into main Sep 5, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/ghcr.io-actualbudget-actual-server-26.x branch September 5, 2026 17:44
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