commit cfd53ff3dc0fe5ecaa217de4821fffdfcc7d729a
parent 0de1890589c23b6a560eaead68459edad2ff1bf5
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Wed, 25 Mar 2026 20:24:39 +0100
fix zot config
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/infrastructure_talos/controllers/zot/release.yaml b/infrastructure_talos/controllers/zot/release.yaml
@@ -53,7 +53,7 @@ spec:
"storageDriver": {
"name": "s3",
"region": "hel1",
- "regionEndpoint": "https://hel1.your-objectstorage.com",
+ "regionendpoint": "https://hel1.your-objectstorage.com",
"bucket": "midnightthoughts-registry",
"forcepathstyle": true,
"secure": true,
@@ -68,6 +68,13 @@ spec:
"htpasswd": {
"path": "/htpasswd/htpasswd"
}
+ },
+ "accessControl": {
+ "anonymousPolicy": ["read"],
+ "adminPolicy": {
+ "users": ["admin"],
+ "actions": ["read", "create", "update", "delete"]
+ }
}
},
"log": {
@@ -90,13 +97,6 @@ spec:
"path": "/metrics"
}
}
- },
- "accessControl": {
- "anonymousPolicy": ["read"],
- "adminPolicy": {
- "users": ["admin"],
- "actions": ["read", "create", "update", "delete"]
- }
}
}