feat: switch to debian-s6-java25 and remove privileged access#269
Merged
Conversation
…ags to 0.45.4 in values.yaml Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
12 tasks
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
JeffreyDallas
approved these changes
Jun 25, 2026
Contributor
|
🎉 This PR is included in version 0.64.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Description
This pull request updates the container images used in the deployment and removes the use of a privileged root security context from the Kubernetes manifests. The main goals are to improve security by avoiding unnecessary privileged containers and to update to newer image versions.
Image updates:
rootcontainer image fromhashgraph/solo-containers/ubi8-s6-java25:0.43.0tohashgraph/solo-containers/debian-s6-java25:0.45.4invalues.yaml.backup-uploadersidecar image tag from0.41.2to0.45.4invalues.yaml.Security context changes:
solo.root.security.context.privilegedtemplate, which previously set containers to run as root with privileged mode, from_helpers.tpl.rootcontainer spec innetwork-node-statefulset.yaml.backup-uploadersidecar spec innetwork-node-statefulset.yaml.Related Issues