11## Codefresh gitops runtime
2- ![ Version: 0.29.0 ] ( https://img.shields.io/badge/Version-0.29.0 -informational?style=flat-square ) ![ AppVersion: 0.2.3] ( https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square )
2+ ![ Version: 0.29.1 ] ( https://img.shields.io/badge/Version-0.29.1 -informational?style=flat-square ) ![ AppVersion: 0.2.3] ( https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square )
33
44## Table of Content
55
@@ -193,7 +193,7 @@ We have created a helper utility to resolve this issue:
193193The utility is packaged in a container image. Below are instructions on executing the utility using Docker :
194194
195195` ` `
196- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.0 <local_registry>
196+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.1 <local_registry>
197197` ` `
198198` output_dir` - is a local directory where the utility will output files. <br>
199199` local_registry` - is your local registry where you want to mirror the images to
@@ -206,7 +206,7 @@ The utility will output 4 files into the folder:
206206
207207For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
208208```
209- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.0 <local_registry>
209+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.1 <local_registry>
210210```
211211
212212## Openshift
@@ -784,7 +784,7 @@ global:
784784| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
785785| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |
786786| redis-ha.topologySpreadConstraints.whenUnsatisfiable | string | `""` (defaults to `ScheduleAnyway`) | Enforcement policy, hard or soft |
787- | redis-secret-init | object | `{"affinity":{},"image":{"registry":"docker.io","repository":"alpine/kubectl","tag":"1.35.1 "},"nodeSelector":{},"tolerations":[]}` | Enable hook job to create redis secret |
787+ | redis-secret-init | object | `{"affinity":{},"image":{"registry":"docker.io","repository":"alpine/kubectl","tag":"1.35.3 "},"nodeSelector":{},"tolerations":[]}` | Enable hook job to create redis secret |
788788| redis.image | object | `{"registry":"public.ecr.aws","repository":"docker/library/redis","tag":"8.2.1-alpine"}` | Redis image |
789789| redis.metrics | object | `{"enabled":true,"env":{},"envFrom":[],"image":{"registry":"ghcr.io","repository":"oliver006/redis_exporter","tag":"v1.72.1"},"livenessProbe":{"enabled":true,"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":15,"successThreshold":1,"timeoutSeconds":15},"readinessProbe":{"enabled":true,"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":15,"successThreshold":1,"timeoutSeconds":15},"resources":{},"serviceMonitor":{"enabled":false}}` | Enable metrics sidecar |
790790| redis.metrics.serviceMonitor | object | `{"enabled":false}` | Enable a prometheus ServiceMonitor |
0 commit comments