Skip to content

Commit

Permalink
Merge branch 'main' of github.com:daviderli614/helm-charts into chore…
Browse files Browse the repository at this point in the history
…/upgrade-version
  • Loading branch information
daviderli614 committed Oct 10, 2023
2 parents 00956ce + c371d7e commit 99719ed
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ chart-dirs:
- charts
charts:
- charts/greptimedb-operator
- charts/greptimedb-etcd
- charts/greptimedb
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

jobs:
lint-test:
chart-test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand All @@ -29,12 +29,12 @@ jobs:
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --config .github/linters/chart-testing.yaml --validate-maintainers=false
run: ct lint --config .github/chart-test.yaml --validate-maintainers=false

- name: Create Kubernetes
uses: helm/[email protected]
with:
wait: 120s

- name: Run chart-testing (install)
run: ct install --helm-extra-set-args --set=etcdEndpoints=mydb-etcd-svc.default:2379 --config .github/linters/chart-testing.yaml
run: ct install --config .github/chart-test.yaml
23 changes: 0 additions & 23 deletions charts/greptimedb-etcd/.helmignore

This file was deleted.

6 changes: 0 additions & 6 deletions charts/greptimedb-etcd/Chart.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions charts/greptimedb-etcd/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions charts/greptimedb-etcd/templates/service.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions charts/greptimedb-etcd/templates/statefulset.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/greptimedb-etcd/values.yaml

This file was deleted.

0 comments on commit 99719ed

Please sign in to comment.