Jika Anda mengelola image container dan diagram Helm di Artifact Registry, gunakan salah satu pendekatan berikut untuk mengelola diagram Anda:
Buat repositori terpisah untuk gambar dan diagram Helm Anda.
Menyimpan gambar dan diagram dalam namespace terpisah di repositori yang sama.
Dalam contoh berikut, repositori my-repo memiliki namespace terpisah untuk gambar dan diagram.
Berikan izin ke akun yang
akan terhubung dengan repositori. Akun layanan untuk integrasi umum dengan Artifact Registry memiliki izin default untuk repositori dalam project yang sama.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-18 UTC."],[[["\u003cp\u003eArtifact Registry allows you to store Helm 3 charts as OCI container images within Docker repositories.\u003c/p\u003e\n"],["\u003cp\u003eYou can organize your Helm charts and container images in Artifact Registry by using separate repositories or distinct namespaces within the same repository.\u003c/p\u003e\n"],["\u003cp\u003eProper permissions must be granted to accounts that will interact with the repository.\u003c/p\u003e\n"],["\u003cp\u003eHelm must be configured to authenticate with Artifact Registry to access and manage your stored charts.\u003c/p\u003e\n"],["\u003cp\u003ePub/Sub notifications can be set up to alert you to changes made within your repository.\u003c/p\u003e\n"]]],[],null,["# Work with Helm charts\n\nYou can store Helm 3 charts saved as\n[OCI container images](https://helm.sh/docs/topics/registries/)\nin Artifact Registry Docker repositories.\n\n- To get familiar with Helm charts in Artifact Registry, try the [quickstart](/artifact-registry/docs/helm/quickstart).\n- To learn about working with other container images, see the [Docker overview](/artifact-registry/docs/docker).\n\nWhen you are ready to learn more about managing Helm charts, read the following\ninformation:\n\n1. [Create a Docker repository](/artifact-registry/docs/repositories/create-repos) for your\n images.\n\n If you are managing both container images and Helm charts in\n Artifact Registry, use one of these approaches to keep your charts\n organized:\n - Create separate repositories for your images and Helm charts.\n - Store images and charts under separate namespaces in the same repository.\n In the following example, the repository `my-repo` has separate namespaces\n for images and charts.\n\n us-west1-docker.pkg.dev/my-project/my-repo/images\n us-west1-docker.pkg.dev/my-project/my-repo/charts\n\n2. [Grant permissions](/artifact-registry/docs/access-control) to the account that\n will connect with the repository. Service accounts for common integrations\n with Artifact Registry have default [permissions](/artifact-registry/docs/access-control#gcp) for\n repositories in the same project.\n\n3. Configure Helm to [authenticate](/artifact-registry/docs/helm/authentication) with Artifact Registry.\n\n4. Learn about [managing charts](/artifact-registry/docs/helm/manage-charts).\n\n5. Set up [Pub/Sub notifications](/artifact-registry/docs/configure-notifications)\n for changes to your repository."]]