Skip to content

Commit

Permalink
feat(asdf): add argocd support (#19941)
Browse files Browse the repository at this point in the history
Closes #19940
  • Loading branch information
julianxhokaxhiu committed Jan 20, 2023
1 parent 6c69ba0 commit 5bf6eab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Expand Up @@ -38,6 +38,15 @@ const hugoDefinition: ToolingDefinition = {
};

export const upgradeableTooling: Record<string, ToolingDefinition> = {
argocd: {
asdfPluginUrl: 'https://github.com/beardix/asdf-argocd',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'argoproj/argo-cd',
versioning: semverVersioning.id,
extractVersion: '^v(?<version>\\S+)',
},
},
awscli: {
asdfPluginUrl: 'https://github.com/MetricMike/asdf-awscli',
config: {
Expand Down

0 comments on commit 5bf6eab

Please sign in to comment.