Skip to content

fix: image pull secrets#178

Merged
sk-portkey merged 4 commits intomainfrom
fix/impage_pull_secrets
Apr 3, 2026
Merged

fix: image pull secrets#178
sk-portkey merged 4 commits intomainfrom
fix/impage_pull_secrets

Conversation

@sk-portkey
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes and centralizes how Kubernetes imagePullSecrets are applied across the Portkey Gateway Helm chart so workloads can consistently pull images from private registries.

Changes:

  • Adds a top-level imagePullSecrets value in values.yaml and clarifies usage via comments.
  • Introduces a shared Helm helper (portkeyenterprise.imagePullSecrets) to merge secrets from imagePullSecrets and imageCredentials.
  • Replaces repeated imagePullSecrets templating blocks in multiple Deployments/StatefulSets with the shared helper include.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
charts/portkey-gateway/values.yaml Adds/clarifies imagePullSecrets configuration and separates it from imageCredentials.
charts/portkey-gateway/templates/_helpers.tpl Adds helper to render merged imagePullSecrets.
charts/portkey-gateway/templates/gateway/deployment.yaml Uses the new helper to render imagePullSecrets.
charts/portkey-gateway/templates/dataservice/deployment.yaml Uses the new helper to render imagePullSecrets.
charts/portkey-gateway/templates/redis/deployment.yaml Uses the new helper to render imagePullSecrets.
charts/portkey-gateway/templates/minio/statefulset.yaml Uses the new helper to render imagePullSecrets.
charts/portkey-gateway/templates/milvus/milvus-statefulset.yaml Uses the new helper to render imagePullSecrets.
charts/portkey-gateway/templates/milvus/etcd-statefulset.yaml Uses the new helper to render imagePullSecrets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread charts/portkey-gateway/templates/_helpers.tpl Outdated
Comment thread charts/portkey-gateway/values.yaml Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread charts/portkey-gateway/templates/_helpers.tpl Outdated
Comment thread charts/portkey-gateway/docs/Configuration.md
Comment thread charts/portkey-gateway/values.yaml Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread charts/portkey-gateway/docs/Configuration.md
@sk-portkey sk-portkey merged commit 048a5d9 into main Apr 3, 2026
4 checks passed
@sk-portkey sk-portkey deleted the fix/impage_pull_secrets branch April 3, 2026 07:42
@sk-portkey sk-portkey restored the fix/impage_pull_secrets branch April 3, 2026 10:38
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.

2 participants