Skip to content

Commit

Permalink
Merge pull request #903 from pburgisser/missing_doc
Browse files Browse the repository at this point in the history
[grafana] Missing documentation for new backward compatibility option
  • Loading branch information
zanhsieh committed Dec 16, 2021
2 parents 1b66766 + a7fca8d commit eb15b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 6.20.0
version: 6.20.1
appVersion: 8.3.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
1 change: 1 addition & 0 deletions charts/grafana/README.md
Expand Up @@ -238,6 +238,7 @@ This version requires Helm >= 3.1.0.
| `networkPolicy.enabled` | Enable creation of NetworkPolicy resources. | `false` |
| `networkPolicy.allowExternal` | Don't require client label for connections | `true` |
| `networkPolicy.explicitNamespacesSelector` | A Kubernetes LabelSelector to explicitly select namespaces from which traffic could be allowed | `{}` |
| `enableKubeBackwardCompatibility` | Enable backward compatibility of kubernetes where pod's defintion version below 1.13 doesn't have the enableServiceLinks option | `false` |



Expand Down

0 comments on commit eb15b43

Please sign in to comment.