- Notifications
You must be signed in to change notification settings - Fork71
Tags: meilisearch/meilisearch-kubernetes
Tags
meilisearch-0.17.1
Merge#261261: feat: add digest support for image r=brunoocasali a=R0BB3RT# Pull Request## Related issueFixes#260 ## What does this PR do?- Adds support for specifying a container image by digest in the Meilisearch Helm chart.- This makes it possible to deploy Meilisearch in Kubernetes clusters that enforce immutable image references (e.g., via Sigstore Policy Controller).- The change is backward-compatible: existing repository:tag configurations continue to work without modification.## Basic example```image: repository: getmeili/meilisearch digest: "sha256:19b825993dbe80c61eec65de7e7096cd545a09a744d8d00f3dd117185ebb36f9" tag: "" # leave empty when using digest```Renders as:`image: getmeili/meilisearch@sha256:19b825993dbe80c61eec65de7e7096cd545a09a744d8d00f3dd117185ebb36f9`If digest is not defined, the chart continues to render:`image: getmeili/meilisearch:latest`(or whatever tag is provided).## PR checklistPlease check if your PR fulfills the following requirements:- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?- [x] Have you read the contributing guidelines?- [x] Have you made sure that the title is accurate and descriptive of the changes?Co-authored-by: R0BB3RT <43336077+R0BB3RT@users.noreply.github.com>Co-authored-by: Bruno Casali <brunoocasali@gmail.com>Co-authored-by: brunoocasali <brunoocasali@users.noreply.github.com>
meilisearch-0.17.0
Merge#264264: Changes related to the next Meilisearch release (v1.18.0) r=brunoocasali a=meili-botRelated to this issue:https://github.com/meilisearch/integration-guides/issues/$issue_number⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.18.0) is out._This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>Co-authored-by: Bruno Casali <brunoocasali@gmail.com>Co-authored-by: brunoocasali <brunoocasali@users.noreply.github.com>
meilisearch-0.16.0
Merge#263263: Changes related to the next Meilisearch release (v1.17.0) r=brunoocasali a=meili-botRelated to this issue:https://github.com/meilisearch/integration-guides/issues/$issue_number⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.17.0) is out._This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>Co-authored-by: Bruno Casali <brunoocasali@gmail.com>Co-authored-by: brunoocasali <brunoocasali@users.noreply.github.com>
meilisearch-0.15.1
Merge#259259: Add timeoutSeconds to probes in values.yaml and statefulset.yaml r=brunoocasali a=lukdz# Pull Request## Related issue[Allow full customisation of probes#233](#233)## What does this PR do?- ...## PR checklistPlease check if your PR fulfills the following requirements:- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?- [ ] Have you read the contributing guidelines?- [ ] Have you made sure that the title is accurate and descriptive of the changes?Thank you so much for contributing to Meilisearch!Co-authored-by: lukdz <lukedzwoniarek@gmail.com>Co-authored-by: brunoocasali <brunoocasali@users.noreply.github.com>Co-authored-by: Bruno Casali <brunoocasali@gmail.com>Co-authored-by: Bruno Casali <bruno@meilisearch.com>
meilisearch-0.15.0
Merge#258258: Changes related to the next Meilisearch release (v1.16.0) r=brunoocasali a=meili-botRelated to this issue:meilisearch/integration-guides#317⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.16.0) is out._This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>Co-authored-by: Bruno Casali <brunoocasali@gmail.com>Co-authored-by: brunoocasali <brunoocasali@users.noreply.github.com>
PreviousNext