Se você estiver gerenciando imagens de contêiner e gráficos do Helm no
Artifact Registry, use uma destas abordagens para manter os gráficos
organizados:
Crie repositórios separados para suas imagens e gráficos do Helm.
Armazene imagens e gráficos em namespaces separados no mesmo repositório.
No exemplo abaixo, o repositório my-repo tem namespaces separados
para imagens e gráficos.
Conceda permissões à conta que
se conectará ao repositório. As contas de serviço para integrações comuns
com o Artifact Registry têm permissões padrão para
repositórios no mesmo projeto.
Configure o Helm para autenticar com o Artifact Registry.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]