Skip to content

Commit

Permalink
Merge branch 'main' into bump-meilisearch-v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Sep 27, 2023
2 parents bc7f0c7 + e0dfc23 commit 64ea59c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Support questions & other
url: https://discord.meilisearch.com/
about: Support is not handled here but on our Discord
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature Request 💡
name: Feature Request & Enhancement 💡
about: Suggest a new idea for the project.
title: ''
labels: ''
Expand Down
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/other.md

This file was deleted.

8 changes: 5 additions & 3 deletions charts/meilisearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ apiVersion: v1
appVersion: "v1.4.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.2.5
version: 0.2.6
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
home: https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
maintainers:
- name: Amelie
email: [email protected]
- name: Bruno
email: [email protected]
- name: Clementine
email: [email protected]
2 changes: 1 addition & 1 deletion charts/meilisearch/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "meilisearch.labels" . | nindent 4 }}
spec:
replicas: 1
replicas: {{ .Values.replicaCount | default 1 }}
serviceName: {{ template "meilisearch.fullname" . }}
selector:
matchLabels:
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: 0ab9c497e14ae940fe6e4874dff90281bbf5416a80e03c8abc5596de9103a21a
checksum/config: 83205b90c0b551bef66ed63fe77a0350e8293bafa30c5eb3b562848e709e6f26
spec:
serviceAccountName: meilisearch
securityContext:
Expand Down

0 comments on commit 64ea59c

Please sign in to comment.