Skip to content

Commit

Permalink
Merge pull request #3875 from wolfi-dev/fix/argo-cd-openssh
Browse files Browse the repository at this point in the history
argo-cd-repo-server: add dependency on openssh for SSH git access
  • Loading branch information
kaniini authored Jul 25, 2023
2 parents 547db8a + e8a75d9 commit 884af40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion argo-cd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: argo-cd
version: 2.7.9
epoch: 0
epoch: 1
description: Declarative continuous deployment for Kubernetes.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -77,6 +77,7 @@ subpackages:
- tzdata
- helm
- kustomize
- openssh-server
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/bin
Expand Down

0 comments on commit 884af40

Please sign in to comment.