meilisearch-kubernetes
meilisearch-kubernetes copied to clipboard
Meilisearch on Kubernetes Helm charts and manifests
This PR gathers the changes related to the next Meilisearch release (v0.29.0) so that this package is ready when the official release is out. ⚠️ This PR should NOT be...
I installed the helm chart with` persistence.enabled: true` and when I uninstalled the helm chart I see that the PVC was deleted. I would assume that PVC would not be...
**Description** In the generated YAML manifest, the PersistentVolumeClaim hasn't the namespace property. **Expected behavior** When the helm chart is created in a namespace that is not "default", the chart should...
**Description** Make possible to bind pvc existingClaim **Basic example** Someting like this : {{- if and if .Values.persistence.enabled if .Values.persistence.existingClaim }} - name: data persistentVolumeClaim: claimName: {{ .Values.persistence.existingClaim }}
I want to backup my MeiliSearch data but not sure what approach to take. I was thinking of something using a cron job that uploads the dump to S3. What's...
In `values.yaml` it is possible to define the Service type. But if a user defines it as a `NodePort` service, there is no field in the chart to specify the...
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.1.0 to 2.3.1. Release notes Sourced from helm/chart-testing-action's releases. v2.3.1 What's Changed bump ct to v3.7.1 by @cpanato in helm/chart-testing-action#96 Full Changelog: https://github.com/helm/chart-testing-action/compare/v2.3.0...v2.3.1 v2.3.0 What's Changed fix:...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...
Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.2.0 to 1.4.1. Release notes Sourced from helm/chart-releaser-action's releases. v1.4.1 What's Changed document required permissions by @davidkarlsen in helm/chart-releaser-action#114 bump cr to v1.4.1 by @cpanato in helm/chart-releaser-action#121...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...