Skip to content

Commit

Permalink
chore(rapid-response): bump rapid-response version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
draios-jenkins committed Jul 12, 2024
1 parent 2753ff0 commit c52e035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/rapid-response/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.9.2
version: 0.9.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.4.0
appVersion: 0.4.1

keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/rapid-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following table lists the configurable parameters of the Sysdig Rapid Respon
| `rapidResponse.existingServiceAccount` | (Optional) Sets the ServiceAccount name to provide additional capabilities to Rapid Response pod. | ` ` |
| `rapidResponse.image.registry` | Specifies the Rapid Response image registry. | `quay.io` |
| `rapidResponse.image.repository` | Specifies the image repository to pull from. | `sysdig/rapid-response-host-component` |
| `rapidResponse.image.tag` | Specifies the image tag to pull. | `"0.4.0"` |
| `rapidResponse.image.tag` | Specifies the image tag to pull. | `"${IMAGE_TAG}"` |
| `rapidResponse.image.pullPolicy` | Specifies the image pull policy. | `""` |
| `rapidResponse.imagePullSecrets` | Specifies the image pull secret. | ` ` |
| `rapidResponse.apiEndpoint` | Specifies the Rapid Response `apiEndpoint`. | ` ` |
Expand Down

0 comments on commit c52e035

Please sign in to comment.