Skip to content

Commit

Permalink
fix(CI): Update helm repo add step with the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Nov 10, 2023
1 parent e1b3169 commit b0fcd67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Add Helm repos
run: |
helm repo add elasticsearch https://helm.elastic.co
helm repo add mysql https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
helm repo add mysql https://charts.bitnami.com/bitnami
helm repo add airflow https://airflow-helm.github.io/charts
- uses: actions/setup-python@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Add Helm repos
run: |
helm repo add elasticsearch https://helm.elastic.co
helm repo add mysql https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
helm repo add mysql https://charts.bitnami.com/bitnami
helm repo add airflow https://airflow-helm.github.io/charts
- name: Run chart-releaser
Expand Down

0 comments on commit b0fcd67

Please sign in to comment.