Skip to content

Commit

Permalink
Merge pull request #17 from WyriHaximusNet/redirect-rename-replicaCou…
Browse files Browse the repository at this point in the history
…nt-to-replicas

Redirect rename replicaCount to replicas
  • Loading branch information
WyriHaximus authored Jul 10, 2020
2 parents 5c8d76a + 14befec commit 22c7038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/redirect/ci/single-replica-values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
replicaCount: 1
replicas: 1
2 changes: 1 addition & 1 deletion charts/redirect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ redirect:
grafana:
influxdb: false

replicaCount: 2
replicas: 2

# Available tags: https://github.com/wyrihaximusnet/docker-redirect#provided-tags
image:
Expand Down

0 comments on commit 22c7038

Please sign in to comment.