Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(rapid-response): bump rapid-response version to 0.4.1 #1829

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading