Skip to content

Commit

Permalink
Add newer versions of ArgoCD (jsonnet-libs#373)
Browse files Browse the repository at this point in the history
* add new 0.3.0 vault-secrets-operator version

* Add newer versions of ArgoCD
  • Loading branch information
vtomasr5 authored Dec 29, 2023
1 parent 6639d1a commit dde851f
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.5.6', '2.4.11', '2.3.7', '2.2.12', '2.6.11', '2.7.6'];
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 manifests = ['application-crd.yaml', 'appproject-crd.yaml', 'applicationset-crd.yaml'];

config.new(
Expand Down

0 comments on commit dde851f

Please sign in to comment.