Wenn Sie sowohl Container-Images als auch Helm-Diagramme in Artifact Registry verwalten, können Sie Ihre Diagramme mithilfe der folgenden Ansätze organisieren:
Erstellen Sie separate Repositories für Ihre Images und Helm-Diagramme.
Speichern Sie Bilder und Diagramme in separaten Namespaces im selben Repository.
Im folgenden Beispiel hat das Repository my-repo separate Namespaces für Bilder und Diagramme.
Gewähren Sie Berechtigungen für das Konto, das mit dem Repository verbunden wird. Dienstkonten für gängige Integrationen mit Artifact Registry haben Standardberechtigungen für Repositories im selben Projekt.
Konfigurieren Sie Helm für die Authentifizierung bei Artifact Registry.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]