feat(container): update clickhouse/clickhouse-server ( 26.4 → 26.5 ) #229

Open
renovate[bot] wants to merge 1 commit from renovate/clickhouse-clickhouse-server-26.x into main
renovate[bot] commented 2026-05-22 01:53:59 +00:00 (Migrated from github.com)

This PR contains the following updates:

Package Update Change
clickhouse/clickhouse-server minor 26.4-alpine26.5-alpine

Warning

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


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


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

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

This PR contains the following updates: | Package | Update | Change | |---|---|---| | clickhouse/clickhouse-server | minor | `26.4-alpine` → `26.5-alpine` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/132) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrei-iacobb/homeops). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
github-actions[bot] commented 2026-05-22 01:54:53 +00:00 (Migrated from github.com)
--- kubernetes/apps/monitoring/plausible/app Kustomization: monitoring/plausible HelmRelease: monitoring/plausible

+++ kubernetes/apps/monitoring/plausible/app Kustomization: monitoring/plausible HelmRelease: monitoring/plausible

@@ -34,13 +34,13 @@

         containers:
           app:
             env:
               CLICKHOUSE_SKIP_USER_SETUP: '1'
             image:
               repository: clickhouse/clickhouse-server
-              tag: 26.4-alpine
+              tag: 26.5-alpine
             resources:
               limits:
                 memory: 4Gi
               requests:
                 memory: 512Mi
             securityContext:
<!-- add-pr-comment:229/kubernetes/kustomization --> ```diff --- kubernetes/apps/monitoring/plausible/app Kustomization: monitoring/plausible HelmRelease: monitoring/plausible +++ kubernetes/apps/monitoring/plausible/app Kustomization: monitoring/plausible HelmRelease: monitoring/plausible @@ -34,13 +34,13 @@ containers: app: env: CLICKHOUSE_SKIP_USER_SETUP: '1' image: repository: clickhouse/clickhouse-server - tag: 26.4-alpine + tag: 26.5-alpine resources: limits: memory: 4Gi requests: memory: 512Mi securityContext: ```
github-actions[bot] commented 2026-05-22 01:54:53 +00:00 (Migrated from github.com)
--- HelmRelease: monitoring/plausible Deployment: monitoring/plausible-clickhouse

+++ HelmRelease: monitoring/plausible Deployment: monitoring/plausible-clickhouse

@@ -39,13 +39,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: CLICKHOUSE_SKIP_USER_SETUP
           value: '1'
-        image: clickhouse/clickhouse-server:26.4-alpine
+        image: clickhouse/clickhouse-server:26.5-alpine
         name: app
         resources:
           limits:
             memory: 4Gi
           requests:
             memory: 512Mi
<!-- add-pr-comment:229/kubernetes/helmrelease --> ```diff --- HelmRelease: monitoring/plausible Deployment: monitoring/plausible-clickhouse +++ HelmRelease: monitoring/plausible Deployment: monitoring/plausible-clickhouse @@ -39,13 +39,13 @@ hostPID: false dnsPolicy: ClusterFirst containers: - env: - name: CLICKHOUSE_SKIP_USER_SETUP value: '1' - image: clickhouse/clickhouse-server:26.4-alpine + image: clickhouse/clickhouse-server:26.5-alpine name: app resources: limits: memory: 4Gi requests: memory: 512Mi ```
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/clickhouse-clickhouse-server-26.x:renovate/clickhouse-clickhouse-server-26.x
git switch renovate/clickhouse-clickhouse-server-26.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/clickhouse-clickhouse-server-26.x
git switch renovate/clickhouse-clickhouse-server-26.x
git rebase main
git switch main
git merge --ff-only renovate/clickhouse-clickhouse-server-26.x
git switch renovate/clickhouse-clickhouse-server-26.x
git rebase main
git switch main
git merge --no-ff renovate/clickhouse-clickhouse-server-26.x
git switch main
git merge --squash renovate/clickhouse-clickhouse-server-26.x
git switch main
git merge --ff-only renovate/clickhouse-clickhouse-server-26.x
git switch main
git merge renovate/clickhouse-clickhouse-server-26.x
git push origin main
Sign in to join this conversation.
No description provided.