Skip to content

fix: use enterprise-pull-secret and .Chart.AppVersion for image tag#31

Merged
aa-replicated merged 1 commit into
mainfrom
fix/image-tag-and-pullsecret
Apr 12, 2026
Merged

fix: use enterprise-pull-secret and .Chart.AppVersion for image tag#31
aa-replicated merged 1 commit into
mainfrom
fix/image-tag-and-pullsecret

Conversation

@aa-replicated
Copy link
Copy Markdown
Owner

Summary

  • global.imagePullSecrets defaulted to enterprise-pull-secret in values.yaml — this is the secret EC v3 creates; ImagePullSecretName was returning gameshelf-registry which doesn't exist
  • image.tag changed from latest to "" so the | default .Chart.AppVersion fallback in the deployment template actually kicks in
  • Removed global.imagePullSecrets override from helmchart.yaml since it's now correctly set in values.yaml

Test plan

  • Merge and deploy
  • gameshelf pod should pull the correct versioned image (not latest)
  • postgresql and redis ImagePullBackOff should be resolved

- Set global.imagePullSecrets to enterprise-pull-secret in values.yaml
  (EC v3 creates this secret; ImagePullSecretName returns wrong name)
- Set image.tag to empty string so .Chart.AppVersion fallback is used
- Remove global.imagePullSecrets override from helmchart.yaml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@aa-replicated aa-replicated merged commit eaf6b00 into main Apr 12, 2026
1 check passed
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