Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Installing VictoriaMetrics via Helm in an Offline Environment – Missing Image References in values.yaml #2008

Open
vega-viethd opened this issue Feb 24, 2025 · 2 comments

Comments

@vega-viethd
Copy link

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?

@yukha-dw
Copy link
Contributor

yukha-dw commented Feb 24, 2025

I think they are used by Operator as listed here: https://github.com/search?q=org%3AVictoriaMetrics+configmap-reload&type=code. However, It'd be great if there is image list annotation on the chart, e.g.

https://github.com/bitnami/charts/blob/efcc5132c1a6ede3d42fe87a7b9ee274830bcda8/bitnami/postgresql-ha/Chart.yaml#L7-L15

@AndrewChubatiuk
Copy link
Collaborator

AndrewChubatiuk commented Feb 24, 2025

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_CONTAINERREGISTRY env variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants