---
title: "k8s-monitoring-helm/charts/k8s-monitoring/docs/examples/privat..."
description: "!https://github.com/grafana/k8s-monitoring-helm/blob/main/charts/k8s-monitoring/docs/examples/private-image-registries/globally/values.yaml#L29"
date: 2025-05-24
published: true
tags:
  - containers
  - helm
  - kubernetes
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://github.com/grafana/k8s-monitoring-helm/blob/main/charts/k8s-monitoring/docs/examples/private-image-registries/globally/values.yaml#L29" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://opengraph.githubassets.com/aa36cef959ed55ce10b0555ab1dde3f9007ebc895fe899cdafb40ac5773537da/grafana/k8s-monitoring-helm" alt="k8s-monitoring-helm/charts/k8s-monitoring/docs/examples/private-image-registries/globally/values.yaml at main · grafana/k8s-monitoring-helm — Contribute to grafana/k8s-monitoring-helm development by creating an account on GitHub." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">k8s-monitoring-helm/charts/k8s-monitoring/docs/examples/private-image-registries/globally/values.yaml at main · grafana/k8s-monitoring-helm</div>
      <div class="embed-card-description">Contribute to grafana/k8s-monitoring-helm development by creating an account on GitHub.</div>
      <div class="embed-card-meta">GitHub &middot; github.com</div>
    </div>
  </a>
</div>


k8s-monitoring requires setting imageregistry and pullsecrets twice

``` yaml
global:
  image:
    registry: my.registry.com
    pullSecrets:
      - name: my-registry-creds
  imageRegistry: my.registry.com
  imagePullSecrets:
    - name: my-registry-creds
```
