diff --git a/charts/textbee/Chart.yaml b/charts/textbee/Chart.yaml index b15e05a..5edb446 100644 --- a/charts/textbee/Chart.yaml +++ b/charts/textbee/Chart.yaml @@ -3,6 +3,6 @@ name: textbee description: A Helm chart to deploy TextBee. type: application -version: 0.1.0 +version: 0.1.1 appVersion: "v2.6.2" diff --git a/charts/textbee/templates/deployment.yaml b/charts/textbee/templates/deployment.yaml index c7a4b08..32feb56 100644 --- a/charts/textbee/templates/deployment.yaml +++ b/charts/textbee/templates/deployment.yaml @@ -6,7 +6,7 @@ metadata: labels: {{- include "textbee.labels" . | nindent 4 }} spec: - {{- if not .Values.api.autoscaling.enabled }} + {{- if .Values.api.autoscaling.enabled }} replicas: {{ .Values.api.replicaCount }} {{- end }} selector: @@ -97,7 +97,7 @@ spec: {{- end }} --- -{{- if not .Values.web.enabled -}} +{{- if .Values.web.enabled -}} apiVersion: apps/v1 kind: Deployment metadata: