Skip to content

Commit

Permalink
chore(ci): do some testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ibakshay committed Sep 13, 2024
1 parent ae1c6c9 commit ba8bca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/configs/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ chart-dirs:
- plutono
- thanos
- opentelemetry
- kubeconfig-generator
chart-repos:
- cert-manager=https://charts.jetstack.io
- alerts=https://prometheus-community.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
check-latest: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up chart-testing
- name: Set up chart-linting and chart-testing
uses: helm/[email protected]

- name: Run chart-linting (list-changed)
Expand Down
2 changes: 2 additions & 0 deletions logshipper/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ fluent-bit:
httpGet:
path: /api/v1/health
port: prometheus

test: test-value

0 comments on commit ba8bca2

Please sign in to comment.