Skip to content

Commit 73020f5

Browse files
committed
oss argo cd and argo helm, removed argo cd CF specific values from values.yaml
Signed-off-by: reggie-k <[email protected]>
1 parent d1d6478 commit 73020f5

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
dependencies:
1717
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
18+
repository: https://argoproj.github.io/argo-helm
1919
condition: argo-cd.enabled
20-
version: 8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922
20+
version: 9.0.2
2121
- name: argo-events
2222
repository: https://codefresh-io.github.io/argo-helm
2323
version: 2.4.9-cap-CR-30841

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -231,45 +231,15 @@ sealed-secrets:
231231
argo-cd:
232232
enabled: true
233233
fullnameOverride: argo-cd
234-
crds:
235-
install: true
234+
236235
configs:
237236
cm:
238237
timeout.reconciliation: 20s
239238
accounts.admin: apiKey,login
240239
application.resourceTrackingMethod: annotation+label
241-
resource.customizations.actions.argoproj.io_Rollout: |
242-
mergeBuiltinActions: true
243-
discovery.lua: |
244-
actions = {}
245-
local fullyPromoted = obj.status.currentPodHash == obj.status.stableRS
246-
actions["pause"] = {["disabled"] = fullyPromoted or obj.spec.paused == true}
247-
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)}
248-
return actions
249-
definitions:
250-
- name: pause
251-
action.lua: |
252-
obj.spec.paused = true
253-
return obj
254-
- name: skip-current-step
255-
action.lua: |
256-
if obj.status ~= nil then
257-
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
258-
if obj.status.pauseConditions ~= nil and table.getn(obj.status.pauseConditions) > 0 then
259-
obj.status.pauseConditions = nil
260-
end
261-
obj.status.currentStepIndex = obj.status.currentStepIndex + 1
262-
end
263-
end
264-
return obj
265240
params:
266241
server.insecure: true
267242
application.namespaces: 'cf-*'
268-
applicationVersioning:
269-
# -- Enable application versioning
270-
enabled: true
271-
# -- Extract application version based on ApplicationConfiguration CRD
272-
useApplicationConfiguration: true
273243
#-----------------------------------------------------------------------------------------------------------------------
274244
# Argo Events
275245
#-----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)