Skip to content

Commit

Permalink
chore: add helm chart repository to chart-testing configuration
Browse files Browse the repository at this point in the history
kube-logging has moved to a new repository.
  • Loading branch information
smlx committed Jun 16, 2023
1 parent 3ed69bc commit 9b64d8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
helm repo add amazeeio https://amazeeio.github.io/charts/
helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
helm repo add kube-logging https://kube-logging.github.io/helm-charts
- name: Generate helm templates
run: |
cd charts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
helm repo add amazeeio https://amazeeio.github.io/charts/
helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
helm repo add kube-logging https://kube-logging.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
Expand Down
1 change: 1 addition & 0 deletions default.ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ chart-repos:
- amazeeio=https://amazeeio.github.io/charts/
- gatekeeper=https://open-policy-agent.github.io/gatekeeper/charts
- nats=https://nats-io.github.io/k8s/helm/charts/
- kube-logging=https://kube-logging.github.io/helm-charts
excluded-charts:
- lagoon-test
- lagoon-gatekeeper
Expand Down

0 comments on commit 9b64d8f

Please sign in to comment.