{"id":24439247,"url":"https://github.com/axonops/helm-axonops","last_synced_at":"2025-08-01T17:10:02.401Z","repository":{"id":272963184,"uuid":"639020199","full_name":"axonops/helm-axonops","owner":"axonops","description":"A Helm chart to deploy AxonOps™ server and dashboard","archived":false,"fork":false,"pushed_at":"2025-02-20T10:36:41.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-03T11:02:00.047Z","etag":null,"topics":["apache-cassandra","apache-kafka","axonops","cassandra","dba","devops","helm-chart","kafka"],"latest_commit_sha":null,"homepage":"https://axonops.com","language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axonops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-10T15:30:14.000Z","updated_at":"2025-02-27T13:29:40.000Z","dependencies_parsed_at":"2025-01-17T18:39:46.668Z","dependency_job_id":null,"html_url":"https://github.com/axonops/helm-axonops","commit_stats":null,"previous_names":["axonops/helm-axonops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axonops/helm-axonops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhelm-axonops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhelm-axonops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhelm-axonops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhelm-axonops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axonops","download_url":"https://codeload.github.com/axonops/helm-axonops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhelm-axonops/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268265832,"owners_count":24222526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache-cassandra","apache-kafka","axonops","cassandra","dba","devops","helm-chart","kafka"],"created_at":"2025-01-20T19:19:26.385Z","updated_at":"2025-08-01T17:10:02.357Z","avatar_url":"https://github.com/axonops.png","language":"Mustache","readme":"# AxonOps\n\n![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)\n\nThis helm chart install AxonOps server, dashboard and the required dependencies ElasticSearch and Apache Cassandra. You may optionally enable or disable the dependencies by setting the the values in the global section. Please refer to the https://axonops.com/docs/installation/kubernetes/ for more information.\n\n```sh\nhelm repo add axonops https://axonops.github.io/helm-charts/\n\nhelm upgrade --install axonops -n axonops axonops/axonops\n```\n\n## Requirements\n\n| Repository | Name | Version |\n|------------|------|---------|\n| https://charts.bitnami.com/bitnami | cassandra | 12.1.3 |\n| https://helm.elastic.co | elasticsearch | 7.13.3 |\n\n## Values\n\n| Key | Type | Default | Description |\n|-----|------|---------|-------------|\n| axon-dash.resources.limits.cpu | string | `\"1000m\"` |  |\n| axon-dash.resources.limits.memory | string | `\"1024Mi\"` |  |\n| axon-dash.resources.requests.cpu | string | `\"10m\"` |  |\n| axon-dash.resources.requests.memory | string | `\"256Mi\"` |  |\n| axon-server.config.license_key | string | `\"\"` |  |\n| axon-server.config.org_name | string | `\"example\"` |  |\n| axon-server.resources.limits.cpu | string | `\"3000m\"` |  |\n| axon-server.resources.limits.memory | string | `\"1024Mi\"` |  |\n| axon-server.resources.requests.cpu | string | `\"1000m\"` |  |\n| axon-server.resources.requests.memory | string | `\"512Mi\"` |  |\n| cassandra.cluster.datacenter | string | `\"axonops1\"` |  |\n| cassandra.clusterName | string | `\"axonops-cassandra\"` |  |\n| cassandra.fullnameOverride | string | `\"axonops-cassandra\"` |  |\n| cassandra.image.tag | string | `\"4.1.7-debian-12-r3\"` |  |\n| cassandra.persistence.commitLogsize | string | `\"2Gi\"` |  |\n| cassandra.persistence.enabled | bool | `true` |  |\n| cassandra.persistence.size | string | `\"50Gi\"` |  |\n| cassandra.persistence.storageClass | string | `\"\"` |  |\n| cassandra.resources.limits.cpu | string | `\"2000m\"` |  |\n| cassandra.resources.limits.memory | string | `\"4Gi\"` |  |\n| cassandra.resources.requests.cpu | string | `\"1000m\"` |  |\n| cassandra.resources.requests.memory | string | `\"4Gi\"` |  |\n| elasticsearch.clusterName | string | `\"axonops-elastic\"` |  |\n| elasticsearch.esConfig.\"elasticsearch.yml\" | string | `\"thread_pool.write.queue_size: 2000\\n\"` |  |\n| elasticsearch.fullnameOverride | string | `\"axonops-elastic\"` |  |\n| elasticsearch.maxUnavailable | int | `0` |  |\n| elasticsearch.minimumMasterNodes | int | `1` |  |\n| elasticsearch.persistence.enabled | bool | `true` |  |\n| elasticsearch.replicas | int | `1` |  |\n| elasticsearch.resources.limits.cpu | string | `\"2000m\"` |  |\n| elasticsearch.resources.limits.memory | string | `\"1Gi\"` |  |\n| elasticsearch.resources.requests.cpu | string | `\"1000m\"` |  |\n| elasticsearch.resources.requests.memory | string | `\"1024Mi\"` |  |\n| elasticsearch.roles.data | string | `\"true\"` |  |\n| elasticsearch.roles.ingest | string | `\"true\"` |  |\n| elasticsearch.roles.master | string | `\"true\"` |  |\n| elasticsearch.roles.ml | string | `\"false\"` |  |\n| elasticsearch.roles.remote_cluster_client | string | `\"false\"` |  |\n| elasticsearch.volumeClaimTemplate.accessModes[0] | string | `\"ReadWriteOnce\"` |  |\n| elasticsearch.volumeClaimTemplate.resources.requests.storage | string | `\"50Gi\"` |  |\n| elasticsearch.volumeClaimTemplate.storageClassName | string | `\"\"` |  |\n| global.cassandra.clusterName | string | `\"axonops-cassandra\"` |  |\n| global.cassandra.dc | string | `\"axonops1\"` |  |\n| global.cassandra.enabled | bool | `true` |  |\n| global.elasticsearch.clusterName | string | `\"axonops-elastic\"` |  |\n| global.elasticsearch.enabled | bool | `true` |  |\n\n----------------------------------------------\nAutogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonops%2Fhelm-axonops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxonops%2Fhelm-axonops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonops%2Fhelm-axonops/lists"}