Skip to content

feat: add imagePullSecrets support for openobserve-collector chart (#187)#189

Open
wang4150 wants to merge 1 commit intoopenobserve:mainfrom
wang4150:feat/collector-imagepullsecrets
Open

feat: add imagePullSecrets support for openobserve-collector chart (#187)#189
wang4150 wants to merge 1 commit intoopenobserve:mainfrom
wang4150:feat/collector-imagepullsecrets

Conversation

@wang4150
Copy link

@wang4150 wang4150 commented Feb 3, 2026

Feature Request

Fixes #187 - Add imagePullSecrets support to openobserve-collector chart to allow pulling images from private registries.

Changes

  • Added imagePullSecrets: [] configuration in values.yaml under image section
  • Added imagePullSecrets field in agent.yaml template for Agent DaemonSet
  • Added imagePullSecrets field in gateway.yaml template for Gateway StatefulSet

Use Case

When using a private registry, users can now configure imagePullSecrets in their values:
image:
imagePullSecrets:
- name: my-registry-secret

Impact

  • ✅ Enables deployment with private container registries
  • ✅ Aligns with existing openobserve and openobserve-standalone charts
  • ✅ Maintains backward compatibility - default is empty array (no secrets)

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

Successfully merging this pull request may close these issues.

feat: add imagePullSecrets support for openobserve-collector chart

1 participant