Skip to content

docs: use bitnami etcd (#58) #152

docs: use bitnami etcd (#58)

docs: use bitnami etcd (#58) #152

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0
- name: Testing add greptime helm repo
run: |
helm repo add greptime https://greptimeteam.github.io/helm-charts/
helm search repo greptime --devel
- uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Set up chart testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --config .github/linters/chart-testing.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