From f9e169cbafb1e06c2cf3199aed8993d6120cc4f4 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sun, 26 Jul 2020 18:08:47 +0200 Subject: [PATCH] Fix wrong replicas reference (was replicaCount) --- charts/redirect/Chart.yaml | 2 +- charts/redirect/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/redirect/Chart.yaml b/charts/redirect/Chart.yaml index 30a51ea..09ddfb3 100644 --- a/charts/redirect/Chart.yaml +++ b/charts/redirect/Chart.yaml @@ -4,7 +4,7 @@ description: Redirect home: https://github.com/wyrihaximusnet/docker-redirect icon: https://helm.wyrihaximus.net/images/charts/redirect.png type: application -version: 0.5.0 +version: 0.5.1 appVersion: random maintainers: - name: WyriHaximus diff --git a/charts/redirect/templates/deployment.yaml b/charts/redirect/templates/deployment.yaml index 38481b9..365a8d3 100644 --- a/charts/redirect/templates/deployment.yaml +++ b/charts/redirect/templates/deployment.yaml @@ -10,7 +10,7 @@ metadata: {{- include ".helm.labels" . | nindent 4 }} {{- toYaml .Values.labels | nindent 4 }} spec: - replicas: {{ .Values.replicaCount }} + replicas: {{ .Values.replicas }} selector: matchLabels: {{- include ".helm.selectorLabels" . | nindent 6 }}