fix: mismatched image tags causing ImagePullBackOff#108
Conversation
|
Claude finished @amdove's task —— View job Review of PR #108
|
## [1.16.2](v1.16.1...v1.16.2) (2026-03-04) ### Bug Fixes * mismatched image tags causing ImagePullBackOff ([#108](#108)) ([4181072](4181072))
Summary
This PR fixes two bugs in the team-operator Helm chart that caused
ImagePullBackOfferrors after PTD PR #155 was merged and applied to academy stage.Problem
When PTD stopped overriding the team-operator image (PR #155), the Helm chart's default values were exposed, revealing:
posit/team-operatorbut the actual image is published toposit/ptd-team-operatorappVersionas the default image tag (e.g.,1.15.0), but Docker Hubonly has tags in git-describe format (e.g.,
v1.15.0-1-g101dab1) andlatestChanges
posit/team-operator→posit/ptd-team-operatorv1.17.0) to matchappVersionDeployment Dependencies
Options:
Immediate Mitigation (already applied)
posit/ptd-team-operator:latest