Skip to content

Commit 6099922

Browse files
feat: updated argo cd to 8.0.6-5-cap-v3.0.2-2025-07-21-ac26d0e2 with helm and go-git bump (#599)
* updated argo cd to 8.0.6-5-cap-v3.0.2-2025-07-21-ac26d0e2 with helm and go-git bump Signed-off-by: reggie-k <[email protected]> * fix: add registy for internal-router * fix: add registy for internal-router * fix: add registy for internal-router * helm-docs * empty --------- Signed-off-by: reggie-k <[email protected]> Co-authored-by: Mikhail Klimko <[email protected]>
1 parent af8f58d commit 6099922

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
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-4-cap-v3.0.2-2025-07-06-e9fc72a9
20+
version: 8.0.6-5-cap-v3.0.2-2025-07-21-ac26d0e2
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: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,14 @@ sealed-secrets:
228228
| 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 |
229229
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
230230
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
231-
| app-proxy.image.tag | string | `"1.3628.0"` | |
231+
| app-proxy.image.tag | string | `"1.3651.0"` | |
232232
| app-proxy.imagePullSecrets | list | `[]` | |
233233
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
234234
| app-proxy.initContainer.env | object | `{}` | |
235235
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
236236
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
237237
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
238-
| app-proxy.initContainer.image.tag | string | `"1.3628.0"` | |
238+
| app-proxy.initContainer.image.tag | string | `"1.3651.0"` | |
239239
| app-proxy.initContainer.resources.limits | object | `{}` | |
240240
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
241241
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -319,9 +319,16 @@ sealed-secrets:
319319
| event-reporters.rollout.eventSource.resources | object | `{}` | |
320320
| event-reporters.rollout.eventSource.tolerations | list | `[]` | |
321321
| event-reporters.rollout.sensor.affinity | object | `{}` | |
322+
| event-reporters.rollout.sensor.atLeastOnce | bool | `true` | At Least Once |
322323
| event-reporters.rollout.sensor.env | object | `{}` | Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
323324
| 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. |
324325
| event-reporters.rollout.sensor.nodeSelector | object | `{}` | |
326+
| event-reporters.rollout.sensor.policy.status.allow[0] | int | `200` | |
327+
| event-reporters.rollout.sensor.policy.status.allow[1] | int | `201` | |
328+
| event-reporters.rollout.sensor.policy.status.allow[2] | int | `204` | |
329+
| event-reporters.rollout.sensor.policy.status.allow[3] | int | `400` | |
330+
| event-reporters.rollout.sensor.policy.status.allow[4] | int | `401` | |
331+
| event-reporters.rollout.sensor.policy.status.allow[5] | int | `404` | |
325332
| event-reporters.rollout.sensor.replicas | int | `1` | |
326333
| event-reporters.rollout.sensor.resources | object | `{}` | |
327334
| event-reporters.rollout.sensor.retryStrategy | object | `{"duration":0,"factor":1,"jitter":1,"steps":3}` | Retry strategy for events sent to Codefresh |
@@ -337,9 +344,16 @@ sealed-secrets:
337344
| event-reporters.workflow.eventSource.resources | object | `{}` | |
338345
| event-reporters.workflow.eventSource.tolerations | list | `[]` | |
339346
| event-reporters.workflow.sensor.affinity | object | `{}` | |
347+
| event-reporters.workflow.sensor.atLeastOnce | bool | `true` | At Least Once |
340348
| event-reporters.workflow.sensor.env | object | `{}` | Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
341349
| 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. |
342350
| event-reporters.workflow.sensor.nodeSelector | object | `{}` | |
351+
| event-reporters.workflow.sensor.policy.status.allow[0] | int | `200` | |
352+
| event-reporters.workflow.sensor.policy.status.allow[1] | int | `201` | |
353+
| event-reporters.workflow.sensor.policy.status.allow[2] | int | `204` | |
354+
| event-reporters.workflow.sensor.policy.status.allow[3] | int | `400` | |
355+
| event-reporters.workflow.sensor.policy.status.allow[4] | int | `401` | |
356+
| event-reporters.workflow.sensor.policy.status.allow[5] | int | `404` | |
343357
| event-reporters.workflow.sensor.replicas | int | `1` | |
344358
| event-reporters.workflow.sensor.resources | object | `{}` | |
345359
| event-reporters.workflow.sensor.retryStrategy | object | `{"duration":0,"factor":1,"jitter":1,"steps":3}` | Retry strategy for events sent to Codefresh |
@@ -410,12 +424,15 @@ sealed-secrets:
410424
| global.external-argo-rollouts | object | `{"rollout-reporter":{"enabled":false}}` | Configuration for external Argo Rollouts |
411425
| global.external-argo-rollouts.rollout-reporter | object | `{"enabled":false}` | Rollout reporter settings |
412426
| global.external-argo-rollouts.rollout-reporter.enabled | bool | `false` | Enable or disable rollout reporter Configuration is defined at .Values.event-reporters.rollout |
427+
| global.httpProxy | string | `""` | global HTTP_PROXY for all components |
428+
| global.httpsProxy | string | `""` | global HTTPS_PROXY for all components |
429+
| global.noProxy | string | `""` | global NO_PROXY for all components |
413430
| global.nodeSelector | object | `{}` | Global nodeSelector for all components |
414-
| 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 |
431+
| 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 |
415432
| global.runtime.cluster | string | `"https://kubernetes.default.svc"` | Runtime cluster. Should not be changed. |
416433
| global.runtime.codefreshHosted | bool | `false` | Defines whether this is a Codefresh hosted runtime. Should not be changed. |
417434
| global.runtime.eventBus.annotations | object | `{}` | Annotations on EventBus resource |
418-
| global.runtime.eventBus.name | string | `"codefresh-eventbus"` | Eventbus name |
435+
| global.runtime.eventBus.name | string | `""` | Eventbus name |
419436
| global.runtime.eventBus.pdb | object | `{"enabled":true,"minAvailable":2}` | Pod disruption budget for the eventbus |
420437
| 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. |
421438
| 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. |
@@ -442,7 +459,7 @@ sealed-secrets:
442459
| internal-router.env | object | `{}` | Environment variables - see values.yaml inside the chart for usage |
443460
| internal-router.fullnameOverride | string | `"internal-router"` | |
444461
| internal-router.image.pullPolicy | string | `"IfNotPresent"` | |
445-
| internal-router.image.repository | string | `"nginxinc/nginx-unprivileged"` | |
462+
| internal-router.image.repository | string | `"docker.io/nginxinc/nginx-unprivileged"` | |
446463
| internal-router.image.tag | string | `"1.28-alpine3.21"` | |
447464
| internal-router.imagePullSecrets | list | `[]` | |
448465
| internal-router.ipv6 | object | `{"enabled":false}` | For ipv6 enabled clusters switch ipv6 enabled to true |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ event-reporters:
451451
internal-router:
452452
replicaCount: 1
453453
image:
454-
repository: nginxinc/nginx-unprivileged
454+
repository: docker.io/nginxinc/nginx-unprivileged
455455
pullPolicy: IfNotPresent
456456
tag: 1.28-alpine3.21
457457
imagePullSecrets: []

0 commit comments

Comments
 (0)