メインコンテンツまでスキップ
バージョン: 3.19.0

helm repo add

chart リポジトリを追加します

helm repo add [NAME] [URL] [flags]

オプション

      --allow-deprecated-repos     完全に削除された公式リポジトリの追加を許可します(デフォルトでは禁止)
--ca-file string HTTPS 対応サーバーの証明書を検証するための CA バンドル
--cert-file string HTTPS クライアント認証に使用する SSL 証明書ファイル
--force-update リポジトリが既に存在する場合、上書きします
-h, --help help for add
--insecure-skip-tls-verify リポジトリの TLS 証明書検証をスキップします
--key-file string HTTPS クライアント認証に使用する SSL 鍵ファイル
--no-update 無視されます。以前は強制更新を無効にしていましたが、現在は --force-update に置き換えられました。
--pass-credentials すべてのドメインに認証情報を渡します
--password string chart リポジトリのパスワード
--password-stdin chart リポジトリのパスワードを標準入力から読み取ります
--timeout duration インデックスファイルのダウンロード完了を待機する時間 (default 2m0s)
--username string chart リポジトリのユーザー名

親コマンドから継承されたオプション

      --burst-limit int                 client-side default throttling limit (default 100)
--debug enable verbose output
--kube-apiserver string the address and the port for the Kubernetes API server
--kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--kube-as-user string username to impersonate for the operation
--kube-ca-file string the certificate authority file for the Kubernetes API server connection
--kube-context string name of the kubeconfig context to use
--kube-insecure-skip-tls-verify if true, the Kubernetes API server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kube-tls-server-name string server name to use for Kubernetes API server certificate validation. If it is not provided, the hostname used to contact the server is used
--kube-token string bearer token used for authentication
--kubeconfig string path to the kubeconfig file
-n, --namespace string namespace scope for this request
--qps float32 queries per second used when communicating with the Kubernetes API, not including bursting
--registry-config string path to the registry config file (default "~/.config/helm/registry/config.json")
--repository-cache string path to the directory containing cached repository indexes (default "~/.cache/helm/repository")
--repository-config string path to the file containing repository names and URLs (default "~/.config/helm/repositories.yaml")

関連項目

  • helm repo - chart リポジトリの追加、一覧表示、削除、更新、インデックス作成を行います
Auto generated by spf13/cobra on 14-Jan-2026