diff --git a/src/chartmuseum/Chart.yaml b/src/chartmuseum/Chart.yaml index fed1275..d20fe56 100644 --- a/src/chartmuseum/Chart.yaml +++ b/src/chartmuseum/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Host your own Helm Chart Repository name: chartmuseum -version: 3.10.0 +version: 3.10.1 appVersion: 0.16.0 home: https://github.com/helm/chartmuseum icon: https://raw.githubusercontent.com/chartmuseum/charts/main/logo.jpg diff --git a/src/chartmuseum/README.md b/src/chartmuseum/README.md index 40985c5..f42b06b 100644 --- a/src/chartmuseum/README.md +++ b/src/chartmuseum/README.md @@ -15,6 +15,10 @@ Please also see https://github.com/helm/chartmuseum - [Prerequisites](#prerequisites) - [Configuration](#configuration) - [Installation](#installation) + - [Add repository](#add-repository) + - [Install chart (Helm v3)](#install-chart-helm-v3) + - [Install chart (Helm v2)](#install-chart-helm-v2) + - [Installation using custom config](#installation-using-custom-config) - [Using with Amazon S3](#using-with-amazon-s3) - [permissions grant with access keys](#permissions-grant-with-access-keys) - [permissions grant with IAM instance profile](#permissions-grant-with-iam-instance-profile) @@ -550,7 +554,7 @@ kubectl create secret generic chartmuseum-secret --from-file=config=".oci/config Then you can either use a `VALUES` yaml with your values or set those values in the command line: ```shell -helm install chartmuseum/chartmuseum --debug --set env.open.STORAGE=oracle,env.open.STORAGE_ORACLE_COMPARTMENTID=ocid1.compartment.oc1..abc123,env.open.STORAGE_ORACLE_BUCKET=myocibucket,env.open.STORAGE_ORACLE_PREFIX=chartmuseum,oracle.secret.enabled=true,oracle.secret.name=chartmuseum-secret +helm install chartmuseum/chartmuseum --debug --set env.open.STORAGE=oracle,env.open.STORAGE_ORACLE_COMPARTMENTID=ocid1.compartment.oc1..abc123,env.open.STORAGE_ORACLE_BUCKET=myocibucket,env.open.STORAGE_ORACLE_PREFIX=chartmuseum,oracle.secret.enabled=true,oracle.secret.name=chartmuseum-secret,env.open.OCI_CONFIG_FILE=/home/chartmuseum/.oci/config ``` If you prefer to use a yaml file: @@ -562,6 +566,7 @@ env: STORAGE_ORACLE_COMPARTMENTID: ocid1.compartment.oc1..abc123 STORAGE_ORACLE_BUCKET: myocibucket STORAGE_ORACLE_PREFIX: chartmuseum + OCI_CONFIG_FILE: /home/chartmuseum/.oci/config oracle: secret: