Skip to content

Revert "fix: stop overriding team-operator image when not explicitly configured"#157

Merged
amdove merged 1 commit intomainfrom
revert-155-pin-operator-image
Feb 27, 2026
Merged

Revert "fix: stop overriding team-operator image when not explicitly configured"#157
amdove merged 1 commit intomainfrom
revert-155-pin-operator-image

Conversation

@amdove
Copy link
Collaborator

@amdove amdove commented Feb 27, 2026

This change to stop overriding the team-operator image when not explicitly configured, exposed two bugs in the team-operator Helm chart. Reverting to apply a cleaner fix next week.

  1. Wrong default repository: Chart defaults to posit/team-operator but the actual image is published to posit/ptd-team-operator (note the ptd-prefix)
  2. appVersion/Docker tag mismatch: PR #107 changed the chart to use appVersion as the default image tag (e.g., 1.15.0), but Docker Hub only has tags in git-describe format (e.g., v1.15.0-1-g101dab1) and latest. There is no 1.15.0 or v1.15.0 tag.

@amdove amdove requested a review from a team as a code owner February 27, 2026 23:01
Copy link
Contributor

@Lytol Lytol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything in the description makes sense to me. I didn't review line-by-line since it's a revert.

@amdove amdove added this pull request to the merge queue Feb 27, 2026
Merged via the queue into main with commit 0cb84ee Feb 27, 2026
3 checks passed
@amdove amdove deleted the revert-155-pin-operator-image branch February 27, 2026 23:17
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.

2 participants