Skip to content

Commit 51cfd42

Browse files
bump image tags to 1.1.26-main of enrichers
1 parent 106331a commit 51cfd42

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 0.30.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

charts/gitops-runtime/README.md

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

44
## Table of Content
55

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

207207
```
208-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 <local_registry>
208+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.30.0 <local_registry>
209209
```
210210
`output_dir` - is a local directory where the utility will output files. <br>
211211
`local_registry` - is your local registry where you want to mirror the images to
@@ -218,7 +218,7 @@ The utility will output 4 files into the folder:
218218

219219
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
220220
```
221-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 <local_registry>
221+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.30.0 <local_registry>
222222
```
223223
224224
## Openshift
@@ -523,14 +523,14 @@ global:
523523
| 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 |
524524
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
525525
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
526-
| app-proxy.image.tag | string | `"1.4091.0"` | |
526+
| app-proxy.image.tag | string | `"1.4093.0"` | |
527527
| app-proxy.imagePullSecrets | list | `[]` | |
528528
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
529529
| app-proxy.initContainer.env | object | `{}` | |
530530
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
531531
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
532532
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
533-
| app-proxy.initContainer.image.tag | string | `"1.4091.0"` | |
533+
| app-proxy.initContainer.image.tag | string | `"1.4093.0"` | |
534534
| app-proxy.initContainer.resources.limits | object | `{}` | |
535535
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
536536
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -596,12 +596,13 @@ global:
596596
| argo-cd.controller.statefulsetAnnotations."argocd.argoproj.io/sync-options" | string | `"Delete=false"` | |
597597
| argo-cd.enabled | bool | `true` | |
598598
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
599+
| argo-cd.global.image.tag | string | `"v3.3.10"` | |
599600
| argo-cd.notifications.enabled | bool | `false` | |
600601
| argo-cd.redis-ha.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
601602
| argo-cd.redis-ha.image.tag | string | `"8.2.2-alpine"` | Redis tag |
602603
| argo-cd.redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
603604
| argo-cd.redis.image.tag | string | `"8.2.2-alpine"` | Redis tag |
604-
| argo-gateway | object | `{"affinity":{},"hpa":{"enabled":true,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"06801ec"},"livenessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"","minAvailable":"50%"},"readinessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"service":{"type":"ClusterIP"},"serviceAccount":{"create":true},"serviceMonitor":{"enabled":false,"interval":"30s","labels":{},"scrapeTimeout":"10s"},"tolerations":[]}` | Argo Gateway Argo Gateway is used to perform operations on ArgoCD from Codefresh platform |
605+
| argo-gateway | object | `{"affinity":{},"hpa":{"enabled":true,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"7d96f83"},"livenessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"","minAvailable":"50%"},"readinessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"service":{"type":"ClusterIP"},"serviceAccount":{"create":true},"serviceMonitor":{"enabled":false,"interval":"30s","labels":{},"scrapeTimeout":"10s"},"tolerations":[]}` | Argo Gateway Argo Gateway is used to perform operations on ArgoCD from Codefresh platform |
605606
| argo-workflows.crds.install | bool | `true` | Install and upgrade CRDs |
606607
| argo-workflows.enabled | bool | `true` | |
607608
| argo-workflows.executor.resources.requests.ephemeral-storage | string | `"10Mi"` | |
@@ -663,7 +664,7 @@ global:
663664
| 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/ |
664665
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.11.1"` | |
665666
| gitops-operator.fullnameOverride | string | `""` | |
666-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"bc5c4eb"}` | GitOps operator image |
667+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"79a7f3b"}` | GitOps operator image |
667668
| gitops-operator.imagePullSecrets | list | `[]` | |
668669
| gitops-operator.nameOverride | string | `""` | |
669670
| gitops-operator.nodeSelector | object | `{}` | |
@@ -693,7 +694,7 @@ global:
693694
| global.codefresh.userToken | object | `{"secretKeyRef":{},"token":""}` | User token. Used for runtime registration against the patform. One of token (for plain text value) or secretKeyRef must be provided. |
694695
| global.codefresh.userToken.secretKeyRef | object | `{}` | User token that references an existing secret containing the token. |
695696
| global.codefresh.userToken.token | string | `""` | User token in plain text. The chart creates and manages the secret for this token. |
696-
| global.event-reporters | object | `{"affinity":{},"config":{},"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"06801ec"},"livenessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"","minAvailable":"50%"},"readinessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"replicaCount":2,"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"service":{"ports":{"http":{"port":8088,"targetPort":8088},"metrics":{"port":8087,"targetPort":8087}},"type":"ClusterIP"},"serviceAccount":{"create":true},"serviceMonitor":{"enabled":false,"interval":"30s","labels":{},"scrapeTimeout":"10s"},"tolerations":[]}` | Global settings for event reporters Event reporters are used for reporting runtime and cluster resources to Codefresh platform |
697+
| global.event-reporters | object | `{"affinity":{},"config":{},"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"7d96f83"},"livenessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"","minAvailable":"50%"},"readinessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"replicaCount":2,"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"service":{"ports":{"http":{"port":8088,"targetPort":8088},"metrics":{"port":8087,"targetPort":8087}},"type":"ClusterIP"},"serviceAccount":{"create":true},"serviceMonitor":{"enabled":false,"interval":"30s","labels":{},"scrapeTimeout":"10s"},"tolerations":[]}` | Global settings for event reporters Event reporters are used for reporting runtime and cluster resources to Codefresh platform |
697698
| global.httpProxy | string | `""` | global HTTP_PROXY for all components |
698699
| global.httpsProxy | string | `""` | global HTTPS_PROXY for all components |
699700
| global.imageRegistry | string | `""` | |
@@ -792,7 +793,7 @@ global:
792793
| 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 |
793794
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
794795
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
795-
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
796+
| 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/ |
796797
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |
797798
| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
798799
| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |

tests/component-tests/setup/fixture/simple-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ A Helm chart for Kubernetes
5252
| volumes | list | `[]` | |
5353

5454
----------------------------------------------
55-
Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1)
55+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)