awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesPre-Deployment Chart Patching

Helmfile applies strategic merge patches, JSON patches, or transformers to a Helm chart prior to installation without forking upstream charts.

Distinct from Strategic Merge Patching: Distinct from Strategic Merge Patching: focuses on patching charts before deployment, not general YAML merging.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Pre-Deployment Chart Patching. Refine with filters or upvote what's useful.

Awesome Pre-Deployment Chart Patching GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • helmfile/helmfileAvatar de helmfile

    helmfile/helmfile

    4,987Voir sur GitHub↗

    Helmfile is a declarative tool for managing Kubernetes Helm releases across multiple environments. It defines the desired state of releases in version-controlled YAML files and synchronizes the cluster to match that state, acting as both a release manager and a state sync orchestrator. The tool layers environment-specific values, secrets, and lifecycle hooks onto shared release definitions, enabling consistent multi-environment deployments. Helmfile distinguishes itself through several integrated capabilities: it generates separate dependency lockfiles per environment for staged rollout of ch

    Helmfile applies JSON or strategic-merge patches to resources before installation without forking upstream charts.

    Gohelmkuberneteskustomize
    Voir sur GitHub↗4,987
  • kubernetes-client/javaAvatar de kubernetes-client

    kubernetes-client/java

    3,987Voir sur GitHub↗

    This is a Java client library for interacting with the Kubernetes API server. It provides a programmatic interface and a set of typed models to manage cluster resources, orchestrate state reconciliation, and administer pods and namespaces within a Kubernetes environment. The library enables the development of custom controllers by providing frameworks for implementing automated control loops that reconcile the actual state of resources with a desired target state. It supports the generation of strongly-typed Java classes from OpenAPI specifications and custom resource definitions to ensure ty

    Allows updating specific fields of a resource using partial patch formats without replacing the entire object.

    Java
    Voir sur GitHub↗3,987
  • fluxcd/helm-controllerAvatar de fluxcd

    fluxcd/helm-controller

    500Voir sur GitHub↗

    The project is a declarative GitOps controller and package manager designed to automate the deployment and lifecycle management of Helm charts within a cluster. It continuously watches custom resources and external artifact sources, comparing the actual cluster state against desired declarations to drive reconciliation. Artifacts and manifests are retrieved from standard package repositories, Git sources, OCI registries, and object storage buckets. The system handles complex application delivery through dependency sequencing, automated failure remediation, and drift detection. It supports cro

    Applies modifications directly to external deployment definitions during synchronization to adjust configurations without forking sources.

    Gogitops-toolkit
    Voir sur GitHub↗500
  1. Home
  2. DevOps & Infrastructure
  3. Strategic Merge Patching
  4. Pre-Deployment Chart Patching

Explorer les sous-tags

  • Resource Patches1 sous-tagApplies JSON or strategic-merge patches to individual Kubernetes resources before installation. **Distinct from Pre-Deployment Chart Patching:** Distinct from Pre-Deployment Chart Patching: targets individual Kubernetes resources rather than entire Helm charts.