Skip to content

fix: pass imagePullSecrets to cleanup job in Helm chart#1222

Merged
Kidswiss merged 1 commit into
k8up-io:masterfrom
AruneshDwivedi:fix/cleanup-hook-image-pull-secrets
Jun 26, 2026
Merged

fix: pass imagePullSecrets to cleanup job in Helm chart#1222
Kidswiss merged 1 commit into
k8up-io:masterfrom
AruneshDwivedi:fix/cleanup-hook-image-pull-secrets

Conversation

@AruneshDwivedi

Copy link
Copy Markdown
Contributor

The cleanup hook job ignored imagePullSecrets from values.yaml, causing image pull failures when using private registries that require authentication.

Adds the same imagePullSecrets block already present in the deployment template (charts/k8up/templates/deployment.yaml) to the cleanup job pod spec (charts/k8up/templates/cleanup-hook.yaml).

Closes #1215

The cleanup hook job ignored imagePullSecrets from values.yaml,
causing image pull failures when using private registries that
require authentication. Adds the same imagePullSecrets block
already present in the deployment template.

Signed-off-by: Arunesh Dwivedi <arunesh.devops@gmail.com>
@AruneshDwivedi AruneshDwivedi requested a review from a team as a code owner June 25, 2026 15:01
@AruneshDwivedi AruneshDwivedi requested review from arska and lieneluksika and removed request for a team June 25, 2026 15:01
@Kidswiss Kidswiss enabled auto-merge June 26, 2026 06:18
@Kidswiss Kidswiss merged commit 151db79 into k8up-io:master Jun 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cleanup job in helmchart ignore imagePullSecrets

2 participants