Skip to content

Commit

Permalink
Merge pull request #19 from zainasir/v1
Browse files Browse the repository at this point in the history
publish v1.0.0
  • Loading branch information
zainasir authored Nov 25, 2024
2 parents 6e557bf + 4624f1f commit cdaa747
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# cBioPortal Helm Charts
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cbioportal)](https://artifacthub.io/packages/search?org=cbioportal)

⚠️ This is currently under construction. See issue [here](https://github.com/cBioPortal/cbioportal/issues/11131).
Helm charts for [cBioPortal](https://cbioportal.org/) Kubernetes Deployment.

Helm charts for cBioPortal Kubernetes Deployment.
## Requirements & Installation
For detailed requirements and installation guide, check out our [documentation](https://docs.cbioportal.org/deployment/kubernetes/).
7 changes: 4 additions & 3 deletions charts/cbioportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.7
version: 1.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -20,6 +20,7 @@ keywords:
- cbioportal
- cancer
- genomics
- bioinformatics

annotations:
artifacthub.io/category: integration-delivery
Expand All @@ -29,8 +30,8 @@ annotations:
- name: Source
url: https://github.com/cBioPortal/cbioportal
- name: Documentation
url: https://docs.cbioportal.org/
artifacthub.io/prerelease: "true"
url: https://docs.cbioportal.org/deployment/kubernetes/
artifacthub.io/prerelease: "false"

maintainers:
- email: nasirz1@mskcc.org
Expand Down
4 changes: 1 addition & 3 deletions charts/cbioportal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cbioportal)](https://artifacthub.io/packages/helm/cbioportal/cbioportal)

> ⚠️ This chart is currently under construction. Releases so far are experimental. See issue [here](https://github.com/cBioPortal/cbioportal/issues/11131).
[cBioPortal](https://cbioportal.org/) is a platform for cancer genomics.

## Introduction
Expand All @@ -12,7 +10,7 @@ This chart will allow you to deploy [cBioPortal](https://cbioportal.org) deploym
cluster using the [Helm](https://helm.sh) package manager.

## Requirements & Installation
For detailed requirements and installation guide, check out our [documentation](https://docs.cbioportal.org/).
For detailed requirements and installation guide, check out our [documentation](https://docs.cbioportal.org/deployment/kubernetes/).

## Contributing

Expand Down

0 comments on commit cdaa747

Please sign in to comment.