Published on Artifact Hub
Browse versions, defaults, README, and installation instructions.
Deploy any application with one reusable, production-ready Helm chart and a values file that belongs to your service.
Browse versions, defaults, README, and installation instructions.
Source, tests, and release history are public.
Use and adapt the chart in your platform.
Development and issue tracking live in the project repository.
Designed for repeatable Kubernetes application delivery.
Keep service configuration close to the service. Keep Kubernetes templates reusable.
Keep application-specific configuration in values.yaml instead of creating and maintaining a new chart for every service.
Use the same tested templates across teams and services.
From a basic Deployment to Jobs, storage, and advanced networking.
Works with Helm, Argo CD, Flux, and standard CI pipelines.
Standardize the paved road without blocking application teams.
Reduce repeated chart maintenance and make releases predictable.
Keep environment intent in Git and let Helm or Argo CD reconcile it.
Add the repository and install an application with the same idempotent command you use for upgrades.
Latest published chart version.
View releases ↗helm repo add universal https://chaser100.github.io/u-helm-chart helm repo update helm upgrade --install my-app universal/application \ --namespace my-app \ --create-namespace \ --set image=nginx \ --set imageTag=1.27
Review versions, README, changelog, default values, and installation details.
Browse package →Configure the pieces your application needs without leaving the chart’s conventions.