Skip to content

Commit

Permalink
chore(helm): rearrange chart stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed May 26, 2022
1 parent 51080f0 commit 757ffef
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ jobs:

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
with:
charts_dir: .
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"files.exclude": {
"oada": true,
"k8s": true,
"helm": true
"charts": true
},
"search.exclude": {
"oada": true,
"k8s": true,
"helm": true
"charts": true
},
"prettier.prettierPath": "oada/.yarn/sdks/prettier/index.js",
"typescript.tsdk": "oada/.yarn/sdks/typescript/lib",
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions helm/README.md → charts/oada/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Supports multiple release installs and non-default namespace.
- At least one ingress controller

Attempt to apply all prerequisites:
`kubectl apply -k ../k8s/support`
`kubectl apply -k ../../k8s/support`

The above command might error on first run.
The above command might error on the first run.
After 2-3 times, it should run without error.

## Installation
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion helm/values.yaml → charts/oada/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ arangodb:
# arangodb.image is the Docker image to use for arangodb
image: arangodb/arangodb
# arangodb.tag is the Docker tag for the ArangoDB images
tag: 3.7.12
tag: 3.9.1

kafka:
# kafka.brokers is an array of an external Kafka brokers.
Expand Down
2 changes: 1 addition & 1 deletion oada-server.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"name": "⎈ Helm chart",
"path": "helm"
"path": "charts/oada"
},
{
"name": "📦 @oada/lib-arangodb",
Expand Down

0 comments on commit 757ffef

Please sign in to comment.