Skip to content

Commit

Permalink
fix: update config.json content (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreea-Lupu <[email protected]>
  • Loading branch information
Andreea-Lupu authored Sep 27, 2023
1 parent 1d813b0 commit 01e02cb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/zot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: v2.0.0-rc6
description: A Helm chart for Kubernetes
name: zot
type: application
version: 0.1.31
version: 0.1.32
31 changes: 18 additions & 13 deletions charts/zot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,24 @@ configFiles:
# config.json: |-
# {
# "storage": { "rootDirectory": "/var/lib/registry" },
# "http": { "address": "0.0.0.0", "port": "5000" },
# "auth": { "htpasswd": { "path": "/secret/htpasswd" } },
# "accessControl": {
# "**": {
# "policies": [{
# "users": ["user"],
# "actions": ["read"]
# }],
# "defaultPolicy": []
# },
# "adminPolicy": {
# "users": ["admin"],
# "actions": ["read", "create", "update", "delete"]
# "http": {
# "address": "0.0.0.0",
# "port": "5000",
# "auth": { "htpasswd": { "path": "/secret/htpasswd" } },
# "accessControl": {
# "repositories": {
# "**": {
# "policies": [{
# "users": ["user"],
# "actions": ["read"]
# }],
# "defaultPolicy": []
# }
# },
# "adminPolicy": {
# "users": ["admin"],
# "actions": ["read", "create", "update", "delete"]
# }
# }
# },
# "log": { "level": "debug" }
Expand Down

0 comments on commit 01e02cb

Please sign in to comment.