{"id":31646128,"url":"https://github.com/codefresh-io/nomios-chart","last_synced_at":"2026-02-24T16:32:22.387Z","repository":{"id":30441986,"uuid":"124905045","full_name":"codefresh-io/nomios-chart","owner":"codefresh-io","description":"Nomios - Codefresh DockerHub Event Provider Helm chart","archived":false,"fork":false,"pushed_at":"2022-06-14T18:22:49.000Z","size":48,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-25T14:59:45.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","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/codefresh-io.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}},"created_at":"2018-03-12T14:51:24.000Z","updated_at":"2019-04-15T09:34:26.000Z","dependencies_parsed_at":"2022-09-16T00:12:42.287Z","dependency_job_id":null,"html_url":"https://github.com/codefresh-io/nomios-chart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codefresh-io/nomios-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fnomios-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fnomios-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fnomios-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fnomios-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codefresh-io","download_url":"https://codeload.github.com/codefresh-io/nomios-chart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fnomios-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722757,"owners_count":26034463,"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-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2025-10-07T05:20:18.967Z","updated_at":"2025-10-07T05:20:23.978Z","avatar_url":"https://github.com/codefresh-io.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nomios\n\nNomios is a Codefresh DockerHub **trigger event provider** service.\n\n## TL;DR\n\n```sh\nhelm install codefresh/nomios\n```\n\n## Introduction\n\nThis chart bootstraps a [Hermes](https://github.com/codefresh-io/nomios) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.\n\n## Prerequisites\n\n- Kubernetes 1.8+ with Beta APIs enabled\n- Codefresh Helm Release\n- Codefresh Hermes Service\n\n## Installing the Chart\n\nTo install the chart with the release name `my-release`:\n\n```sh\nhelm install --name my-release --namespace codefresh codefresh/nomios\n```\n\nThe command deploys Nomios on the Kubernetes cluster in the `codefresh` namespace with default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.\n\n\u003e **Tip**: List all releases using `helm list`\n\n## Uninstalling the Chart\n\nTo uninstall/delete the `my-release` deployment:\n\n```sh\nhelm delete my-release\n```\n\nThe command removes all the Kubernetes components associated with the chart and deletes the release.\n\n## Configuration\n\nThe following tables lists the configurable parameters of the Hermes chart and their default values.\n\n| Parameter              | Description                                                      | Default                                                |\n| ---------------------- | ---------------------------------------------------------------- | ------------------------------------------------------ |\n| `image.repository`     | Hermes image                                                     | `codefresh/nomios`                                     |\n| `image.tag`            | Hermes image tag                                                 | `0.4`                                                  |\n| `image.PullPolicy`     | Image pull policy                                                | `IfNotPresent`                                         |\n| `service.name`         | Kubernetes Service name                                          | `nomios`                                               |\n| `service.type`         | Kubernetes Service type                                          | `NodePort`                                             |\n| `service.externalPort` | Service external port                                            | `80`                                                   |\n| `service.externalPort` | Service internal port                                            | `8080`                                                 |\n| `logLevel`             | Log level: `debug`, `info`, `warning`, `error`, `fatal`, `panic` | `info`                                                 |\n| `event.type`           | Trigger Event type (do not change)                               | `registry`                                             |\n| `event.kind`           | Trigger Event kind (do not change)                               | `dockerhub`                                            |\n| `event.action`         | Trigger Event event action name (do not change)                  | `push`                                                 |\n| `hermesService`        | Hermes Service name                                              | `{{ .Release.Name }}-hermes`                           |\n| `publicDnsName`        | Public DNS name used as root for external webhook URL            | `{{ .Values.global.appUrl}} or https://g.codefresh.io` |\n| `ingress.enabled`      | Use Ingress Controller to expose webhook URL                     | `true`                                                 |\n| `ingres.path`          | Ingress routing path                                             | `/nomios/*`                                            |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodefresh-io%2Fnomios-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodefresh-io%2Fnomios-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodefresh-io%2Fnomios-chart/lists"}