charts VS helm-charts

Compare charts vs helm-charts and see what are their differences.

charts

⚠️(OBSOLETE) Curated applications for Kubernetes (by helm)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
charts helm-charts
28 7
15,373 539
- 2.8%
2.1 9.0
about 2 years ago 8 days ago
Go Mustache
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

charts

Posts with mentions or reviews of charts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-05.

helm-charts

Posts with mentions or reviews of helm-charts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-28.
  • Why is argocd complaining about my ApplicationSet saying: error parsing value as string <nil>
    1 project | /r/ArgoCD | 22 Mar 2023
    I have no clue of what is wrong. The applicationset yaml looks like (somewhat cut-down): apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: myjenkins namespace: argocd spec: generators: - list: elements: - namespace: "development" ingressHostName: "myjenkins-dev.scs.domain" limitsMemory: "12Gi" template: metadata: name: myjenkins spec: destination: namespace: '{{namespace}}' server: https://kubernetes.default.svc project: default syncPolicy: {} sources: - chart: jenkins repoURL: https://github.com/jenkinsci/helm-charts/tree/main/charts targetRevision: 4.3.9 helm: releaseName: myjenkins parameters: - name: extraLabels value: slice1 - name: controller.resources.limits.cpu value: '8' - name: controller.resources.limits.memory value: '{{limitsMemory}}' valueFiles: - $values/deployments/jenkins/global/common.values - $values/deployments/jenkins/global/shared-libs.values - $values/deployments/jenkins/global/job-dsl-seed.values - $values/deployments/jenkins/global/ssh-credentials.values - $values/deployments/jenkins/global/kubernetes-cloud.values - repoURL: 'ssh://[email protected]:29418/kubernetes' targetRevision: master ref: values
  • Jenkins CASC and Jenkins Community helm chart issues
    1 project | /r/jenkinsci | 19 Sep 2022
    Here is what I'm deploying.. I have a very small GKE cluster up and running right now with terraform. I'm on a budget, so I'm trying to containerize as many of the services we need for development as possible. I am using this Jenkins helm chart for deployment: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/README.md
  • Deploying Jenkins on Google Cloud
    3 projects | dev.to | 28 Jul 2021
  • Jenkins on Kubernetes - Can't Use PodTemplates Defined In Clouds
    2 projects | /r/jenkinsci | 16 Jun 2021
    I've updated my post with the error logs and some descriptions. The "Additional Agents" thing is part of the Helm chart. The Adding Pod Templates Using additionalAgents section of the Helm Chart's README gives an example of how to declare them. I initially tried using a direct copy of the example in the README (adapted to use with the Ansible module) but that displayed roughly the same behaviour
  • Should we be using Jenkins for our Kubernetes CI/CD pipeline needs in 2021?
    4 projects | /r/kubernetes | 20 May 2021
    https://github.com/jenkinsci/helm-charts/tree/main/charts/jenkins Using offical chart
  • Battle-tested way to configure a Jenkins server on AWS using IaC/CaC?
    5 projects | /r/devops | 14 Mar 2021

What are some alternatives?

When comparing charts and helm-charts you can also consider the following projects:

kubernetes-mixin - A set of Grafana dashboards and Prometheus alerts for Kubernetes.

actions-runner-controller - Kubernetes controller for GitHub Actions self-hosted runners

external-dns - Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services

kubernetes-operator - Kubernetes native Jenkins Operator

cdk8s - Define Kubernetes native apps and abstractions using object-oriented programming [Moved to: https://github.com/cdk8s-team/cdk8s]

terraform-provider-jenkins - Jenkins Terraform Provider

keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

opta - The next generation of Infrastructure-as-Code. Work with high-level constructs instead of getting lost in low-level cloud configuration.

volcano - A Cloud Native Batch System (Project under CNCF)

kubernetes-plugin - Jenkins plugin to run dynamic agents in a Kubernetes/Docker environment

kube-state-metrics - Add-on agent to generate and expose cluster-level metrics.

synapse