Skip to content

Commit

Permalink
Add argo-cd 2.10 and 2.11 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 authored May 24, 2024
1 parent a4a9f82 commit 590dcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/argo-cd/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local config = import 'jsonnet/config.jsonnet';
local versions = ['2.2.12', '2.3.7', '2.4.11', '2.5.6', '2.6.11', '2.7.6', '2.8.7', '2.9.3'];
local versions = ['2.5.6', '2.6.11', '2.7.6', '2.8.7', '2.9.3', '2.10.9', '2.11.0'];
local manifests = ['application-crd.yaml', 'appproject-crd.yaml', 'applicationset-crd.yaml'];

config.new(
Expand Down

0 comments on commit 590dcfe

Please sign in to comment.