Skip to content

Commit 0480b61

Browse files
committed
Merge branch 'stable/0.26' of https://github.com/codefresh-io/gitops-runtime-helm into CR-31761-0.26
2 parents 1bc2ed8 + 1c6bf32 commit 0480b61

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

charts/gitops-runtime/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.26.0](https://img.shields.io/badge/Version-0.26.0-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
2+
![Version: 0.26.1](https://img.shields.io/badge/Version-0.26.1-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
33

44
## Table of Content
55

@@ -222,7 +222,7 @@ We have created a helper utility to resolve this issue:
222222
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
223223

224224
```
225-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.0 <local_registry>
225+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.1 <local_registry>
226226
```
227227
`output_dir` - is a local directory where the utility will output files. <br>
228228
`local_registry` - is your local registry where you want to mirror the images to
@@ -235,7 +235,7 @@ The utility will output 4 files into the folder:
235235

236236
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
237237
```
238-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.0 <local_registry>
238+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.1 <local_registry>
239239
```
240240
241241
## Openshift
@@ -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 | `"28608a6"` | |
549+
| app-proxy.image.tag | string | `"ada904f"` | |
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 | `"28608a6"` | |
556+
| app-proxy.initContainer.image.tag | string | `"ada904f"` | |
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"` | |
@@ -700,7 +700,7 @@ global:
700700
| gitops-operator.env.<<[0].OTEL_TRACES_SAMPLER | string | `"parentbased_always_on"` | OTel sampler to be used for traces. Ref: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/ |
701701
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.11.1"` | |
702702
| gitops-operator.fullnameOverride | string | `""` | |
703-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"8cbca33"}` | GitOps operator image |
703+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"0.26-de28d8b"}` | GitOps operator image |
704704
| gitops-operator.imagePullSecrets | list | `[]` | |
705705
| gitops-operator.nameOverride | string | `""` | |
706706
| gitops-operator.nodeSelector | object | `{}` | |
@@ -831,7 +831,7 @@ global:
831831
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |
832832
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
833833
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
834-
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ |
834+
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
835835
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |
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 |

0 commit comments

Comments
 (0)