fix: add missing version number
This commit is contained in:
parent
7dd0da6d5f
commit
827df95a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ in
|
||||||
services.k3s.autoDeployCharts.zitadel = {
|
services.k3s.autoDeployCharts.zitadel = {
|
||||||
name = "zitadel";
|
name = "zitadel";
|
||||||
repo = "https://charts.zitadel.com";
|
repo = "https://charts.zitadel.com";
|
||||||
version = "";
|
version = "9.12.3";
|
||||||
hash = lib.fakeHash;
|
hash = lib.fakeHash;
|
||||||
|
|
||||||
targetNamespace = "zitadel-system";
|
targetNamespace = "zitadel-system";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue