Skip to content

Commit

Permalink
Merge #235
Browse files Browse the repository at this point in the history
235: change default to unset storageclass r=brunoocasali a=acelinkio

# Pull Request

## Related issue
N/A

## What does this PR do?
- Sets the default storageClass value to align with documentation beside it.  Requires one less variable be defined for a quick setup.

## PR checklist
Please 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?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Arlan Lloyd <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
Co-authored-by: acelinkio <[email protected]>
Co-authored-by: brunoocasali <[email protected]>
  • Loading branch information
5 people authored Aug 21, 2024
2 parents cdf2d65 + f799668 commit bec4311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/meilisearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v1.9.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.9.0
version: 0.9.1
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:
Expand Down
2 changes: 1 addition & 1 deletion charts/meilisearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ persistence:
## GKE, AWS & OpenStack)
##
# -- PVC Storage Class
storageClass: "-"
storageClass: ~

## Data Persistent Volume existing claim name
## Requires persistence.enabled: true
Expand Down
2 changes: 1 addition & 1 deletion manifests/meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
annotations:
checksum/config: 9b1b33e395e5ab2e54e89dd0661f4bc36b5e03eada8ec87236c321547fb7b221
checksum/config: f6a15195f8999e192a9c0b3af067cf48f7d30e057c027646e76d9d68457e1622
spec:
serviceAccountName: meilisearch
securityContext:
Expand Down

0 comments on commit bec4311

Please sign in to comment.