From 14befecbe6ff370e5d7d27bd742acd392d7fcd01 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Fri, 10 Jul 2020 21:54:36 +0200 Subject: [PATCH] Redirect rename replicaCount to replicas --- charts/redirect/Chart.yaml | 2 +- charts/redirect/ci/single-replica-values.yaml | 2 +- charts/redirect/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/redirect/Chart.yaml b/charts/redirect/Chart.yaml index 1dbf08c..1382467 100644 --- a/charts/redirect/Chart.yaml +++ b/charts/redirect/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/redirect/ci/single-replica-values.yaml b/charts/redirect/ci/single-replica-values.yaml index ebf6be8..3b3a995 100644 --- a/charts/redirect/ci/single-replica-values.yaml +++ b/charts/redirect/ci/single-replica-values.yaml @@ -1 +1 @@ -replicaCount: 1 +replicas: 1 diff --git a/charts/redirect/values.yaml b/charts/redirect/values.yaml index 128855f..97009fd 100644 --- a/charts/redirect/values.yaml +++ b/charts/redirect/values.yaml @@ -17,7 +17,7 @@ redirect: grafana: influxdb: false -replicaCount: 2 +replicas: 2 # Available tags: https://github.com/wyrihaximusnet/docker-redirect#provided-tags image: