Skip to content

Commit

Permalink
docs: Add required env var for IRSA (#34)
Browse files Browse the repository at this point in the history
* docs: Add required env var for IRSA

* chore: bump chart version
  • Loading branch information
cbuto authored Feb 4, 2022
1 parent b41e49e commit c05cc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Host your own Helm Chart Repository
name: chartmuseum
version: 3.6.1
version: 3.6.2
appVersion: 0.14.0
home: https://github.com/helm/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg
Expand Down
1 change: 1 addition & 0 deletions src/chartmuseum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ Specify `custom.yaml` with such values
```yaml
env:
open:
AWS_SDK_LOAD_CONFIG: true
STORAGE: amazon
STORAGE_AMAZON_BUCKET: my-s3-bucket
STORAGE_AMAZON_PREFIX:
Expand Down

0 comments on commit c05cc4a

Please sign in to comment.