diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c7b77b..e3f4c83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,8 +14,6 @@ jobs: uses: codespell-project/actions-codespell@master with: skip: .git - #exclude_file: .github/kubeval.sh - #ignore_words_list: iam,aks check_filenames: true check_hidden: true diff --git a/README.md b/README.md index 8d26cef..bbb48c8 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ Elasticsearch is enabled by default in the example `docker-compose.yml` file. It ### From =< 3.3.0-12 -We've updated the Elasticsearch image from 5.6 to 7.6. -As there is no direct upgrade path we have to delete all Elasticsearch indicies and rebuild them. +We've updated the Elasticsearch image from 5.6 to 7.6. +As there is no direct upgrade path we have to delete all Elasticsearch indices and rebuild them. Do the following to empty the ES docker volume: ``` diff --git a/docker-compose.yml b/docker-compose.yml index 57e9c06..1412964 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -121,6 +121,3 @@ volumes: driver: local zammad-data: driver: local - - -faillintertest? \ No newline at end of file