![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/variantdev/chartify
chartify
converts anything to a Helm chart and modifies a chart in-place so that you don't need to fork an upstream helm chart only for a few custom requirements.
chartify
is a Go library that is primarily used by helmfile to let it convert Kuberntes resource YAMLs or kustomize into a helm chart, and apply various modifications to the resulting chart.
chartify
is intended to be run immediately before running helm upgrade --install
. For example, instead of forking a helm chart, you should be able to prepend a chartify
step into your deployment job in your CD pipeline. chartify
isn't intended to create a fork of a chart. The output of chartify
is a helm chart that is pre-rendered with all the helm values provided to chartify
.
Beyond it's usage with helmfile, it also provides a basic CLI application that can be run independently.
The simplest usage of the command is:
$ chartify $RELEASE $CHART -o $OUTPUT_DIR
See chartify -h
or go run ./cmd/chartify -h
for more information.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.