5 Commits

Author SHA1 Message Date
e7c0cc6af8 chore(deps): update registry.k8s.io/sig-storage/snapshot-controller docker tag to v8.5.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
2026-02-13 19:05:24 +00:00
c04ebd86e3 fix: config name
All checks were successful
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 38s
renovate / renovate (push) Successful in 2m57s
2026-02-13 13:02:42 -06:00
45c8c01c65 fix: secret name
Some checks failed
lint-test-helm / lint-helm (push) Successful in 25s
render-manifests-push / render-manifests-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-02-13 13:01:59 -06:00
f8cd0eccaa fix: mount point
All checks were successful
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 46s
renovate / renovate (push) Successful in 3m12s
2026-02-13 12:58:41 -06:00
92a7b79cda chore(deps): update clickhouse/clickhouse-server docker tag to v26 (#3953)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | major | `25.4.2` → `26.1.2` |

---

### Configuration

📅 **Schedule**: 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 is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #3953
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-02-13 18:56:19 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ rybbit:
valueFrom:
secretKeyRef:
name: rybbit-postgresql-18-cluster-app
key: database
key: dbname
- name: POSTGRES_USER
valueFrom:
secretKeyRef:
@@ -122,7 +122,7 @@ rybbit:
main:
image:
repository: clickhouse/clickhouse-server
tag: 25.4.2
tag: 26.1.2
pullPolicy: IfNotPresent
env:
- name: CLICKHOUSE_DB
@@ -162,6 +162,7 @@ rybbit:
configMaps:
config:
enabled: true
forceRename: clickhouse-config
data:
network.xml: |
<clickhouse>
@@ -239,7 +240,7 @@ rybbit:
type: configMap
name: clickhouse-config
advancedMounts:
main:
clickhouse:
main:
- path: /etc/clickhouse-server/config.d/network.xml
readOnly: true

View File

@@ -6,7 +6,7 @@ snapshot-controller:
leaderElectionNamespace: snapshot-controller
image:
repository: registry.k8s.io/sig-storage/snapshot-controller
tag: v8.4.0
tag: v8.5.0
resources:
requests:
cpu: 50m