[bitnami/aspnet-core] Release 4.2.1 (#16756)

* [bitnami/aspnet-core] Release 4.2.1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-21 15:29:58 +01:00
committed by GitHub
parent 79a5ffee6c
commit 306c989718
4 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.5
digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3
generated: "2023-05-09T02:41:05.475083601Z"
version: 2.4.0
digest: sha256:8c1a5dc923412d11d4d841420494b499cb707305c8b9f87f45ea1a8bf3172cb3
generated: "2023-05-21T13:52:48.882180871Z"

View File

@@ -21,4 +21,4 @@ maintainers:
name: aspnet-core
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/aspnet-core
version: 4.2.0
version: 4.2.1

View File

@@ -8,8 +8,6 @@ ASP.NET Core is an open-source framework for web application development created
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
Looking to use ASP.NET in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## TL;DR
```console
@@ -80,7 +78,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------- | ------------------------------------------------------------------------------------------------------------ | --------------------- |
| `image.registry` | ASP.NET Core image registry | `docker.io` |
| `image.repository` | ASP.NET Core image repository | `bitnami/aspnet-core` |
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `7.0.5-debian-11-r9` |
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `7.0.5-debian-11-r14` |
| `image.digest` | ASP.NET Core image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | ASP.NET Core image pull policy | `IfNotPresent` |
| `image.pullSecrets` | ASP.NET Core image pull secrets | `[]` |
@@ -163,7 +161,7 @@ The command removes all the Kubernetes components associated with the chart and
| `appFromExternalRepo.enabled` | Enable to download/build ASP.NET Core app from external git repository | `true` |
| `appFromExternalRepo.clone.image.registry` | Git image registry | `docker.io` |
| `appFromExternalRepo.clone.image.repository` | Git image repository | `bitnami/git` |
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.40.1-debian-11-r4` |
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.40.1-debian-11-r7` |
| `appFromExternalRepo.clone.image.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `appFromExternalRepo.clone.image.pullPolicy` | Git image pull policy | `IfNotPresent` |
| `appFromExternalRepo.clone.image.pullSecrets` | Git image pull secrets | `[]` |
@@ -172,7 +170,7 @@ The command removes all the Kubernetes components associated with the chart and
| `appFromExternalRepo.clone.extraVolumeMounts` | Add extra volume mounts for the GIT container | `[]` |
| `appFromExternalRepo.publish.image.registry` | .NET SDK image registry | `docker.io` |
| `appFromExternalRepo.publish.image.repository` | .NET SDK image repository | `bitnami/dotnet-sdk` |
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `7.0.203-debian-11-r8` |
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `7.0.302-debian-11-r0` |
| `appFromExternalRepo.publish.image.digest` | .NET SDK image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `appFromExternalRepo.publish.image.pullPolicy` | .NET SDK image pull policy | `IfNotPresent` |
| `appFromExternalRepo.publish.image.pullSecrets` | .NET SDK image pull secrets | `[]` |

View File

@@ -61,7 +61,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/aspnet-core
tag: 7.0.5-debian-11-r9
tag: 7.0.5-debian-11-r14
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -373,7 +373,7 @@ appFromExternalRepo:
image:
registry: docker.io
repository: bitnami/git
tag: 2.40.1-debian-11-r4
tag: 2.40.1-debian-11-r7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -415,7 +415,7 @@ appFromExternalRepo:
image:
registry: docker.io
repository: bitnami/dotnet-sdk
tag: 7.0.203-debian-11-r8
tag: 7.0.302-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'