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

update crawler version to v0.12.5 #7

Merged
merged 1 commit into from
Jul 18, 2024
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Parameters related to connection to the Cyral control plane
| Name | Description | Value |
| ------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
| `imageRegistry` | Image registry to pull the crawler image from | `public.ecr.aws/cyral` |
| `tag` | Version/Tag of image to pull | `v0.12.4` |
| `tag` | Version/Tag of image to pull | `v0.12.5` |
| `imagePullPolicy` | Pull policy configuration | `IfNotPresent` |
| `imagePullSecrets` | Image pull secret configuration | `""` |
| `kubeVersion` | Force target Kubernetes version (using Helm capabilities if not set) | `""` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ cronjob:
imageRegistry: public.ecr.aws/cyral
## @param tag Version/Tag of image to pull
##
tag: v0.12.4
tag: v0.12.5
## @param imagePullPolicy Pull policy configuration
##
imagePullPolicy: IfNotPresent
Expand Down
Loading