Skip to content

Commit

Permalink
Merge pull request #209 from sassoftware/staging
Browse files Browse the repository at this point in the history
Monthly Release - 4.11.0
  • Loading branch information
jarpat authored Apr 14, 2022
2 parents 000145c + b427435 commit 15dbb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CONFIG-VARS.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Metric server is currently only used for AWS EKS clusters. GCP GKE and Azure AKS
| METRICS_SERVER_ENABLED | Whether to deploy tool | bool | true | false | | baseline |
| METRICS_SERVER_CHART_URL | metrics-server helm chart url | string | https://charts.bitnami.com/bitnami/ | false | If an existing metric-server is installed, these options will be ignored | baseline |
| METRICS_SERVER_CHART_NAME | metrics-server helm chart name | string | metrics-server | false | If an existing metric-server is installed, these options will be ignored | baseline |
| METRICS_SERVER_CHART_VERSION | metrics-server helm chart version | string | 5.3.5 | false | If an existing metric-server is installed, these options will be ignored | baseline |
| METRICS_SERVER_CHART_VERSION | metrics-server helm chart version | string | 5.11.7 | false | If an existing metric-server is installed, these options will be ignored | baseline |
| METRICS_SERVER_CONFIG | metrics-server helm values | string | see [here](../roles/baseline/defaults/main.yml) | false | If an existing metric-server is installed, these options will be ignored | baseline |

### NFS Client
Expand Down
2 changes: 1 addition & 1 deletion roles/baseline/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ METRICS_SERVER_ENABLED: true
METRICS_SERVER_NAME: metrics-server
METRICS_SERVER_CHART_NAME: metrics-server
METRICS_SERVER_CHART_URL: https://charts.bitnami.com/bitnami/
METRICS_SERVER_CHART_VERSION: 5.3.5
METRICS_SERVER_CHART_VERSION: 5.11.7
METRICS_SERVER_CONFIG:
apiService:
create: true
Expand Down

0 comments on commit 15dbb25

Please sign in to comment.