diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 50212b65..92835134 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,9 +15,9 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" dependencies: - name: argo-cd - repository: https://codefresh-io.github.io/argo-helm + repository: https://argoproj.github.io/argo-helm condition: argo-cd.enabled - version: 8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922 + version: 9.0.2 - name: argo-events repository: https://codefresh-io.github.io/argo-helm version: 2.4.9-cap-CR-30841 diff --git a/charts/gitops-runtime/values-ha.yaml b/charts/gitops-runtime/values-ha.yaml index 8b84a3d5..1d0ab31e 100644 --- a/charts/gitops-runtime/values-ha.yaml +++ b/charts/gitops-runtime/values-ha.yaml @@ -70,6 +70,12 @@ cf-argocd-extras: argo-cd: redis-ha: enabled: true + ## Redis image + image: + # -- Redis repository + repository: ecr-public.aws.com/docker/library/redis + # -- Redis tag + tag: 8.2.2-alpine controller: replicas: 1 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 7793f490..f0b511e5 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -233,45 +233,35 @@ sealed-secrets: argo-cd: enabled: true fullnameOverride: argo-cd - crds: - install: true + + notifications: + enabled: false + + redis: + ## Redis image + image: + # -- Redis repository + repository: ecr-public.aws.com/docker/library/redis + # -- Redis tag + tag: 8.2.2-alpine + + redis-ha: + ## Redis-ha image + image: + # -- Redis repository + repository: ecr-public.aws.com/docker/library/redis + # -- Redis tag + tag: 8.2.2-alpine + configs: cm: timeout.reconciliation: 20s accounts.admin: apiKey,login application.resourceTrackingMethod: annotation+label - resource.customizations.actions.argoproj.io_Rollout: | - mergeBuiltinActions: true - discovery.lua: | - actions = {} - local fullyPromoted = obj.status.currentPodHash == obj.status.stableRS - actions["pause"] = {["disabled"] = fullyPromoted or obj.spec.paused == true} - actions["skip-current-step"] = {["disabled"] = obj.spec.strategy.canary == nil or obj.spec.strategy.canary.steps == nil or obj.status.currentStepIndex == table.getn(obj.spec.strategy.canary.steps)} - return actions - definitions: - - name: pause - action.lua: | - obj.spec.paused = true - return obj - - name: skip-current-step - action.lua: | - if obj.status ~= nil then - if obj.spec.strategy.canary ~= nil and obj.spec.strategy.canary.steps ~= nil and obj.status.currentStepIndex < table.getn(obj.spec.strategy.canary.steps) then - if obj.status.pauseConditions ~= nil and table.getn(obj.status.pauseConditions) > 0 then - obj.status.pauseConditions = nil - end - obj.status.currentStepIndex = obj.status.currentStepIndex + 1 - end - end - return obj + application.instanceLabelKey: "" params: server.insecure: true application.namespaces: 'cf-*' - applicationVersioning: - # -- Enable application versioning - enabled: true - # -- Extract application version based on ApplicationConfiguration CRD - useApplicationConfiguration: true #----------------------------------------------------------------------------------------------------------------------- # Argo Events #----------------------------------------------------------------------------------------------------------------------- @@ -472,14 +462,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3855.0 + tag: 1.3866.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3855.0 + tag: 1.3866.0 pullPolicy: IfNotPresent command: - ./init.sh