Skip to content

Commit

Permalink
chore(taskfile): add task for installing the chart for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed Aug 5, 2024
1 parent 64bc449 commit 48d2c38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/taskfiles/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
version: '3'

tasks:
upgrade:
summary: Render chart templates based on default values.
cmds:
- helm upgrade --install --namespace {{.CLI_ARGS}} --create-namespace {{.CLI_ARGS}} ./charts/{{.CLI_ARGS}} --debug --values ./charts/{{.CLI_ARGS}}/values.yaml

template:
summary: Render chart templates based on default values.
cmds:
Expand Down

0 comments on commit 48d2c38

Please sign in to comment.