diff --git a/.github/workflows/helm-tests.yml b/.github/workflows/helm-tests.yml index 18e71461..cb503157 100644 --- a/.github/workflows/helm-tests.yml +++ b/.github/workflows/helm-tests.yml @@ -3,14 +3,14 @@ name: CI # On every pull request, but only on push to main on: push: - branches-ignore: - - gh-pages - tags: - - '*' + branches: + - main paths: [] # only run jobs if some code have changed #- 'helm-chart/eoapi/**' pull_request: + branches: + - main jobs: helm-tests: diff --git a/README.md b/README.md index c04353ae..f317e2ce 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# k8s-eoapi +# eoapi-k8s
@@ -54,11 +54,11 @@ Once you have a k8s cluster set up you can `helm install` eoAPI as follows ./eoapi ``` -2. or `helm install` from https://devseed.com/k8s-eoapi/: +2. or `helm install` from https://devseed.com/eoapi-k8s/: ```python # add the eoapi helm repo locally - $ helm repo add eoapi https://devseed.com/k8s-eoapi/ + $ helm repo add eoapi https://devseed.com/eoapi-k8s/ # list out the eoapi chart versions $ helm search repo eoapi diff --git a/docs/aws-eks.md b/docs/aws-eks.md index 304e33af..2fba654b 100644 --- a/docs/aws-eks.md +++ b/docs/aws-eks.md @@ -238,6 +238,6 @@ deployment.apps/nginx-ingress-nginx-controller 1/1 1 1 pod/nginx-ingress-nginx-controller-76d7f6f4d5-g6fkv 1/1 Running 0 27h -service/nginx-ingress-nginx-controller LoadBalancer 10.100.36.152 k8s-eoapi-553d3ea234b-3eef2e6e61e5d161.elb.us-west-1.amazonaws.com 80:30342/TCP,443:30742/TCP 2d17h +service/nginx-ingress-nginx-controller LoadBalancer 10.100.36.152 eoapi-k8s-553d3ea234b-3eef2e6e61e5d161.elb.us-west-1.amazonaws.com 80:30342/TCP,443:30742/TCP 2d17h service/nginx-ingress-nginx-controller-admission ClusterIP 10.100.34.22