diff --git a/stable/chartmuseum/Chart.yaml b/stable/chartmuseum/Chart.yaml index 071efc8408..e18f2968e0 100644 --- a/stable/chartmuseum/Chart.yaml +++ b/stable/chartmuseum/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Host your own Helm Chart Repository name: chartmuseum -version: 1.8.2 +version: 1.8.3 appVersion: 0.8.0 home: https://github.com/helm/chartmuseum icon: https://raw.githubusercontent.com/helm/chartmuseum/master/logo2.png diff --git a/stable/chartmuseum/README.md b/stable/chartmuseum/README.md index 7383ecb148..6a4b7521e8 100644 --- a/stable/chartmuseum/README.md +++ b/stable/chartmuseum/README.md @@ -83,17 +83,17 @@ their default values. See values.yaml for all available options. | `tolerations` | List of node taints to tolerate | `[]` | | `affinity` | Map of node/pod affinities | `{}` | | `env.open.STORAGE` | Storage Backend to use | `local` | -| `env.open.ALIBABA_BUCKET` | Bucket to store charts in for Alibaba | `` | -| `env.open.ALIBABA_PREFIX` | Prefix to store charts under for Alibaba | `` | -| `env.open.ALIBABA_ENDPOINT` | Alternative Alibaba endpoint | `` | -| `env.open.ALIBABA_SSE` | Server side encryption algorithm to use | `` | -| `env.open.AMAZON_BUCKET` | Bucket to store charts in for AWS | `` | -| `env.open.AMAZON_ENDPOINT` | Alternative AWS endpoint | `` | -| `env.open.AMAZON_PREFIX` | Prefix to store charts under for AWS | `` | -| `env.open.AMAZON_REGION` | Region to use for bucket access for AWS | `` | -| `env.open.AMAZON_SSE` | Server side encryption algorithm to use | `` | -| `env.open.GOOGLE_BUCKET` | Bucket to store charts in for GCP | `` | -| `env.open.GOOGLE_PREFIX` | Prefix to store charts under for GCP | `` | +| `env.open.STORAGE_ALIBABA_BUCKET` | Bucket to store charts in for Alibaba | `` | +| `env.open.STORAGE_ALIBABA_PREFIX` | Prefix to store charts under for Alibaba | `` | +| `env.open.STORAGE_ALIBABA_ENDPOINT` | Alternative Alibaba endpoint | `` | +| `env.open.STORAGE_ALIBABA_SSE` | Server side encryption algorithm to use | `` | +| `env.open.STORAGE_AMAZON_BUCKET` | Bucket to store charts in for AWS | `` | +| `env.open.STORAGE_AMAZON_ENDPOINT` | Alternative AWS endpoint | `` | +| `env.open.STORAGE_AMAZON_PREFIX` | Prefix to store charts under for AWS | `` | +| `env.open.STORAGE_AMAZON_REGION` | Region to use for bucket access for AWS | `` | +| `env.open.STORAGE_AMAZON_SSE` | Server side encryption algorithm to use | `` | +| `env.open.STORAGE_GOOGLE_BUCKET` | Bucket to store charts in for GCP | `` | +| `env.open.STORAGE_GOOGLE_PREFIX` | Prefix to store charts under for GCP | `` | | `env.open.STORAGE_MICROSOFT_CONTAINER` | Container to store charts under for MS | `` | | `env.open.STORAGE_MICROSOFT_PREFIX` | Prefix to store charts under for MS | `` | | `env.open.STORAGE_OPENSTACK_CONTAINER` | Container to store charts for openstack | `` |