Skip to content

Commit

Permalink
Add MetalLB package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian-ZH authored and hardys committed Oct 19, 2023
1 parent 4b6930b commit 1915aa9
Show file tree
Hide file tree
Showing 55 changed files with 3,943 additions and 14 deletions.
Binary file modified assets/metallb/metallb-0.13.10.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/metal3/0.1.0/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
repository: file://./charts/powerdns
version: 0.1.0
description: A Helm chart that installs all of the dependencies needed for Metal3
icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg
name: metal3
type: application
version: 0.1.0
icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
appVersion: v0.13.10
dependencies:
- condition: crds.enabled
name: crds
repository: ""
name: metallb-crds
repository: file://./charts/metallb-crds
version: 0.13.10
description: A network load-balancer implementation for Kubernetes using standard
routing protocols
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v0.13.10
description: MetalLB CRDs
home: https://metallb.universe.tf
icon: https://metallb.universe.tf/images/logo/metallb-white.png
name: crds
name: metallb-crds
sources:
- https://github.com/metallb/metallb
type: application
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions charts/metallb/Chart.lock

This file was deleted.

8 changes: 4 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ entries:
metallb:
- apiVersion: v2
appVersion: v0.13.10
created: "2023-10-17T12:11:17.582747+03:00"
created: "2023-10-18T19:10:01.00714+03:00"
dependencies:
- condition: crds.enabled
name: crds
repository: ""
name: metallb-crds
repository: file://./charts/metallb-crds
version: 0.13.10
description: A network load-balancer implementation for Kubernetes using standard
routing protocols
digest: 8d5edc2379c5ef3a4ecda85fc3f81644e4163627f4d3d0f879005ccdefddb7f3
digest: bc4d81b17e15a885e7510092e6ca735775291d4c81057852704df6772722ef0e
home: https://metallb.universe.tf
icon: https://metallb.universe.tf/images/logo/metallb-white.png
kubeVersion: '>= 1.19.0-0'
Expand Down
23 changes: 23 additions & 0 deletions packages/metallb-crds/charts/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
10 changes: 10 additions & 0 deletions packages/metallb-crds/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v2
appVersion: v0.13.10
description: MetalLB CRDs
home: https://metallb.universe.tf
icon: https://metallb.universe.tf/images/logo/metallb-white.png
name: metallb-crds
sources:
- https://github.com/metallb/metallb
type: application
version: 0.13.10
14 changes: 14 additions & 0 deletions packages/metallb-crds/charts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# crds

![Version: 0.13.10](https://img.shields.io/badge/Version-0.13.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.10](https://img.shields.io/badge/AppVersion-v0.13.10-informational?style=flat-square)

MetalLB CRDs

**Homepage:** <https://metallb.universe.tf>

## Source Code

* <https://github.com/metallb/metallb>

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
Loading

0 comments on commit 1915aa9

Please sign in to comment.