From 4624f1fd1aa9d45a78df10864d1a0b6bd5430443 Mon Sep 17 00:00:00 2001 From: Zain Nasir Date: Mon, 25 Nov 2024 13:45:12 -0500 Subject: [PATCH] publish v1.0.0 --- README.md | 5 +++-- charts/cbioportal/Chart.yaml | 7 ++++--- charts/cbioportal/README.md | 4 +--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 065880d..9e7decd 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +## Requirements & Installation +For detailed requirements and installation guide, check out our [documentation](https://docs.cbioportal.org/deployment/kubernetes/). \ No newline at end of file diff --git a/charts/cbioportal/Chart.yaml b/charts/cbioportal/Chart.yaml index 3386e73..3126222 100644 --- a/charts/cbioportal/Chart.yaml +++ b/charts/cbioportal/Chart.yaml @@ -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 @@ -20,6 +20,7 @@ keywords: - cbioportal - cancer - genomics + - bioinformatics annotations: artifacthub.io/category: integration-delivery @@ -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 diff --git a/charts/cbioportal/README.md b/charts/cbioportal/README.md index 15cf51d..e24ad13 100644 --- a/charts/cbioportal/README.md +++ b/charts/cbioportal/README.md @@ -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 @@ -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