PLTF-90: Add support for Gitlab in Replicated#461
Merged
Conversation
Inject chart versions into replicated manifests at build time
* Update enterprise server and runtime-api versions * Fix typo
Add documentation for configuring VolumeSnapshotClass alongside StorageClass. This enables cost optimization by allowing the runtime-api to snapshot paused runtime PVCs instead of keeping them active. Includes examples for both AWS EKS and GKE. Co-authored-by: openhands <openhands@all-hands.dev>
* Add AWS Terraform for Replicated OpenHands VM Provisions a single EC2 instance with VPC, Elastic IP, Route 53 DNS, and Let's Encrypt (or BYO) TLS — ready for Replicated embedded cluster install. Includes config-values.yaml generation, Makefile, and docs.
jlav
approved these changes
Mar 19, 2026
jlav
left a comment
Member
There was a problem hiding this comment.
Looks great! Just need to fix the linting error by bumping the chart version number.
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.
Add support for Gitlab with OAuth client id and secret in Replicated install
Fixes PLTF-90