Skip to content

Commit 01e935d

Browse files
ThomasVitalegithub-actions
andauthored
Update Argo CD metadata and add version 2.9.2 (#314)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 1d4af2d commit 01e935d

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.9.2
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: argo-cd.packages.kadras.io
10+
releaseNotes: https://github.com/kadras-io/package-for-argo-cd/releases
11+
releasedAt: "2023-11-25T17:08:47Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/kadras-io/package-for-argo-cd@sha256:146a2879b9264a0e4ed818161df419d20f9490df16decfa0242257388ce32051
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.9.2

0 commit comments

Comments
 (0)