From 2cb3838f29c742ee46b2ab7b8c23ee1e21e51fb0 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:38:43 +0200 Subject: [PATCH 1/4] chore: Apply CVE fixes on new main (tip of stable/0.26) (#1165) * [gitops-operator]chore: Apply CVE fixes on new main (tip of stable/0.26) * re-enable component test * update restrictedgitsources crd --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: scme0 --- .github/workflows/component-test.yaml | 1 - .../crds/restrictedgitsources.yaml | 29 +++++++++++++++++++ charts/gitops-runtime/values.yaml | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.github/workflows/component-test.yaml b/.github/workflows/component-test.yaml index 7a9a134a5..2b97bfeb1 100644 --- a/.github/workflows/component-test.yaml +++ b/.github/workflows/component-test.yaml @@ -15,7 +15,6 @@ on: jobs: component-test: - if : false # temporarily disable component tests runs-on: ubuntu-latest env: diff --git a/charts/gitops-runtime/templates/_components/gitops-operator/crds/restrictedgitsources.yaml b/charts/gitops-runtime/templates/_components/gitops-operator/crds/restrictedgitsources.yaml index 395e09520..bb0c5f590 100644 --- a/charts/gitops-runtime/templates/_components/gitops-operator/crds/restrictedgitsources.yaml +++ b/charts/gitops-runtime/templates/_components/gitops-operator/crds/restrictedgitsources.yaml @@ -286,6 +286,14 @@ spec: description: SkipCrds skips custom resource definition installation step (Helm's --skip-crds) type: boolean + skipSchemaValidation: + description: SkipSchemaValidation skips JSON schema validation + (Helm's --skip-schema-validation) + type: boolean + skipTests: + description: SkipTests skips test manifest installation step + (Helm's --skip-tests). + type: boolean valueFiles: description: ValuesFiles is a list of Helm value files to use when generating a template @@ -348,6 +356,11 @@ spec: description: ForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps type: boolean + ignoreMissingComponents: + description: IgnoreMissingComponents prevents kustomize from + failing when components do not exist locally by not appending + them to kustomization file + type: boolean images: description: Images is a list of Kustomize image override specifications @@ -361,6 +374,10 @@ spec: KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster. type: string + labelIncludeTemplates: + description: LabelIncludeTemplates specifies whether to apply + common labels to resource templates or not + type: boolean labelWithoutSelector: description: LabelWithoutSelector specifies whether to apply common labels to resource selectors or not @@ -432,6 +449,10 @@ spec: use for rendering manifests type: string type: object + name: + description: Name is used to refer to a source and is displayed + in the UI. It is used in multi-source Applications. + type: string path: description: Path is a directory path within the Git repository, and is only valid for applications sourced from Git. @@ -519,6 +540,10 @@ spec: description: 'AllowEmpty allows apps have zero live resources (default: false)' type: boolean + enabled: + description: Enable allows apps to explicitly control automated + sync + type: boolean prune: description: 'Prune specifies whether to delete resources from the cluster that are not found in the sources anymore @@ -570,6 +595,10 @@ spec: a failed sync. If set to 0, no retries will be performed. format: int64 type: integer + refresh: + description: 'Refresh indicates if the latest revision should + be used on retry instead of the initial one (default: false)' + type: boolean type: object syncOptions: description: Options allow you to specify whole app sync-options diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index c24ea8926..1f1dbc1a1 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -647,7 +647,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: b9540c4 + tag: bc5c4eb env: !!merge <<: - *otel-config From 20af24e3e4ded47263fe1a4689c5dcd494c9527e Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 13 Apr 2026 14:12:29 +0200 Subject: [PATCH 2/4] trigger From 19ab513a859ccaf9c40922ba86d1c60b846e97d1 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 13 Apr 2026 14:52:37 +0200 Subject: [PATCH 3/4] trigger From fb609ee47a115a43a6dcc36e8d709f91368ae27d Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Mon, 13 Apr 2026 12:56:04 +0000 Subject: [PATCH 4/4] CI Automatic commit - align Chart version --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 8a1894e12..d73ce5b9e 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.3 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.29.3 +version: 0.29.4 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: