Skip to content

Commit

Permalink
feat: bump image to v0.15.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuto authored Jul 5, 2022
1 parent eb3c078 commit 2e62ddc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
description: Host your own Helm Chart Repository
name: chartmuseum
version: 3.8.0
appVersion: 0.14.0
version: 3.9.0
appVersion: 0.15.0
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/chartmuseum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ their default values. See values.yaml for all available options.
| `env.open.DEBUG` | Show debug messages | `false` |
| `env.open.LOG_JSON` | Output structured logs in JSON | `true` |
| `env.open.DISABLE_STATEFILES` | Disable use of index-cache.yaml | `false` |
| `env.open.DISABLE_METRICS` | Disable Prometheus metrics | `true` |
| `env.open.ENABLE_METRICS` | Enable Prometheus metrics | `false` |
| `env.open.DISABLE_API` | Disable all routes prefixed with /api | `true` |
| `env.open.ALLOW_OVERWRITE` | Allow chart versions to be re-uploaded | `false` |
| `env.open.CHART_URL` | Absolute url for .tgzs in index.yaml | `<nil>` |
Expand Down
6 changes: 3 additions & 3 deletions src/chartmuseum/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ strategy:
type: RollingUpdate
image:
repository: ghcr.io/helm/chartmuseum
tag: v0.14.0
tag: v0.15.0
pullPolicy: IfNotPresent
secret:
labels: {}
Expand Down Expand Up @@ -66,8 +66,8 @@ env:
LOG_JSON: true
# disable use of index-cache.yaml
DISABLE_STATEFILES: false
# disable Prometheus metrics
DISABLE_METRICS: true
# enable Prometheus metrics
ENABLE_METRICS: false
# disable all routes prefixed with /api
DISABLE_API: true
# allow chart versions to be re-uploaded
Expand Down

0 comments on commit 2e62ddc

Please sign in to comment.