Remove OS suffix from connect-content-init image tag#882
Open
bschwedler wants to merge 1 commit into
Open
Conversation
bschwedler
added a commit
to posit-dev/images-connect
that referenced
this pull request
Jun 4, 2026
The init container copies an architecture-specific runtime binary; the OS variant has no effect on what gets downloaded. Remove the Ubuntu 22.04 secondary entries from the versions where Ubuntu 24.04 is already primary (2025.12.1+), and drop the ubuntu2204 template and rendered Containerfiles for those versions. Older versions (2025.11 and earlier) that only have Ubuntu 22.04 are unchanged. Related: rstudio/helm#882
12ee0d0 to
d2f2843
Compare
d2f2843 to
70be48b
Compare
The connect-content-init image copies an architecture-specific binary and is not OS-specific. Remove the `os` field from `backends.kubernetes.defaultInitContainer` and `launcher.defaultInitContainer`, and update tag construction to use the appVersion directly (e.g. `2026.05.1` rather than `2026.05.1-ubuntu-24.04`). Any `os:` entries in existing values.yaml files can be removed.
70be48b to
6fd1047
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
connect-content-initimage copies an architecture-specific runtime binary and is not OS-specific. Simplify the tag to use the chartappVersiondirectly (e.g.2026.05.1) rather than2026.05.1-ubuntu-24.04.osfield frombackends.kubernetes.defaultInitContainerandlauncher.defaultInitContainer_helpers.tplandconfigmap.yamlAny
os:entries in existingvalues.yamlfiles can be removed, but are harmlessly ignored.