-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update package ingress-nginx (#363)
Signed-off-by: glasskube-bot <[email protected]> Signed-off-by: Philip Miglinci <[email protected]> Co-authored-by: Philip Miglinci <[email protected]>
- Loading branch information
1 parent
4d4b45c
commit fc12cfb
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
packages/ingress-nginx/v1.12.0-beta.0+1/.test/config-values.txt
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
"ingress-nginx-ns" --value "ingressClass=nginx" --value "ingressClassController=ingress-nginx" |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json | ||
|
||
name: ingress-nginx | ||
shortDescription: ingress-nginx is an Ingress controller for Kubernetes using | ||
NGINX as a reverse proxy and load balancer. | ||
longDescription: Ingress controller for Kubernetes using NGINX as a reverse | ||
proxy and load balancer | ||
iconUrl: https://avatars.githubusercontent.com/u/13629408 | ||
scope: Namespaced | ||
defaultNamespace: ingress-nginx | ||
helm: | ||
chartName: ingress-nginx | ||
chartVersion: 4.12.0-beta.0 | ||
repositoryUrl: https://kubernetes.github.io/ingress-nginx | ||
values: | ||
controller: | ||
ingressClassResource: {} | ||
references: | ||
- label: ArtifactHub | ||
url: https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx | ||
valueDefinitions: | ||
ingressClass: | ||
type: text | ||
defaultValue: nginx | ||
metadata: | ||
description: | | ||
Name of the ingressClass managed by the controller | ||
constraints: | ||
required: false | ||
targets: | ||
- chartName: ingress-nginx | ||
patch: | ||
op: add | ||
path: /controller/ingressClass | ||
- chartName: ingress-nginx | ||
patch: | ||
op: add | ||
path: /controller/ingressClassResource/name | ||
ingressClassController: | ||
type: text | ||
defaultValue: ingress-nginx | ||
metadata: | ||
description: | | ||
Controller-value of the controller that is processing this ingressClass | ||
constraints: | ||
required: false | ||
targets: | ||
- chartName: ingress-nginx | ||
patch: | ||
op: add | ||
path: /controller/ingressClassResource/controllerValue | ||
valueTemplate: | | ||
"k8s.io\/{{ . }}" |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ latestVersion: v1.9.6+1 | |
versions: | ||
- version: v1.9.5+1 | ||
- version: v1.9.6+1 | ||
- version: v1.12.0-beta.0+1 |