Skip to content

Commit 11f420d

Browse files
backport redis bump fix 0.24 (#770)
* bumps argo-cd helm chart for redis 8.2.1 upgrade * dummy change
1 parent 0897c49 commit 11f420d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
See official documentation here: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
44

5-
65
## To adopt argoproj crds:
76

87
1. Make sure kubectl is on the runtime cluster context

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- name: argo-cd
3535
repository: https://codefresh-io.github.io/argo-helm
3636
condition: argo-cd.enabled
37-
version: 8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5
37+
version: 8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922
3838
- name: argo-events
3939
repository: https://codefresh-io.github.io/argo-helm
4040
version: 2.4.9-cap-CR-30841

charts/gitops-runtime/README.md

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

44
## Prerequisites
55

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

208208
```
209-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
209+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 <local_registry>
210210
```
211211
`output_dir` - is a local directory where the utility will output files. <br>
212212
`local_registry` - is your local registry where you want to mirror the images to
@@ -219,7 +219,7 @@ The utility will output 4 files into the folder:
219219

220220
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
221221
```
222-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
222+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 <local_registry>
223223
```
224224
225225
## Openshift
@@ -323,7 +323,7 @@ gitops-operator:
323323
| 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 |
324324
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
325325
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
326-
| app-proxy.image.tag | string | `"1.3750.0"` | |
326+
| app-proxy.image.tag | string | `"d0f2de1"` | |
327327
| app-proxy.imagePullSecrets | list | `[]` | |
328328
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
329329
| app-proxy.initContainer.env | object | `{}` | |
@@ -491,7 +491,7 @@ gitops-operator:
491491
| gitops-operator.enabled | bool | `true` | |
492492
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.10.1"` | |
493493
| gitops-operator.fullnameOverride | string | `""` | |
494-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"d6c93d9"}` | GitOps operator image |
494+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"b9481f8"}` | GitOps operator image |
495495
| gitops-operator.imagePullSecrets | list | `[]` | |
496496
| gitops-operator.nameOverride | string | `""` | |
497497
| gitops-operator.nodeSelector | object | `{}` | |

0 commit comments

Comments
 (0)