https://github.com/intersect-sdk/helm-charts

helm charts for core INTERSECT services

https://github.com/intersect-sdk/helm-charts

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary
Last synced: 8 months ago · JSON representation

Repository

helm charts for core INTERSECT services

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created over 1 year ago · Last pushed 8 months ago
Metadata Files
Readme Changelog

README.md

INTERSECT Helm charts

This repo is meant to manage publishment of the common INTERSECT Helm umbrella chart which should be used across ALL INTERSECT deployments.

This chart currently consists of:

  • the message broker (with a common configuration - currently, just RabbitMQ)
  • the data plane (currently, just MINIO)
  • broker-http-proxy
  • identity management / authentication (keycloak)

Future applications we will include in this chart will be:

Chart usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add <alias> https://intersect-sdk.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo <alias> to see the charts.

Available charts: - intersect

To install a chart:

helm install <chart-name> <alias>/<chart-name>

To uninstall the chart:

helm delete <chart-name>

If using an umbrella chart, add these lines to your dependencies section (change version accordingly):

yaml - name: intersect repository: https://intersect-sdk.github.io/helm-charts/ version: "0.0.3"

Owner

  • Name: INTERSECT-SDK
  • Login: INTERSECT-SDK
  • Kind: organization

GitHub Events

Total
  • Create event: 7
  • Issues event: 4
  • Release event: 5
  • Issue comment event: 2
  • Public event: 1
  • Push event: 24
  • Pull request event: 3
  • Pull request review event: 1
Last Year
  • Create event: 7
  • Issues event: 4
  • Release event: 5
  • Issue comment event: 2
  • Public event: 1
  • Push event: 24
  • Pull request event: 3
  • Pull request review event: 1

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 4
  • Total pull requests: 2
  • Average time to close issues: about 4 hours
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 2
  • Average time to close issues: about 4 hours
  • Average time to close pull requests: about 1 hour
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • marshallmcdonnell (4)
Pull Request Authors
  • marshallmcdonnell (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/helm-release.yml actions
  • actions/checkout v4 composite
  • azure/setup-helm v4 composite
  • helm/chart-releaser-action v1.6.0 composite