-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
238: feat: handle correctly when replica count is set to 0 r=brunoocasali a=Tchoupinax Hello, This evolution brings the ability to set the replica count to zero. There is an unexpected behaviour in helm that does not allow it as we would expect it. My current usage of putting replica count to zero is for https://github.com/acouvreur/sablier Thank for your work! Co-authored-by: Tchoupinax <[email protected]> Co-authored-by: brunoocasali <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ apiVersion: v1 | |
appVersion: "v1.10.0" | ||
description: A Helm chart for the Meilisearch search engine | ||
name: meilisearch | ||
version: 0.10.1 | ||
version: 0.10.2 | ||
icon: https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/logo.svg | ||
home: https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch | ||
maintainers: | ||
- name: Bruno | ||
email: [email protected] | ||
- name: Clementine | ||
email: [email protected] | ||
- name: Bruno | ||
email: [email protected] | ||
- name: Clementine | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters