Skip to content

Commit

Permalink
Merge pull request #744 from ymrsmns/bats-release-1.4.1
Browse files Browse the repository at this point in the history
[grafana] Bump bats/bats to 1.4.1
  • Loading branch information
zanhsieh committed Oct 17, 2021
2 parents 212a9ee + cebf5b8 commit 4cfc09d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 6.17.0
version: 6.17.1
appVersion: 8.2.1
kubeVersion: '^1.8.0-0'
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/README.md
Expand Up @@ -190,7 +190,7 @@ This version requires Helm >= 3.1.0.
| `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.tag` | `test-framework` image tag. | `v1.1.0` |
| `testFramework.tag` | `test-framework` image tag. | `v1.4.1` |
| `testFramework.imagePullPolicy` | `test-framework` image pull policy. | `IfNotPresent` |
| `testFramework.securityContext` | `test-framework` securityContext | `{}` |
| `downloadDashboards.env` | Environment variables to be passed to the `download-dashboards` container | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/values.yaml
Expand Up @@ -84,7 +84,7 @@ image:
testFramework:
enabled: true
image: "bats/bats"
tag: "v1.1.0"
tag: "v1.4.1"
imagePullPolicy: IfNotPresent
securityContext: {}

Expand Down

0 comments on commit 4cfc09d

Please sign in to comment.