fix: add missing version number

This commit is contained in:
Chris Kruining 2025-11-05 13:41:38 +01:00
parent 7dd0da6d5f
commit 827df95a0d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -117,7 +117,7 @@ in
services.k3s.autoDeployCharts.zitadel = {
name = "zitadel";
repo = "https://charts.zitadel.com";
version = "";
version = "9.12.3";
hash = lib.fakeHash;
targetNamespace = "zitadel-system";