Skip to content

Commit

Permalink
Merge pull request #33 from quickwit-oss/fmassot/fix-control-plane-no…
Browse files Browse the repository at this point in the history
…t-enabled

Update control plane template to enable it by default, update chart v…
  • Loading branch information
fmassot authored Mar 20, 2023
2 parents f326ecf + 4a22d8d commit f56cf0f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
20 changes: 13 additions & 7 deletions charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
apiVersion: v2
name: quickwit
description: Open-Source & Cloud-Native Log Management at any scale.
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.3.0
appVersion: "v0.5.0"
version: 0.3.1
appVersion: v0.5.0
keywords:
- quickwit
- quickwit
- search
- analytics
- tracing
- logs
home: https://quickwit.io/
sources:
- https://github.com/quickwit-oss/quickwit/
- https://github.com/quickwit-oss/quickwit/
icon: https://avatars.githubusercontent.com/u/98504233?s=200&v=4
maintainers:
- name: mkhpalm
email: [email protected]
- name: Quickwit
email: [email protected]
- name: mkhpalm
email: [email protected]
3 changes: 1 addition & 2 deletions charts/quickwit/templates/control-plane-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.control_plane.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -79,4 +78,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

4 changes: 2 additions & 2 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: quickwit/quickwit
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# tag: v0.4.0
# tag: v0.5.0

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -189,7 +189,7 @@ metastore:
control_plane:
replicaCount: 1

# Extra env for controle plane
# Extra env for control plane
extraEnv: {}
# KEY: VALUE

Expand Down

0 comments on commit f56cf0f

Please sign in to comment.