Skip to content

Commit

Permalink
Remove experimental notice and fix release with dependencies (newreli…
Browse files Browse the repository at this point in the history
…c#44)

* Remove experimental notice from README

* Add Helm stable repo in the chart release action
  • Loading branch information
Douglas Camata authored Jun 3, 2020
1 parent fe41bc3 commit e917c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Fetch history
run: git fetch --prune --unshallow

- name: Add stable repository
run: helm repo add stable https://kubernetes-charts.storage.googleapis.com

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![New Relic Experimental header](https://github.com/newrelic/open-source-office/raw/master/examples/categories/images/Experimental.png)](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#new-relic-experimental)
[![Community Project header](https://github.com/newrelic/open-source-office/raw/master/examples/categories/images/Community_Project.png)](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#category-community-project)

# New Relic's Helm charts repository

Expand Down Expand Up @@ -26,8 +26,6 @@ This is the official Helm charts repository for New Relic. It is indexed at [Hel

## <a name='Installthecharts'></a>Install

> Important: These installation instructions are not yet functional. We are actively working to officially deploy our Helm charts. Stay tuned!
To install the New Relic Helm charts, add the official repository first:

```sh
Expand Down

0 comments on commit e917c1f

Please sign in to comment.