Skip to content

Commit df14863

Browse files
committed
chore: update gitops operator to 0.8.6-832833c and prepare release 0.22.2
1 parent 29e80ae commit df14863

File tree

3 files changed

+26
-32
lines changed

3 files changed

+26
-32
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.74
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.22.0
5+
version: 0.22.2
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -14,30 +14,10 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17-
- kind: added
18-
description: 'Expose GitHub API metrics and upgrade base Ubuntu image (#553)'
19-
- kind: added
20-
description: 'Initial component tests for chart validation (#567)'
2117
- kind: changed
22-
description: 'Upgraded **codefresh-gitops-operator** to v0.8.6 (includes workflow-resume fix) (#595, #586, #584, #582, #575, #574)'
18+
description: 'update app-proxy to 1.3636.0-6119302 - fix caching of github users info, interduce new env variable to control permissions and token checks'
2319
- kind: changed
24-
description: 'Upgraded **argo-cd** dependency to 8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9 for Argo CD 3.0 compatibility (#563)'
25-
- kind: changed
26-
description: 'Upgraded **app-proxy** to 1.3633.0 - adds *applicationLogs* filter/follow and prevents GitHub rate-limit errors (#564, #566, #570)'
27-
- kind: changed
28-
description: 'Updated REQUIRED_VERSION_CONSTRAINT logic for Argo CD 3.1+ runResourceAction adoption (#576)'
29-
- kind: changed
30-
description: 'Upgraded **cf-argocd-extras** to 0.5.7 (#561)'
31-
- kind: changed
32-
description: 'Updated image-enrichment service to 1.1.14 (#558)'
33-
- kind: fixed
34-
description: 'validate-values script no longer fails when custom values are omitted (#560)'
35-
- kind: removed
36-
description: 'Dropped unused environment variable from **app-proxy** (#565)'
37-
- kind: security
38-
description: 'Patched critical vulnerabilities in **Argo Rollouts** v1.7.2 (#562)'
39-
- kind: security
40-
description: 'Updated **nats-exporter** to resolve CVE-2025-30160 (#543)'
20+
description: 'update gitops-oeprator to 0.8.6-832833c - optimize and batch calls to gitLog'
4121
dependencies:
4222
- name: argo-cd
4323
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

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

44
## Prerequisites
55

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

151151
```
152-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.22.0 <local_registry>
152+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.22.2 <local_registry>
153153
```
154154
`output_dir` - is a local directory where the utility will output files. <br>
155155
`local_registry` - is your local registry where you want to mirror the images to
@@ -162,7 +162,7 @@ The utility will output 4 files into the folder:
162162

163163
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
164164
```
165-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.22.0 <local_registry>
165+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.22.2 <local_registry>
166166
```
167167
168168
## Openshift
@@ -229,7 +229,7 @@ sealed-secrets:
229229
| 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 |
230230
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
231231
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
232-
| app-proxy.image.tag | string | `"1.3636.0"` | |
232+
| app-proxy.image.tag | string | `"1.3636.0-6119302"` | |
233233
| app-proxy.imagePullSecrets | list | `[]` | |
234234
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
235235
| app-proxy.initContainer.env | object | `{}` | |
@@ -297,9 +297,16 @@ sealed-secrets:
297297
| event-reporters.rollout.eventSource.resources | object | `{}` | |
298298
| event-reporters.rollout.eventSource.tolerations | list | `[]` | |
299299
| event-reporters.rollout.sensor.affinity | object | `{}` | |
300+
| event-reporters.rollout.sensor.atLeastOnce | bool | `true` | At Least Once |
300301
| event-reporters.rollout.sensor.env | object | `{}` | Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
301302
| event-reporters.rollout.sensor.logging | object | `{"enabled":false,"intervalSeconds":0}` | Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
302303
| event-reporters.rollout.sensor.nodeSelector | object | `{}` | |
304+
| event-reporters.rollout.sensor.policy.status.allow[0] | int | `200` | |
305+
| event-reporters.rollout.sensor.policy.status.allow[1] | int | `201` | |
306+
| event-reporters.rollout.sensor.policy.status.allow[2] | int | `204` | |
307+
| event-reporters.rollout.sensor.policy.status.allow[3] | int | `400` | |
308+
| event-reporters.rollout.sensor.policy.status.allow[4] | int | `401` | |
309+
| event-reporters.rollout.sensor.policy.status.allow[5] | int | `404` | |
303310
| event-reporters.rollout.sensor.replicas | int | `1` | |
304311
| event-reporters.rollout.sensor.resources | object | `{}` | |
305312
| event-reporters.rollout.sensor.retryStrategy | object | `{"duration":0,"factor":1,"jitter":1,"steps":3}` | Retry strategy for events sent to Codefresh |
@@ -315,9 +322,16 @@ sealed-secrets:
315322
| event-reporters.workflow.eventSource.resources | object | `{}` | |
316323
| event-reporters.workflow.eventSource.tolerations | list | `[]` | |
317324
| event-reporters.workflow.sensor.affinity | object | `{}` | |
325+
| event-reporters.workflow.sensor.atLeastOnce | bool | `true` | At Least Once |
318326
| event-reporters.workflow.sensor.env | object | `{}` | Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
319327
| event-reporters.workflow.sensor.logging | object | `{"enabled":false,"intervalSeconds":0}` | Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
320328
| event-reporters.workflow.sensor.nodeSelector | object | `{}` | |
329+
| event-reporters.workflow.sensor.policy.status.allow[0] | int | `200` | |
330+
| event-reporters.workflow.sensor.policy.status.allow[1] | int | `201` | |
331+
| event-reporters.workflow.sensor.policy.status.allow[2] | int | `204` | |
332+
| event-reporters.workflow.sensor.policy.status.allow[3] | int | `400` | |
333+
| event-reporters.workflow.sensor.policy.status.allow[4] | int | `401` | |
334+
| event-reporters.workflow.sensor.policy.status.allow[5] | int | `404` | |
321335
| event-reporters.workflow.sensor.replicas | int | `1` | |
322336
| event-reporters.workflow.sensor.resources | object | `{}` | |
323337
| event-reporters.workflow.sensor.retryStrategy | object | `{"duration":0,"factor":1,"jitter":1,"steps":3}` | Retry strategy for events sent to Codefresh |
@@ -373,11 +387,11 @@ sealed-secrets:
373387
| global.external-argo-rollouts.rollout-reporter | object | `{"enabled":false}` | Rollout reporter settings |
374388
| global.external-argo-rollouts.rollout-reporter.enabled | bool | `false` | Enable or disable rollout reporter Configuration is defined at .Values.event-reporters.rollout |
375389
| global.nodeSelector | object | `{}` | Global nodeSelector for all components |
376-
| global.runtime | object | `{"cluster":"https://kubernetes.default.svc","codefreshHosted":false,"eventBus":{"annotations":{},"name":"codefresh-eventbus","nats":{"native":{"affinity":{},"auth":"token","containerTemplate":{"resources":{"limits":{"cpu":"500m","ephemeral-storage":"2Gi","memory":"4Gi"},"requests":{"cpu":"200m","ephemeral-storage":"2Gi","memory":"1Gi"}}},"maxPayload":"4MB","nodeSelector":{},"replicas":3,"tolerations":[]}},"pdb":{"enabled":true,"minAvailable":2}},"gitCredentials":{"password":{"secretKeyRef":{},"value":null},"username":"username"},"ingress":{"annotations":{},"className":"nginx","enabled":false,"hosts":[],"labels":{},"protocol":"https","skipValidation":false,"tls":[]},"ingressUrl":"","isConfigurationRuntime":false,"name":null}` | Runtime level settings |
390+
| global.runtime | object | `{"cluster":"https://kubernetes.default.svc","codefreshHosted":false,"eventBus":{"annotations":{},"jetstream":{"affinity":{},"containerTemplate":{"resources":{"limits":{"cpu":"500m","ephemeral-storage":"2Gi","memory":"4Gi"},"requests":{"cpu":"200m","ephemeral-storage":"2Gi","memory":"1Gi"}}},"maxPayload":"4MB","nodeSelector":{},"replicas":3,"tolerations":[],"version":"latest"},"name":"","nats":{"native":{"affinity":{},"auth":"token","containerTemplate":{"resources":{"limits":{"cpu":"500m","ephemeral-storage":"2Gi","memory":"4Gi"},"requests":{"cpu":"200m","ephemeral-storage":"2Gi","memory":"1Gi"}}},"maxPayload":"4MB","nodeSelector":{},"replicas":3,"tolerations":[]}},"pdb":{"enabled":true,"minAvailable":2},"type":"nats"},"gitCredentials":{"password":{"secretKeyRef":{},"value":null},"username":"username"},"ingress":{"annotations":{},"className":"nginx","enabled":false,"hosts":[],"labels":{},"protocol":"https","skipValidation":false,"tls":[]},"ingressUrl":"","isConfigurationRuntime":false,"name":null}` | Runtime level settings |
377391
| global.runtime.cluster | string | `"https://kubernetes.default.svc"` | Runtime cluster. Should not be changed. |
378392
| global.runtime.codefreshHosted | bool | `false` | Defines whether this is a Codefresh hosted runtime. Should not be changed. |
379393
| global.runtime.eventBus.annotations | object | `{}` | Annotations on EventBus resource |
380-
| global.runtime.eventBus.name | string | `"codefresh-eventbus"` | Eventbus name |
394+
| global.runtime.eventBus.name | string | `""` | Eventbus name |
381395
| global.runtime.eventBus.pdb | object | `{"enabled":true,"minAvailable":2}` | Pod disruption budget for the eventbus |
382396
| global.runtime.eventBus.pdb.minAvailable | int | `2` | Minimum number of available eventbus pods. For eventbus to stay functional the majority of its replicas should always be available. |
383397
| global.runtime.gitCredentials | object | `{"password":{"secretKeyRef":{},"value":null},"username":"username"}` | Git credentials runtime. Runtime is not fully functional without those credentials. If not provided through the installation, they must be provided through the Codefresh UI. |

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ global:
125125
cpu: 200m
126126
memory: 1Gi
127127
ephemeral-storage: 2Gi
128-
129128
# -- Configuration for external ArgoCD
130129
# Should be used when `argo-cd.enabled` is set to false
131130
external-argo-cd:
@@ -663,7 +662,7 @@ app-proxy:
663662
maxUnavailable: ""
664663

665664
# ---------------------------------------------------------------------------------------------------------------------
666-
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.8.5-helm/charts/codefresh-gitops-operator
665+
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.8.6-helm/charts/codefresh-gitops-operator
667666
# ---------------------------------------------------------------------------------------------------------------------
668667
gitops-operator:
669668
# -- Do not change unless instructed otherwise by Codefresh support
@@ -691,7 +690,8 @@ gitops-operator:
691690
maxConcurrentReleases: 100
692691
# -- An optional template for the promotion wrapper (empty default will use the embedded one)
693692
promotionWrapperTemplate: ''
694-
image: {}
693+
image:
694+
tag: 0.8.6-832833c
695695
# -- defaults
696696
# repository: quay.io/codefresh/codefresh-gitops-operator
697697
# tag: 'v{{ .Chart.AppVersion }}'

0 commit comments

Comments
 (0)