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 }}