From f1291f078f1d949e8194986b9f2238be84401b2e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 1 Apr 2023 13:43:12 +0200 Subject: [PATCH] [bitnami/aspnet-core] Release 4.0.10 (#15841) * [bitnami/aspnet-core] Release 4.0.10 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/aspnet-core/Chart.yaml | 2 +- bitnami/aspnet-core/README.md | 6 +++--- bitnami/aspnet-core/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/aspnet-core/Chart.yaml b/bitnami/aspnet-core/Chart.yaml index 96b91b0d30..35e8ee0762 100644 --- a/bitnami/aspnet-core/Chart.yaml +++ b/bitnami/aspnet-core/Chart.yaml @@ -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 diff --git a/bitnami/aspnet-core/README.md b/bitnami/aspnet-core/README.md index 0edc421c37..84dc74e037 100644 --- a/bitnami/aspnet-core/README.md +++ b/bitnami/aspnet-core/README.md @@ -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 | `[]` | diff --git a/bitnami/aspnet-core/values.yaml b/bitnami/aspnet-core/values.yaml index 98fbbfd428..695ba1c479 100644 --- a/bitnami/aspnet-core/values.yaml +++ b/bitnami/aspnet-core/values.yaml @@ -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'