File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : Host your own Helm Chart Repository
3
3
name : chartmuseum
4
- version : 3.8 .0
5
- appVersion : 0.14 .0
4
+ version : 3.9 .0
5
+ appVersion : 0.15 .0
6
6
home : https://github.com/helm/chartmuseum
7
7
icon : https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
8
8
keywords :
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ their default values. See values.yaml for all available options.
140
140
| ` env.open.DEBUG ` | Show debug messages | ` false ` |
141
141
| ` env.open.LOG_JSON ` | Output structured logs in JSON | ` true ` |
142
142
| ` env.open.DISABLE_STATEFILES ` | Disable use of index-cache.yaml | ` false ` |
143
- | ` env.open.DISABLE_METRICS ` | Disable Prometheus metrics | ` true ` |
143
+ | ` env.open.ENABLE_METRICS ` | Enable Prometheus metrics | ` false ` |
144
144
| ` env.open.DISABLE_API ` | Disable all routes prefixed with /api | ` true ` |
145
145
| ` env.open.ALLOW_OVERWRITE ` | Allow chart versions to be re-uploaded | ` false ` |
146
146
| ` env.open.CHART_URL ` | Absolute url for .tgzs in index.yaml | ` <nil> ` |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ strategy:
5
5
type : RollingUpdate
6
6
image :
7
7
repository : ghcr.io/helm/chartmuseum
8
- tag : v0.14 .0
8
+ tag : v0.15 .0
9
9
pullPolicy : IfNotPresent
10
10
secret :
11
11
labels : {}
66
66
LOG_JSON : true
67
67
# disable use of index-cache.yaml
68
68
DISABLE_STATEFILES : false
69
- # disable Prometheus metrics
70
- DISABLE_METRICS : true
69
+ # enable Prometheus metrics
70
+ ENABLE_METRICS : false
71
71
# disable all routes prefixed with /api
72
72
DISABLE_API : true
73
73
# allow chart versions to be re-uploaded
You can’t perform that action at this time.
0 commit comments