Skip to content

Commit

Permalink
CD: fix helm chart paths
Browse files Browse the repository at this point in the history
Signed-off-by: Lance-Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Aug 11, 2024
1 parent 6992b0d commit 7b9297e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- "main"
paths:
- "broker-2-http/charts/**"
- "http-2-broker/charts/**"
- "broker-2-http/chart/**"
- "http-2-broker/chart/**"
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions broker-2-http/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Most templates are based off of the [Bitnami Charts Template](https://github.com/bitnami/charts/tree/main/template/])

Neo4J chart is stored at https://code.ornl.gov/rse/charts/neo4j/ , a fork of the official Neo4J chart.

We also use the Bitnami Common library to try and standardize some boilerplate across all charts.

## Linting
Expand Down
2 changes: 0 additions & 2 deletions http-2-broker/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Most templates are based off of the [Bitnami Charts Template](https://github.com/bitnami/charts/tree/main/template/])

Neo4J chart is stored at https://code.ornl.gov/rse/charts/neo4j/ , a fork of the official Neo4J chart.

We also use the Bitnami Common library to try and standardize some boilerplate across all charts.

## Linting
Expand Down

0 comments on commit 7b9297e

Please sign in to comment.