diff --git a/README.md b/README.md index 3fd21f7..507fc81 100644 --- a/README.md +++ b/README.md @@ -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) | `""` | diff --git a/values.yaml b/values.yaml index 2ffd348..7968870 100644 --- a/values.yaml +++ b/values.yaml @@ -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