From 88862b57a3691b11cd571e248d3a958cfbac5cd5 Mon Sep 17 00:00:00 2001 From: Justin Rich <2077508+jrich523@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:39:50 -0700 Subject: [PATCH] update crawler version (#7) --- README.md | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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