You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chart name and version
chart: victoria-metrics-k8s-stask
version: v0.33.5
Describe the bug
Hello,
I'm trying to install VictoriaMetrics using Helm in an offline environment. My setup requires me to pull the Helm chart (helm.tgz), modify image registry references (e.g., quay.io, docker.io) to my private registry, and deploy it.
However, I noticed that some images, such as:
victoriametrics/victoria-metrics:v1.109.1
jimmidyson/configmap-reload:v0.3.0
are not explicitly listed in values.yaml. I expected to find and modify these references, but they seem to be defined elsewhere.
Could anyone guide me on where these image references are set, or how I can override them properly for an offline installation?
The text was updated successfully, but these errors were encountered:
in k8s-stack chart you can set a global registry for all components, that are not managed by operator using .Values.global.image.registry and for operator managed components please use VM_CONTAINERREGISTRYenv variable
Chart name and version
chart: victoria-metrics-k8s-stask
version: v0.33.5
Describe the bug
Hello,
I'm trying to install VictoriaMetrics using Helm in an offline environment. My setup requires me to pull the Helm chart (helm.tgz), modify image registry references (e.g., quay.io, docker.io) to my private registry, and deploy it.
However, I noticed that some images, such as:
victoriametrics/victoria-metrics:v1.109.1
jimmidyson/configmap-reload:v0.3.0
are not explicitly listed in values.yaml. I expected to find and modify these references, but they seem to be defined elsewhere.
Could anyone guide me on where these image references are set, or how I can override them properly for an offline installation?
The text was updated successfully, but these errors were encountered: