rancher-charts/packages/rancher-monitoring/rancher-grafana/generated-changes/patch
Arvind Iyengar 362eb78855
Restructure packages into logical groups
2022-01-06 12:22:40 -08:00
..
templates Restructure packages into logical groups 2022-01-06 12:22:40 -08:00
Chart.yaml.patch Restructure packages into logical groups 2022-01-06 12:22:40 -08:00
README.md.patch Restructure packages into logical groups 2022-01-06 12:22:40 -08:00
values.yaml.patch Restructure packages into logical groups 2022-01-06 12:22:40 -08:00

README.md.patch

--- charts-original/README.md
+++ charts/README.md
@@ -59,8 +59,8 @@
 | `securityContext`                         | Deployment securityContext                    | `{"runAsUser": 472, "runAsGroup": 472, "fsGroup": 472}`  |
 | `priorityClassName`                       | Name of Priority Class to assign pods         | `nil`                                                   |
 | `image.repository`                        | Image repository                              | `grafana/grafana`                                       |
-| `image.tag`                               | Image tag (`Must be >= 5.0.0`)                | `8.0.3`                                                 |
-| `image.sha`                               | Image sha (optional)                          | `80c6d6ac633ba5ab3f722976fb1d9a138f87ca6a9934fcd26a5fc28cbde7dbfa` |
+| `image.tag`                               | Image tag (`Must be >= 5.0.0`)                | `7.5.11`                                                 |
+| `image.sha`                               | Image sha (optional)                          | ``                                                       |
 | `image.pullPolicy`                        | Image pull policy                             | `IfNotPresent`                                          |
 | `image.pullSecrets`                       | Image pull secrets                            | `{}`                                                    |
 | `service.enabled`                         | Enable grafana service                        | `true`                                                  |
@@ -188,8 +188,8 @@
 | `rbac.extraRoleRules`                     | Additional rules to add to the Role           | []                                                      |
 | `rbac.extraClusterRoleRules`              | Additional rules to add to the ClusterRole    | []                                                      |
 | `command`                     | Define command to be executed by grafana container at startup  | `nil`                                              |
-| `testFramework.enabled`                   | Whether to create test-related resources      | `true`                                                  |
-| `testFramework.image`                     | `test-framework` image repository.            | `bats/bats`                                             |
+| `testFramework.enabled`                   | Whether to create test-related resources      | `false`                                                  |
+| `testFramework.image`                     | `test-framework` image repository.            | `rancher/mirrored-bats-bats`                                             |
 | `testFramework.tag`                       | `test-framework` image tag.                   | `v1.1.0`                                                |
 | `testFramework.imagePullPolicy`           | `test-framework` image pull policy.           | `IfNotPresent`                                          |
 | `testFramework.securityContext`           | `test-framework` securityContext              | `{}`                                                    |