Skip to content

Commit e917c1f

Browse files
author
Douglas Camata
authored
Remove experimental notice and fix release with dependencies (#44)
* Remove experimental notice from README * Add Helm stable repo in the chart release action
1 parent fe41bc3 commit e917c1f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Fetch history
1616
run: git fetch --prune --unshallow
1717

18+
- name: Add stable repository
19+
run: helm repo add stable https://kubernetes-charts.storage.googleapis.com
20+
1821
- name: Configure Git
1922
run: |
2023
git config user.name "$GITHUB_ACTOR"

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![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)
22

33
# New Relic's Helm charts repository
44

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

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

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

3331
```sh

0 commit comments

Comments
 (0)