[bitnami/aspnet-core] Release 4.0.10 (#15841)

* [bitnami/aspnet-core] Release 4.0.10 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-04-01 13:43:12 +02:00
committed by GitHub
parent dec15f21ce
commit f1291f078f
3 changed files with 7 additions and 7 deletions

View File

@@ -22,4 +22,4 @@ name: aspnet-core
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/aspnet-core
- https://dotnet.microsoft.com/apps/aspnet
version: 4.0.9
version: 4.0.10

View File

@@ -80,7 +80,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.4-debian-11-r1` |
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `7.0.4-debian-11-r5` |
| `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 +163,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.0-debian-11-r0` |
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.40.0-debian-11-r4` |
| `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 +172,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.202-debian-11-r0` |
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `7.0.202-debian-11-r3` |
| `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.4-debian-11-r1
tag: 7.0.4-debian-11-r5
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.0-debian-11-r0
tag: 2.40.0-debian-11-r4
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.202-debian-11-r0
tag: 7.0.202-debian-11-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'