-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: shreddedbacon <[email protected]>
- Loading branch information
1 parent
af5ab72
commit 0a4a9de
Showing
1 changed file
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,52 @@ | ||
apiVersion: v1 | ||
entries: | ||
lagoon-build-deploy: | ||
- annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: fix servicemonitor for lagoon build metrics | ||
artifacthub.io/crds: | | ||
- kind: LagoonBuild | ||
version: v1beta2 | ||
name: lagoonbuild | ||
displayName: LagoonBuild | ||
description: This is the CRD used for managing LagoonBuilds | ||
- kind: LagoonTask | ||
version: v1beta2 | ||
name: lagoontask | ||
displayName: LagoonTask | ||
description: This is the CRD used for managing LagoonTasks | ||
- kind: LagoonBuild | ||
version: v1beta1 | ||
name: lagoonbuild | ||
displayName: LagoonBuild | ||
description: Deprecated - Use the newer v1beta2 resource | ||
- kind: LagoonTask | ||
version: v1beta1 | ||
name: lagoontask | ||
displayName: LagoonTask | ||
description: Deprecated - Use the newer v1beta2 resource | ||
apiVersion: v2 | ||
appVersion: v0.21.0 | ||
created: "2025-01-09T21:46:32.608318884Z" | ||
description: A Helm chart for Kubernetes which installs Lagoon remote controllers | ||
which are used for handling build and task pods (https://github.com/uselagoon/remote-controller). | ||
digest: 46cc860b48c4ce3c6ef031ec3e47ad7fbd611444f2202a959ac6f80a34197d80 | ||
home: https://github.com/uselagoon/lagoon-charts | ||
icon: https://raw.githubusercontent.com/uselagoon/lagoon-charts/main/icon.png | ||
kubeVersion: '>= 1.25.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: shreddedbacon | ||
url: https://amazee.io | ||
- email: [email protected] | ||
name: smlx | ||
url: https://amazee.io | ||
name: lagoon-build-deploy | ||
type: application | ||
urls: | ||
- https://github.com/uselagoon/lagoon-charts/releases/download/lagoon-build-deploy-0.31.1/lagoon-build-deploy-0.31.1.tgz | ||
version: 0.31.1 | ||
- annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
|
@@ -14865,4 +14911,4 @@ entries: | |
urls: | ||
- https://github.com/uselagoon/lagoon-charts/releases/download/lagoon-test-0.1.0/lagoon-test-0.1.0.tgz | ||
version: 0.1.0 | ||
generated: "2024-12-31T02:52:28.004342481Z" | ||
generated: "2025-01-09T21:46:32.609345464Z" |