Use posit-dev images for Workbench chart#827
Draft
bschwedler wants to merge 3 commits intoworktree-workbench-session-initfrom
Draft
Use posit-dev images for Workbench chart#827bschwedler wants to merge 3 commits intoworktree-workbench-session-initfrom
bschwedler wants to merge 3 commits intoworktree-workbench-session-initfrom
Conversation
9e68b68 to
3521f17
Compare
3521f17 to
25f3b84
Compare
25f3b84 to
ab71c90
Compare
- Switch image repos from rstudio/* to posit/*
- Change tag format from tagPrefix+version to version-os
- Session image tag format: R{rVersion}-python{pythonVersion}-{os}
- Bump chart version to 0.20.0
fc5832d to
c17b7f6
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.
Summary
posit/workbenchon Docker Hub instead ofrstudio/rstudio-workbenchposit/workbench-sessioninstead ofrstudio/r-session-complete{os}{version}to{version}-{os}; session tag format changed toR{rVersion}-python{pythonVersion}-{os}image.tagPrefixreplaced byimage.os;session.image.tagPrefixreplaced bysession.image.os,session.image.rVersion, andsession.image.pythonVersionsession.defaultInitContainerfor Workbench Session Init image (posit/workbench-session-init)Breaking changes
image.repository: rstudio/rstudio-workbenchimage.repository: posit/workbenchimage.tagPrefix: ubuntu2204-image.os: "ubuntu-24.04"session.image.repository: rstudio/r-session-completesession.image.repository: posit/workbench-sessionsession.image.tagPrefix: ubuntu2204-session.image.os,session.image.rVersion,session.image.pythonVersionNew values
session.image.rVersion4.5.2session.image.pythonVersion3.14.3session.defaultInitContainer.enabledtruesession.defaultInitContainer.repositoryposit/workbench-session-initsession.defaultInitContainer.osubuntu-24.04Chart version:
0.20.0Test plan
make lintpasses incharts/rstudio-workbenchhelm templaterenders correctly with default valuesposit/workbenchandposit/workbench-sessionimages exist on Docker Hubhelm unittest charts/rstudio-workbench)