Skip to content

Commit

Permalink
Merge branch 'aquarist-labs:main' into release-21
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameenasuhani authored Sep 28, 2023
2 parents 5604b5a + 1d552cb commit 2facf87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install Traefik
run: |
helm repo add traefik https://helm.traefik.io/traefik
helm repo add traefik https://traefik.github.io/charts
helm repo update
helm install traefik traefik/traefik \
--namespace=traefik --create-namespace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install cert-manager and Traefik
run: |
helm repo add jetstack https://charts.jetstack.io
helm repo add traefik https://helm.traefik.io/traefik
helm repo add traefik https://traefik.github.io/charts
helm repo update
helm install cert-manager jetstack/cert-manager \
--namespace cert-manager --create-namespace \
Expand Down

0 comments on commit 2facf87

Please sign in to comment.