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

Add image pull secrets, so that private registries can be used ex art… #1370

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

OomPiet
Copy link

@OomPiet OomPiet commented Sep 19, 2023

…ifactory

  • Tests written and linted ℹ︎
  • Documentation written ℹ︎
  • Commit history is tidy ℹ︎

What this does

This PR updates the snyke-monitor Helm chart to include imagePullSecrets configuration. This enhancement allows for the use of private image registries or pull-through registries, ensuring a more secure and flexible image pulling process.

Notes for the reviewer

Context: The addition of imagePullSecrets to the snyke-monitor Helm chart is intended to facilitate deployments that use private or pull-through registries, addressing a common need in various deployment scenarios.

Location of Changes: Primary modifications can be found in the values.yaml file and the corresponding deployment templates where the imagePullSecrets configuration is added.

Testing Considerations: It would be beneficial to test the Helm chart in an environment that requires access to a private registry. The goal is to ensure successful image pulls when the correct imagePullSecrets is provided.

Backward Compatibility: The additions have been designed to be optional. In scenarios where no imagePullSecrets are specified, the behavior remains consistent with previous versions, thus maintaining backward compatibility.

Screenshots

Visuals that may help the reviewer

@OomPiet OomPiet requested a review from a team as a code owner September 19, 2023 12:18
@kat1906 kat1906 removed their request for review April 12, 2024 08:01
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.

1 participant