Skip to content

Commit cfd2e76

Browse files
github-actionsThomasVitale
authored andcommitted
Update Argo CD metadata and add version 2.5.0
1 parent ffe0b6d commit cfd2e76

File tree

1 file changed

+45
-0
lines changed
  • repo/packages/argo-cd.packages.kadras.io

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: argo-cd.packages.kadras.io.2.5.0
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: argo-cd.packages.kadras.io
10+
releaseNotes: https://github.com/argoproj/argo-cd/releases
11+
releasedAt: "2022-10-25T21:03:56Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/arktonix/package-for-argo-cd@sha256:0176f9b204f1801e8790d9311e11cacbf597e572e77fad7aaa1f1bb07a91be30
19+
template:
20+
- ytt:
21+
paths:
22+
- config
23+
- kbld:
24+
paths:
25+
- '-'
26+
- .imgpkg/images.yml
27+
valuesSchema:
28+
openAPIv3:
29+
additionalProperties: false
30+
properties:
31+
namespace:
32+
default: argocd
33+
description: The namespace where to install Argo CD
34+
type: string
35+
service:
36+
additionalProperties: false
37+
description: Service configuration for the Argo CD Server
38+
properties:
39+
type:
40+
default: ClusterIP
41+
description: The Service type for the Argo CD Server
42+
type: string
43+
type: object
44+
type: object
45+
version: 2.5.0

0 commit comments

Comments
 (0)