Skip to content

Commit

Permalink
update crawler version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrich523 authored Jul 18, 2024
1 parent 66069c3 commit 88862b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 88862b5

Please sign in to comment.