diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 5e4b6c888..6ac1346be 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.0 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.26.1 +version: 0.26.2 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -12,16 +12,13 @@ maintainers: - name: codefresh url: https://codefresh-io.github.io/ annotations: + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/alternativeName: "codefresh-gitops-runtime" - artifacthub.io/changes: |- + artifacthub.io/changes: | - kind: changed - description: 'updated gitops-operator with security fixes: CVE-2025-5187' - - kind: changed - description: 'updated Argo Rollouts to v1.7.2 with security fixes: CVE-2025-5187' - - kind: changed - description: 'updated cli-v2 to v0.2.14 in runtime-installer with fixes: CVE-2024-25621' - - kind: changed - description: 'updated cap-app-proxy with security fixes' + description: 'Update "argo-workflows" to 0.45.17-v3.6.7-cap-CR-31761' + - kind: security + description: 'Fix security vulnerabilities in "argo-workflows"' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm @@ -33,7 +30,7 @@ dependencies: condition: argo-events.enabled - name: argo-workflows repository: https://codefresh-io.github.io/argo-helm - version: 0.45.16-v3.6.7-cap-CR-30835 + version: 0.45.17-v3.6.7-cap-CR-31761 condition: argo-workflows.enabled - name: argo-rollouts repository: https://codefresh-io.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index c72f097df..6261dbab1 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -831,7 +831,7 @@ global: | 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 | | redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated | | redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. | -| 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/ | +| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. | | redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints | | redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated | | redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread | diff --git a/tests/component-tests/setup/fixture/simple-app/README.md b/tests/component-tests/setup/fixture/simple-app/README.md index dfe0feb1d..1ab4be19e 100644 --- a/tests/component-tests/setup/fixture/simple-app/README.md +++ b/tests/component-tests/setup/fixture/simple-app/README.md @@ -52,4 +52,4 @@ A Helm chart for Kubernetes | volumes | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) +Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1)