rewrite and improve Chart.yaml files

This commit is contained in:
2024-06-20 21:02:45 -05:00
parent a3830c20c1
commit 4d84f539ac
8 changed files with 59 additions and 14 deletions

View File

@@ -1,11 +1,20 @@
apiVersion: v2 apiVersion: v2
name: argo-rollouts name: argo-rollouts
version: 1.0.0 version: 1.0.0
description: Argo Rollouts
keywords:
- argo-rollouts
- delivery
- deployment
home: ""
sources: sources:
- https://github.com/argoproj/argo-rollouts - https://github.com/argoproj/argo-rollouts
- https://github.com/argoproj/argo-helm/tree/main/charts - https://github.com/argoproj/argo-helm/tree/main/charts
maintainers:
- name: alexlebens
dependencies: dependencies:
- name: argo-rollouts - name: argo-rollouts
version: 2.36.0 version: 2.36.0
repository: https://argoproj.github.io/argo-helm repository: https://argoproj.github.io/argo-helm
appVersion: v1.6.6 icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/argocd.png
appVersion: v1.7.0

View File

@@ -1,11 +1,20 @@
apiVersion: v2 apiVersion: v2
name: argo-workflows name: argo-workflows
version: 1.0.0 description: Argo Workflows
keywords:
- argo-workflows
- argo-events
- workflows
- events
home: ""
sources: sources:
- https://github.com/argoproj/argo-workflows - https://github.com/argoproj/argo-workflows
- https://github.com/argoproj/argo-events - https://github.com/argoproj/argo-events
- https://github.com/cloudnative-pg/cloudnative-pg
- https://github.com/argoproj/argo-helm/tree/main/charts - https://github.com/argoproj/argo-helm/tree/main/charts
- https://github.com/alexlebens/helm-charts/charts/postgres-cluster - https://github.com/alexlebens/helm-charts/charts/postgres-cluster
maintainers:
- name: alexlebens
dependencies: dependencies:
- name: argo-workflows - name: argo-workflows
version: 0.41.9 version: 0.41.9
@@ -17,4 +26,5 @@ dependencies:
alias: postgres-16-cluster alias: postgres-16-cluster
version: 3.5.0 version: 3.5.0
repository: http://alexlebens.github.io/helm-charts repository: http://alexlebens.github.io/helm-charts
appVersion: v3.5.6 icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/argocd.png
appVersion: v3.5.8

View File

@@ -82,10 +82,6 @@ argo-workflows:
# enableEncryption: true # enableEncryption: true
argo-events: argo-events:
global:
image:
repository: quay.io/argoproj/argo-events
tag: v1.9.2
controller: controller:
resources: resources:
requests: requests:

View File

@@ -1,12 +1,21 @@
apiVersion: v2 apiVersion: v2
name: argocd name: argocd
version: 0.1.0 version: 1.0.0
description: Argo CD
keywords:
- argo-cd
- delivery
- deployment
- gitops
home: https://outline.alexlebens.net/doc/argo-cd-qLEdrgdwOD home: https://outline.alexlebens.net/doc/argo-cd-qLEdrgdwOD
sources: sources:
- https://github.com/argoproj/argo-cd - https://github.com/argoproj/argo-cd
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd - https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
maintainers:
- name: alexlebens
dependencies: dependencies:
- name: argo-cd - name: argo-cd
version: 7.1.3 version: 7.1.3
repository: https://argoproj.github.io/argo-helm repository: https://argoproj.github.io/argo-helm
appVersion: v2.10.8 icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/argocd.png
appVersion: v2.11.3

View File

@@ -1,11 +1,23 @@
apiVersion: v2 apiVersion: v2
name: kargo name: kargo
version: 1.0.0 version: 1.0.0
description: Kargo
keywords:
- kargo
- delivery
- deployment
- lifecycle
- gitops
home: ""
sources: sources:
- https://github.com/akuity/kargo - https://github.com/akuity/kargo
- https://github.com/dexidp/dex/pkgs/container/dex
- https://github.com/akuity/kargo/blob/main/charts/kargo/Chart.yaml - https://github.com/akuity/kargo/blob/main/charts/kargo/Chart.yaml
maintainers:
- name: alexlebens
dependencies: dependencies:
- name: kargo - name: kargo
version: 0.7.1 version: 0.7.1
repository: oci://ghcr.io/akuity/kargo-charts repository: oci://ghcr.io/akuity/kargo-charts
appVersion: v0.5.1 icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/argocd.png
appVersion: v0.7.1

View File

@@ -38,7 +38,7 @@ kargo:
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: kargo-oidc-secret name: kargo-oidc-secret
key: CLIENT_SECRET key: CLIENT_SECRET
tls: tls:
selfSignedCert: false selfSignedCert: false
skipApprovalScreen: true skipApprovalScreen: true

View File

@@ -1,6 +1,15 @@
apiVersion: v2 apiVersion: v2
name: stack name: stack
version: 1.0.0 version: 1.0.0
sources: description: Stack
- https://github.com/alexlebens/alexlebens-net.git keywords:
- argo-cd
- stack
- deployment
home: ""
- https://github.com/argoproj/argo-cd
- https://github.com/alexlebens/alexlebens-net.git
maintainers:
- name: alexlebens
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/argocd.png
appVersion: 1.0.0 appVersion: 1.0.0

View File

@@ -28,7 +28,7 @@ applicationSet:
- group: "" - group: ""
kind: Service kind: Service
jqPathExpressions: jqPathExpressions:
- .status.loadBalancer.ingress[].ipMode - .status.loadBalancer.ingress[].ipMode
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true