Skip to content

Commit

Permalink
Merge pull request #30 from paralus/ci-releaser-add-deps
Browse files Browse the repository at this point in the history
Add dependencies before chart releaser
  • Loading branch information
niravparikh05 authored Jun 14, 2022
2 parents 19eb184 + 07f71fd commit 1a012eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
with:
version: v3.8.1

- name: Add dependencies
run: |
helm repo add kratos https://k8s.ory.sh/helm/charts
helm repo add elasticsearch https://helm.elastic.co
helm repo add postgresql https://charts.bitnami.com/bitnami
helm repo add filebeat https://helm.elastic.co
helm repo add contour https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@a3454e46a6f5ac4811069a381e646961dda2e1bf
env:
Expand Down

0 comments on commit 1a012eb

Please sign in to comment.