couchdb-helm
couchdb-helm copied to clipboard
Apache CouchDB Helm Chart
Bumps [.github/actions/create-pull-request](https://github.com/peter-evans/create-pull-request) from `15410bd` to `4eb90b7`. Commits 4eb90b7 ci: separate test suite commands in pr comment 5308ecb ci: add sign-commits flag to test suite comment ba864ad build: update distribution (#3154)...
Bumps [.github/actions/create-pull-request](https://github.com/peter-evans/create-pull-request) from `15410bd` to `9b309f7`. Commits 9b309f7 build(deps-dev): bump @types/node from 18.19.86 to 18.19.87 (#3941) 3b1f4bf docs: update readme inputs description 26f1fcb docs: Update README.md (#3928) 799af1a docs: fix...
Bumps [.github/actions/setup-helm](https://github.com/Azure/setup-helm) from `df50d87` to `05502a0`. Commits 05502a0 Bump @types/node from 22.14.1 to 22.15.3 in the actions group (#179) 24eca95 Bump the actions group with 3 updates (#178) 56195ef Bump...
Bumps [.github/actions/kind-action](https://github.com/helm/kind-action) from `a1b0e39` to `d730aaf`. Commits d730aaf Load GITHUB_PATH in PATH to use correct binaries when creating registry (#133) a6dfd81 chore: verify sha256sum of kubectl (#134) See full diff...
#### What this PR does / why we need it: This PR fixes an issue where a user attempting to use their own secret with `extraSecretName` and disabling `createAdminSecret` encounters...
## 📌 Feature Request: Add `imagePullSecrets` in `job.yml` ### 🔹 Description Currently, the `job.yml` template file does not include `imagePullSecrets`, which makes it difficult to pull images from private container...
Bumps [.github/actions/chart-testing-action](https://github.com/helm/chart-testing-action) from `4f62db1` to `0d28d31`. Commits 0d28d31 clean up and fix cr action next release (#166) ef3072d use ct 3.12.0 as default (#165) 66b7521 Bump the actions group across...
Bumps [.github/actions/chart-releaser-action](https://github.com/helm/chart-releaser-action) from `45af99f` to `3e001cb`. Commits 3e001cb Write chart_version only if latest_tag is defined (#202) 134a08b Remove redundant step from example workflow (#204) dc8b0e9 Adding support for ARM runners...
/opt/couchdb/etc/vm.args. There is already provision to specify a couple of erlangFlags [here](https://github.com/apache/couchdb-helm/blob/a1dfd8b8a7e365ae1820b7ee1d57a05ca0fd18c5/couchdb/values.yaml#L213), but if I want to specify some emulator flags, from [here](https://www.erlang.org/doc/apps/erts/erl_cmd.html#emulator-flags), there is no guideline how it can...
We are experiencing the issue described here running chart version 4.5.6 https://github.com/apache/couchdb/issues/4590 When a pod restarts, the admin password hash is recalculated with a random salt and this seems to...