Skip to content

Commit 2e62ddc

Browse files
authored
feat: bump image to v0.15.0 (#46)
1 parent eb3c078 commit 2e62ddc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/chartmuseum/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Host your own Helm Chart Repository
33
name: chartmuseum
4-
version: 3.8.0
5-
appVersion: 0.14.0
4+
version: 3.9.0
5+
appVersion: 0.15.0
66
home: https://github.com/helm/chartmuseum
77
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
88
keywords:

src/chartmuseum/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ their default values. See values.yaml for all available options.
140140
| `env.open.DEBUG` | Show debug messages | `false` |
141141
| `env.open.LOG_JSON` | Output structured logs in JSON | `true` |
142142
| `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` |
144144
| `env.open.DISABLE_API` | Disable all routes prefixed with /api | `true` |
145145
| `env.open.ALLOW_OVERWRITE` | Allow chart versions to be re-uploaded | `false` |
146146
| `env.open.CHART_URL` | Absolute url for .tgzs in index.yaml | `<nil>` |

src/chartmuseum/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ strategy:
55
type: RollingUpdate
66
image:
77
repository: ghcr.io/helm/chartmuseum
8-
tag: v0.14.0
8+
tag: v0.15.0
99
pullPolicy: IfNotPresent
1010
secret:
1111
labels: {}
@@ -66,8 +66,8 @@ env:
6666
LOG_JSON: true
6767
# disable use of index-cache.yaml
6868
DISABLE_STATEFILES: false
69-
# disable Prometheus metrics
70-
DISABLE_METRICS: true
69+
# enable Prometheus metrics
70+
ENABLE_METRICS: false
7171
# disable all routes prefixed with /api
7272
DISABLE_API: true
7373
# allow chart versions to be re-uploaded

0 commit comments

Comments
 (0)