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

[faktory] Refactor image helper function #47

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

pcallewaert
Copy link
Contributor

What this PR does / why we need it:

This is a refactor of the image helper function so it can be re-used for all containers for consistent behaviour:

  • Now the image configuration for the config watcher container can be changed
  • Support the global.imageRegistry for all all containers.

Our usecase is a kubernetes cluster configured without access to the public Docker registry, as a security measure. Instead, we rely exclusively on an internal mirror for pulling all images. We were unable to deploy the chart on this cluster as it was hardcoded to pull the busybox image from DockerHub.

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Developer Certificate of Origin signed
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [example]: Add service for feature xyz)

@jbielick jbielick merged commit 09a466d into AdWerx:master Feb 27, 2024
1 check failed
@jbielick
Copy link
Member

jbielick commented Feb 27, 2024

0.12.4 should be available momentarily
6183ccc

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

Successfully merging this pull request may close these issues.

2 participants