@@ -546,14 +546,14 @@ global:
546546| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
547547| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
548548| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
549- | app-proxy.image.tag | string | `"5f0a3d5 "` | |
549+ | app-proxy.image.tag | string | `"8765bbd "` | |
550550| app-proxy.imagePullSecrets | list | `[]` | |
551551| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
552552| app-proxy.initContainer.env | object | `{}` | |
553553| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
554554| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
555555| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
556- | app-proxy.initContainer.image.tag | string | `"5f0a3d5 "` | |
556+ | app-proxy.initContainer.image.tag | string | `"8765bbd "` | |
557557| app-proxy.initContainer.resources.limits | object | `{}` | |
558558| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
559559| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -836,7 +836,7 @@ global:
836836| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
837837| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |
838838| redis-ha.topologySpreadConstraints.whenUnsatisfiable | string | `""` (defaults to `ScheduleAnyway`) | Enforcement policy, hard or soft |
839- | redis-secret-init | object | `{"affinity":{},"image":{"registry":"docker.io","repository":"alpine/kubectl","tag":"1.34.1 "},"nodeSelector":{},"tolerations":[]}` | Enable hook job to create redis secret |
839+ | redis-secret-init | object | `{"affinity":{},"image":{"registry":"docker.io","repository":"alpine/kubectl","tag":"1.35.0 "},"nodeSelector":{},"tolerations":[]}` | Enable hook job to create redis secret |
840840| redis.image | object | `{"registry":"public.ecr.aws","repository":"docker/library/redis","tag":"8.2.1-alpine"}` | Redis image |
841841| 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 |
842842| redis.metrics.serviceMonitor | object | `{"enabled":false}` | Enable a prometheus ServiceMonitor |
0 commit comments