From 67f143d03d09507c4d6177d8c0be38ccb145dc00 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 12 Aug 2025 11:19:55 +0300 Subject: [PATCH 01/18] chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654) Removed unnecessary caching logic from the commit fetching process (#6584) --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index f4ce382c1..3fb5d46bb 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -563,14 +563,14 @@ app-proxy: tag: 1.1.15-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3727.0 + tag: 1.3701.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3727.0 + tag: 1.3701.0 pullPolicy: IfNotPresent command: - ./init.sh From 46706c43f707f0fa8028b62215b52e86b306ee86 Mon Sep 17 00:00:00 2001 From: chenk Date: Wed, 13 Aug 2025 10:08:32 +0300 Subject: [PATCH 02/18] test: update platform mock(me) (#656) * test: update platform mock(me) --- .github/workflows/component-test.yaml | 6 ------ tests/component-tests/setup/mocks/platform-mocks.json | 5 +++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/component-test.yaml b/.github/workflows/component-test.yaml index 3df1f97d8..1347db0fd 100644 --- a/.github/workflows/component-test.yaml +++ b/.github/workflows/component-test.yaml @@ -5,15 +5,9 @@ on: push: branches: - main - paths-ignore: - - "*.md" - - charts/** pull_request: branches: - main - paths-ignore: - - "*.md" - - charts/** jobs: component-test: diff --git a/tests/component-tests/setup/mocks/platform-mocks.json b/tests/component-tests/setup/mocks/platform-mocks.json index 26b4da51c..24b306ac9 100644 --- a/tests/component-tests/setup/mocks/platform-mocks.json +++ b/tests/component-tests/setup/mocks/platform-mocks.json @@ -177,7 +177,7 @@ "method": "POST", "path": "/2.0/api/graphql", "body": { - "query": "\n query me {\n me {\n runtimeName\n activeAccount {\n id\n name\n gitProvider\n gitApiUrl\n sharedConfigRepo\n }\n }\n }\n" + "query": "\n query me {\n me {\n runtimeName\n activeAccount {\n id\n name\n gitProvider\n gitApiUrl\n sharedConfigRepo\n csdpValidated\n }\n }\n }\n" } }, "httpResponse": { @@ -191,7 +191,8 @@ "name": "local", "gitProvider": "GITHUB", "gitApiUrl": "http://mockserver.mockserver:1080", - "sharedConfigRepo": "http://gitea-http.gitea:3000/test-owner/codefresh-isc" + "sharedConfigRepo": "http://gitea-http.gitea:3000/test-owner/codefresh-isc", + "csdpValidated": true } } } From aa3a018825a1df167b4787ace3ebdf2854f73aa6 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 13 Aug 2025 11:10:04 +0300 Subject: [PATCH 03/18] chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659) --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 3fb5d46bb..c46842ef2 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -563,14 +563,14 @@ app-proxy: tag: 1.1.15-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3701.0 + tag: 1.3702.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3701.0 + tag: 1.3702.0 pullPolicy: IfNotPresent command: - ./init.sh From 2c0e261b8afa444bcb171f52db2c2025a71977df Mon Sep 17 00:00:00 2001 From: vitalii-codefresh Date: Thu, 14 Aug 2025 16:06:23 +0300 Subject: [PATCH 04/18] updated codefresh-gitops-operator (#666) --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index c46842ef2..54929f755 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -725,7 +725,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: v0.10.2 + tag: v0.11.1 serviceAccount: create: true annotations: {} From cdd4916a07e18ae2a98b32a0e3846ba282047720 Mon Sep 17 00:00:00 2001 From: Philip Kotliyakov Date: Sun, 17 Aug 2025 10:36:14 +0300 Subject: [PATCH 05/18] bumped app-proxy to 1.3707.0 closed ha gaps (#667) --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 54929f755..a79344935 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -563,14 +563,14 @@ app-proxy: tag: 1.1.15-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3702.0 + tag: 1.3706.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3702.0 + tag: 1.3706.0 pullPolicy: IfNotPresent command: - ./init.sh From 18db2c30a403b24b467a54b311dc000c1ba89efd Mon Sep 17 00:00:00 2001 From: Regina Voloshin Date: Sun, 17 Aug 2025 11:40:44 +0300 Subject: [PATCH 06/18] bumped argocd to 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9 (#664) Signed-off-by: reggie-k --- charts/gitops-runtime/Chart.yaml | 52 ++++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 87f386914..b3db273f1 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -19,29 +19,29 @@ annotations: - kind: changed description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692) - fix: remote-cluster application fails to sync due to its project' dependencies: - - name: argo-cd - repository: https://codefresh-io.github.io/argo-helm - condition: argo-cd.enabled - version: 8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9 - - name: argo-events - repository: https://codefresh-io.github.io/argo-helm - version: 2.4.8-cap-CR-29689 - - name: argo-workflows - repository: https://codefresh-io.github.io/argo-helm - version: 0.45.15-v3.6.7-cap-CR-28355 - condition: argo-workflows.enabled - - name: argo-rollouts - repository: https://codefresh-io.github.io/argo-helm - version: 2.37.3-6-v1.7.2-cap-CR-29629 - condition: argo-rollouts.enabled - - name: sealed-secrets - repository: https://bitnami-labs.github.io/sealed-secrets/ - version: 2.17.2 - - name: codefresh-tunnel-client - repository: oci://quay.io/codefresh/charts - version: 0.1.21 - alias: tunnel-client - condition: tunnel-client.enabled - - name: cf-common - repository: oci://quay.io/codefresh/charts - version: 0.27.0 +- name: argo-cd + repository: https://codefresh-io.github.io/argo-helm + condition: argo-cd.enabled + version: 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9 +- name: argo-events + repository: https://codefresh-io.github.io/argo-helm + version: 2.4.8-cap-CR-29689 +- name: argo-workflows + repository: https://codefresh-io.github.io/argo-helm + version: 0.45.15-v3.6.7-cap-CR-28355 + condition: argo-workflows.enabled +- name: argo-rollouts + repository: https://codefresh-io.github.io/argo-helm + version: 2.37.3-6-v1.7.2-cap-CR-29629 + condition: argo-rollouts.enabled +- name: sealed-secrets + repository: https://bitnami-labs.github.io/sealed-secrets/ + version: 2.17.2 +- name: codefresh-tunnel-client + repository: oci://quay.io/codefresh/charts + version: 0.1.21 + alias: tunnel-client + condition: tunnel-client.enabled +- name: cf-common + repository: oci://quay.io/codefresh/charts + version: 0.27.0 From f0456d9fde6406329722500ffdde5f07957aae21 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 20 Aug 2025 15:54:33 +0300 Subject: [PATCH 07/18] chore: update values-ha example --- charts/gitops-runtime/values-ha.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values-ha.yaml b/charts/gitops-runtime/values-ha.yaml index 655ada8de..8b84a3d55 100644 --- a/charts/gitops-runtime/values-ha.yaml +++ b/charts/gitops-runtime/values-ha.yaml @@ -5,8 +5,7 @@ global: whenUnsatisfiable: DoNotSchedule app-proxy: - # -- Set to 1 until https://codefresh-io.atlassian.net/browse/CR-29338 is resolved - replicaCount: 1 + replicaCount: 2 pdb: enabled: true minAvailable: 1 From 680652f67224480917a210d5d676c02eef4fe56b Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 20 Aug 2025 16:44:00 +0300 Subject: [PATCH 08/18] chore: update README.md with HA example --- charts/gitops-runtime/README.md | 154 ++++++++++++++++++++++++- charts/gitops-runtime/README.md.gotmpl | 148 ++++++++++++++++++++++++ 2 files changed, 299 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index a5678d955..4dbb4fb58 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -189,6 +189,154 @@ sealed-secrets: enabled: false ``` +## High Availability + +This chart installs the non-HA version of GitOps Runtime by default. If you want to run GitOps Runtime in HA mode, you can use the example values below: + +> **Warning:** +> You need at least 3 worker nodes for HA mode + +### HA mode with autoscaling + +```yaml +global: + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + +app-proxy: + replicaCount: 2 + pdb: + enabled: true + minAvailable: 1 + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: cap-app-proxy + +gitops-operator: + replicaCount: 2 + pdb: + enabled: true + minAvailable: 1 + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: gitops-operator + +internal-router: + replicaCount: 2 + pdb: + enabled: true + minAvailable: 1 + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: internal-router + +cf-argocd-extras: + sourcesServer: + hpa: + enabled: true + minReplicas: 2 + pdb: + enabled: true + minAvailable: 1 + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app.kubernetes.io/component: sources-server + eventReporter: + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app.kubernetes.io/component: event-reporter + +argo-cd: + redis-ha: + enabled: true + + controller: + replicas: 1 + + server: + autoscaling: + enabled: true + minReplicas: 2 + pdb: + enabled: true + minAvailable: 1 + + repoServer: + autoscaling: + enabled: true + minReplicas: 2 + pdb: + enabled: true + minAvailable: 1 + + applicationSet: + replicas: 2 + +argo-workflows: + controller: + replicas: 2 + pdb: + enabled: true + minAvailable: 1 + server: + autoscaling: + enabled: true + minReplicas: 2 + pdb: + enabled: true + minAvailable: 1 + +event-reporters: + workflow: + sensor: + replicas: 2 + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: sensor-name + operator: In + values: + - workflow-reporter + topologyKey: "kubernetes.io/hostname" + rollout: + sensor: + replicas: 2 + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: sensor-name + operator: In + values: + - rollout-reporter + topologyKey: "kubernetes.io/hostname" +``` + ## Upgrading ### To >=0.23.3 @@ -261,14 +409,14 @@ gitops-operator: | 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 | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | | -| app-proxy.image.tag | string | `"1.3727.0"` | | +| app-proxy.image.tag | string | `"1.3706.0"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | | app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | | -| app-proxy.initContainer.image.tag | string | `"1.3727.0"` | | +| app-proxy.initContainer.image.tag | string | `"1.3706.0"` | | | app-proxy.initContainer.resources.limits | object | `{}` | | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | | | app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | | @@ -429,7 +577,7 @@ gitops-operator: | gitops-operator.fullnameOverride | string | `""` | | | gitops-operator.image.registry | string | `"quay.io"` | defaults | | gitops-operator.image.repository | string | `"codefresh/codefresh-gitops-operator"` | | -| gitops-operator.image.tag | string | `"v0.10.2"` | | +| gitops-operator.image.tag | string | `"v0.11.1"` | | | gitops-operator.imagePullSecrets | list | `[]` | | | gitops-operator.nameOverride | string | `""` | | | gitops-operator.nodeSelector | object | `{}` | | diff --git a/charts/gitops-runtime/README.md.gotmpl b/charts/gitops-runtime/README.md.gotmpl index 1dd14fdf9..f4fa62e94 100644 --- a/charts/gitops-runtime/README.md.gotmpl +++ b/charts/gitops-runtime/README.md.gotmpl @@ -193,6 +193,154 @@ sealed-secrets: enabled: false ``` +## High Availability + +This chart installs the non-HA version of GitOps Runtime by default. If you want to run GitOps Runtime in HA mode, you can use the example values below: + +> **Warning:** +> You need at least 3 worker nodes for HA mode + +### HA mode with autoscaling + +```yaml +global: + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + +app-proxy: + replicaCount: 2 + pdb: + enabled: true + minAvailable: 1 + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: cap-app-proxy + +gitops-operator: + replicaCount: 2 + pdb: + enabled: true + minAvailable: 1 + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: gitops-operator + +internal-router: + replicaCount: 2 + pdb: + enabled: true + minAvailable: 1 + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: internal-router + +cf-argocd-extras: + sourcesServer: + hpa: + enabled: true + minReplicas: 2 + pdb: + enabled: true + minAvailable: 1 + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app.kubernetes.io/component: sources-server + eventReporter: + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app.kubernetes.io/component: event-reporter + +argo-cd: + redis-ha: + enabled: true + + controller: + replicas: 1 + + server: + autoscaling: + enabled: true + minReplicas: 2 + pdb: + enabled: true + minAvailable: 1 + + repoServer: + autoscaling: + enabled: true + minReplicas: 2 + pdb: + enabled: true + minAvailable: 1 + + applicationSet: + replicas: 2 + +argo-workflows: + controller: + replicas: 2 + pdb: + enabled: true + minAvailable: 1 + server: + autoscaling: + enabled: true + minReplicas: 2 + pdb: + enabled: true + minAvailable: 1 + +event-reporters: + workflow: + sensor: + replicas: 2 + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: sensor-name + operator: In + values: + - workflow-reporter + topologyKey: "kubernetes.io/hostname" + rollout: + sensor: + replicas: 2 + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: sensor-name + operator: In + values: + - rollout-reporter + topologyKey: "kubernetes.io/hostname" +``` + ## Upgrading ### To >=0.23.3 From ae72dc3f87c85847c02d9a896f64bbe7578c0dc6 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 21 Aug 2025 11:32:47 +0300 Subject: [PATCH 09/18] fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673) --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index a79344935..330e9cac0 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -563,14 +563,14 @@ app-proxy: tag: 1.1.15-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3706.0 + tag: 1.3709.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3706.0 + tag: 1.3709.0 pullPolicy: IfNotPresent command: - ./init.sh From 6438bcab5c9d3630bbffa93c11087db33d72b565 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 24 Aug 2025 14:13:30 +0300 Subject: [PATCH 10/18] fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678) fix: argo-cd logs call (#6616) --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 330e9cac0..9228f0e72 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -563,14 +563,14 @@ app-proxy: tag: 1.1.15-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3709.0 + tag: 1.3718.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3709.0 + tag: 1.3718.0 pullPolicy: IfNotPresent command: - ./init.sh From a18679839596fc97df908de0ae414ffbf4eefbf7 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:05:32 +0000 Subject: [PATCH 11/18] [gitops-operator]feature: conditional registration of the rgs controller --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 9228f0e72..cde9a4839 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -724,8 +724,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/codefresh-gitops-operator - tag: v0.11.1 + repository: codefresh/dev/codefresh-gitops-operator + tag: cr-29615-support-single-namespace-installation-d43b4f8 serviceAccount: create: true annotations: {} From 089654eb513ea3a567e4fc915ea9fb55ee13aa04 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:07:23 +0000 Subject: [PATCH 12/18] [gitops-operator]feat: conditional registration of the rgs controller --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index cde9a4839..9378ac869 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -725,7 +725,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29615-support-single-namespace-installation-d43b4f8 + tag: cr-29615-support-single-namespace-installation-29f6833 serviceAccount: create: true annotations: {} From 5c8ce75dbd8cd76ad7d6925bc32c1139b7f0f6ef Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 15:00:35 +0000 Subject: [PATCH 13/18] [gitops-operator]feat: conditional registration of the rgs controller --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 9378ac869..58a09cb68 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -725,7 +725,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29615-support-single-namespace-installation-29f6833 + tag: cr-29615-support-single-namespace-installation-f5567e0 serviceAccount: create: true annotations: {} From 9278d71ba317f5ca87009ac96fced9cae4163f15 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 04:07:15 +0000 Subject: [PATCH 14/18] [gitops-operator]feat: conditional registration of the rgs controller --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 58a09cb68..a073516c6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -725,7 +725,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29615-support-single-namespace-installation-f5567e0 + tag: cr-29615-support-single-namespace-installation-cb9e0a8 serviceAccount: create: true annotations: {} From 07939631e693f9cd046fe44fd6de345abac2b080 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 05:00:05 +0000 Subject: [PATCH 15/18] [gitops-operator]feat: conditional registration of the rgs controller --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index a073516c6..957530196 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -725,7 +725,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29615-support-single-namespace-installation-cb9e0a8 + tag: cr-29615-support-single-namespace-installation-5768926 serviceAccount: create: true annotations: {} From fb652ba30ac5719f2a7ec0b3c07f34d5631fa405 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 04:52:42 +0000 Subject: [PATCH 16/18] [gitops-operator]feat: conditional registration of the rgs controller --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 957530196..6289bfa69 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -725,7 +725,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29615-support-single-namespace-installation-5768926 + tag: cr-29615-support-single-namespace-installation-71d14f1 serviceAccount: create: true annotations: {} From 3da9e1eb20da3edf841bceac5f5dce9d363f9a4f Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:18:30 +0000 Subject: [PATCH 17/18] [gitops-operator]feat: conditional registration of the rgs controller --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 6289bfa69..384a12f5d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -725,7 +725,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29615-support-single-namespace-installation-71d14f1 + tag: cr-29615-support-single-namespace-installation-038485f serviceAccount: create: true annotations: {} From aa3d959d5c6bd7374f9a61f8ae675fd97f583c01 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:47:18 +0000 Subject: [PATCH 18/18] [gitops-operator]feat: conditional registration of the rgs controller --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 384a12f5d..f22951288 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -724,8 +724,8 @@ gitops-operator: image: # -- defaults registry: quay.io - repository: codefresh/dev/codefresh-gitops-operator - tag: cr-29615-support-single-namespace-installation-038485f + repository: codefresh/codefresh-gitops-operator + tag: 58625b8 serviceAccount: create: true annotations: {}