Skip to content

Commit

Permalink
update 09/12/24 14:18:05
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Sep 12, 2024
1 parent 7447f32 commit 9e78a67
Show file tree
Hide file tree
Showing 49 changed files with 9,726 additions and 1,243 deletions.
6 changes: 5 additions & 1 deletion charts/qovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ dependencies:
condition: services.aws.aws-ebs-csi-driver.enabled
version: 2.27.0
repository: file://charts/aws-ebs-csi-driver
- name: aws-load-balancer-controller
condition: services.aws.aws-load-balancer-controller.enabled
version: 1.8.0
repository: file://charts/aws-load-balancer-controller
- name: ingress-nginx
condition: services.ingress.ingress-nginx.enabled
version: 4.8.3
Expand All @@ -36,7 +40,7 @@ dependencies:
repository: file://charts/loki
- name: cert-manager
condition: services.certificates.cert-manager.enabled
version: v1.13.3
version: v1.15.3
repository: file://charts/cert-manager
- name: cert-manager-configs
condition: services.certificates.cert-manager-configs.enabled
Expand Down
25 changes: 25 additions & 0 deletions charts/qovery/charts/aws-load-balancer-controller/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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/
crds/kustomization.yaml
test.yaml
22 changes: 22 additions & 0 deletions charts/qovery/charts/aws-load-balancer-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: v2
appVersion: v2.8.0
description: AWS Load Balancer Controller Helm chart for Kubernetes
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
keywords:
- eks
- alb
- load balancer
- ingress
- nlb
maintainers:
- email: [email protected]
name: kishorj
url: https://github.com/kishorj
- email: [email protected]
name: m00nf1sh
url: https://github.com/m00nf1sh
name: aws-load-balancer-controller
sources:
- https://github.com/aws/eks-charts
version: 1.8.0
281 changes: 281 additions & 0 deletions charts/qovery/charts/aws-load-balancer-controller/README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--set clusterName=k8s-ci-cluster
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CI testing values for aws-load-balancer-controller

region: us-west-2
image:
repository: public.ecr.aws/eks/aws-load-balancer-controller
tag: v2.4.5
pullPolicy: Always
Loading

0 comments on commit 9e78a67

Please sign in to comment.