diff --git a/.github/workflows/helm-tests.yml b/.github/workflows/helm-tests.yml index 8b82795d..62d677a5 100644 --- a/.github/workflows/helm-tests.yml +++ b/.github/workflows/helm-tests.yml @@ -26,6 +26,7 @@ jobs: cd helm-chart helm unittest eoapi -f 'tests/*.yaml' -v eoapi/test-helm-values.yaml unit-tests: + if: github.event.pull_request.head.repo.full_name == github.repository permissions: contents: 'read' id-token: 'write' diff --git a/helm-chart/eoapi/CHANGELOG.md b/helm-chart/eoapi/CHANGELOG.md index fe64e585..e7153ab3 100644 --- a/helm-chart/eoapi/CHANGELOG.md +++ b/helm-chart/eoapi/CHANGELOG.md @@ -1,5 +1,13 @@ version numbers below correspond to helm chart `appVersion`: see ./helm-chart/eoapi/Chart.yaml --- +# 0.1.6 (2023-09-27) + +* adds `docServer.enable` flag to the `values.yaml` and service templates + +# 0.1.5 (2023-09-16) + +* adds a cpu and memory limits/requests to the `db` config block + # 0.1.4 (2023-09-09) * adds a `testing: false` value to `values.yaml` diff --git a/helm-chart/eoapi/Chart.yaml b/helm-chart/eoapi/Chart.yaml index 6d1872f1..8a562232 100644 --- a/helm-chart/eoapi/Chart.yaml +++ b/helm-chart/eoapi/Chart.yaml @@ -23,4 +23,4 @@ version: "0.1.8" # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.5" +appVersion: "0.1.6"