Conversation
adamancini
requested changes
Feb 16, 2026
adamancini
reviewed
Feb 16, 2026
Member
adamancini
left a comment
There was a problem hiding this comment.
I mean to hit comment without "request changes"
Member
Author
|
Helm Release Review (Ada's Claude Plugin) output - |
Member
Author
|
A quick Loom describing the app and Replicated features I've used - |
Member
|
@jmboby I love this! I am a feature flag evangelist, would love to talk about it with you sometime. I also did not know about flipt, but scoped it out, and was so happy to see they use the open-feature spec, even ofrep! |
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
New example application: enterprise-ready deployment of Flipt, an open-source feature flag and experimentation platform, packaged as a Helm chart with full Replicated KOTS and Embedded Cluster integration.
Helm Chart
Single chart (
applications/flipt/chart) deploying Flipt v1.61.0 with two subchart dependencies managed viaChart.yamlconditions:ghcr.io/flipt-io/flipt:v1.61.0ghcr.io/cloudnative-pg/postgresql:16ghcr.io/valkey-io/valkey:8.0proxy.replicated.com/library/replicated-sdk-image:1.15.0postgresql.typeemptyDir(ephemeral cache data)ClusterIssuerLicense Field → Flipt Feature Flag Sync
A CronJob that syncs boolean Replicated license fields to Flipt as feature flags, enabling vendor-controlled feature gating from the Replicated Vendor Portal.
python:3.12-alpine) fetches fields from the Replicated SDK API, verifies RSA-PSS signatures (MD5) using the vendor public key, and creates/updates boolean flags via the Flipt REST APIab_testing), sync interval, and Flipt namespacelicenseSync.enabled— no resources created when disabledReplicated Integration
whenclauses)kots.io/v1beta2): full value mappings withoptionalValuesfor ingress TLS, external PostgreSQL, and snapshot backup labelsOperational
lint,package,install,release(auto-bumps version, lints, creates Replicated release),port-forward,preflight,support-bundleTest plan
helm lintpasseshelm templaterenders all resources with default valueshelm templaterenders license-sync resources whenlicenseSync.enabled=truehelm templateexcludes license-sync resources whenlicenseSync.enabled=falseab_testingflag in Flipttests/smoke/test-flipt.py) passes against running instance