Apache Cassandra: bump to debian 13 and add update support (#10720)

* Apache Cassandra: bump to debian 13 and add update support

Bump default Cassandra version from 12 to 13 in scripts and metadata. Refactor install script to use helper functions for Java and repository setup. Implement update functionality in the control script and mark Cassandra as updateable in the JSON metadata.

* Add success message for Cassandra update

Add success message after updating Apache Cassandra.
This commit is contained in:
CanbiZ (MickLesk) 2026-01-12 13:22:34 +01:00 committed by GitHub
parent 6d05319eb3
commit 18e1149cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 25 deletions

View file

@ -6,7 +6,7 @@
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": "https://cassandra.apache.org/doc/latest/",
@ -23,7 +23,7 @@
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
"version": "13"
}
}
],