
The digest uniquely identifies a specific version of the image, so it is never updated by Kubernetes unless you change the digest value. This is desirable for security to gain confidence that no unvetted changes are pulled to a deployment.
16 lines
486 B
YAML
16 lines
486 B
YAML
apiVersion: v1
|
|
name: ingress-nginx
|
|
version: 2.3.0
|
|
appVersion: 0.32.0
|
|
home: https://github.com/kubernetes/ingress-nginx
|
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
|
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
|
|
keywords:
|
|
- ingress
|
|
- nginx
|
|
sources:
|
|
- https://github.com/kubernetes/ingress-nginx
|
|
maintainers:
|
|
- name: ChiefAlexander
|
|
engine: gotpl
|
|
kubeVersion: ">=1.10.0-0"
|