Skip to content

Commit 50c319e

Browse files
fix: argo helm bump redis version (#631)
* bumps argo-helm chart to the latest * update docs
1 parent 7d2b4cc commit 50c319e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- name: argo-cd
1818
repository: https://codefresh-io.github.io/argo-helm
1919
condition: argo-cd.enabled
20-
version: 8.0.6-5-cap-v3.0.2-2025-07-21-ac26d0e2
20+
version: 8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9
2121
- name: argo-events
2222
repository: https://codefresh-io.github.io/argo-helm
2323
version: 2.4.8-cap-CR-29689

charts/gitops-runtime/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,14 @@ gitops-operator:
247247
| 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 |
248248
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
249249
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
250-
| app-proxy.image.tag | string | `"1.3651.0"` | |
250+
| app-proxy.image.tag | string | `"1.3680.0"` | |
251251
| app-proxy.imagePullSecrets | list | `[]` | |
252252
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
253253
| app-proxy.initContainer.env | object | `{}` | |
254254
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
255255
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
256256
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
257-
| app-proxy.initContainer.image.tag | string | `"1.3651.0"` | |
257+
| app-proxy.initContainer.image.tag | string | `"1.3680.0"` | |
258258
| app-proxy.initContainer.resources.limits | object | `{}` | |
259259
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
260260
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -325,10 +325,10 @@ gitops-operator:
325325
| argo-workflows.mainContainer.resources.requests.ephemeral-storage | string | `"10Mi"` | |
326326
| argo-workflows.server.authModes | list | `["client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
327327
| argo-workflows.server.baseHref | string | `"/workflows/"` | Do not change. Workflows UI is only accessed through internal router, changing this values will break routing to workflows native UI from Codefresh. |
328-
| cf-argocd-extras | object | `{"eventReporter":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.10"}},"enabled":true,"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"serviceMonitor":{"main":{"enabled":false}},"tolerations":[]},"sourcesServer":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.10"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}}` | Codefresh extra services for ArgoCD |
328+
| cf-argocd-extras | object | `{"eventReporter":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.12"}},"enabled":true,"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"serviceMonitor":{"main":{"enabled":false}},"tolerations":[]},"sourcesServer":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.12"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}}` | Codefresh extra services for ArgoCD |
329329
| cf-argocd-extras.eventReporter.pdb.enabled | bool | `false` | Enable PDB for event-reporter |
330330
| cf-argocd-extras.eventReporter.serviceMonitor.main.enabled | bool | `false` | Enable ServiceMonitor for event reporter |
331-
| cf-argocd-extras.sourcesServer | object | `{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.10"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}` | Sources server configuration |
331+
| cf-argocd-extras.sourcesServer | object | `{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.12"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}` | Sources server configuration |
332332
| cf-argocd-extras.sourcesServer.hpa.enabled | bool | `false` | Enable HPA for sources server |
333333
| cf-argocd-extras.sourcesServer.pdb.enabled | bool | `false` | Enable PDB for sources server |
334334
| codefreshWorkflowLogStoreCM | object | `{"enabled":true,"endpoint":"gitops-workflow-logs.codefresh.io","insecure":false}` | Argo workflows logs storage on Codefresh platform settings. Don't change unless instructed by Codefresh support. |
@@ -397,7 +397,7 @@ gitops-operator:
397397
| gitops-operator.fullnameOverride | string | `""` | |
398398
| gitops-operator.image.registry | string | `"quay.io"` | defaults |
399399
| gitops-operator.image.repository | string | `"codefresh/codefresh-gitops-operator"` | |
400-
| gitops-operator.image.tag | string | `"v0.8.7"` | |
400+
| gitops-operator.image.tag | string | `"v0.8.11"` | |
401401
| gitops-operator.imagePullSecrets | list | `[]` | |
402402
| gitops-operator.nameOverride | string | `""` | |
403403
| gitops-operator.nodeSelector | object | `{}` | |

0 commit comments

Comments
 (0)