mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 08:47:24 +08:00
extra manifests declared with the `extraDeploy` value used to be defined in a single List manifest. the issue with this setup, is that if you want to define a Job to be used as a Helm hook, it won't work - because Helm only look at top-level manifests to find the hook annotations. this PR changes the implementation of extra manifests, by rendering top-level manifests instead of wrapping them inside a List. charts users don't need to change anything in their values.yaml
19 lines
598 B
YAML
19 lines
598 B
YAML
apiVersion: v1
|
|
name: aspnet-core
|
|
version: 0.3.3
|
|
appVersion: 3.1.9
|
|
description: ASP.NET Core is an open-source framework created by Microsoft for building cloud-enabled, modern applications.
|
|
keywords:
|
|
- asp.net
|
|
- dotnet
|
|
home: https://github.com/bitnami/charts/tree/master/bitnami/aspnet-core
|
|
icon: https://bitnami.com/assets/stacks/aspnet-core/img/aspnet-core-stack-220x234.png
|
|
sources:
|
|
- https://github.com/bitnami/bitnami-docker-aspnet-core
|
|
- https://dotnet.microsoft.com/apps/aspnet
|
|
maintainers:
|
|
- name: Bitnami
|
|
email: containers@bitnami.com
|
|
annotations:
|
|
category: DeveloperTools
|