Skip to content

Commit d5577f4

Browse files
author
Bitnami Bot
authored
[bitnami/aspnet-core] Release 4.0.2 (bitnami#14258)
* [bitnami/aspnet-core] Release 4.0.2 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>
1 parent e18e900 commit d5577f4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bitnami/aspnet-core/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotations:
22
category: DeveloperTools
33
apiVersion: v2
4-
appVersion: 7.0.1
4+
appVersion: 7.0.2
55
dependencies:
66
- name: common
77
repository: https://charts.bitnami.com/bitnami
@@ -22,4 +22,4 @@ name: aspnet-core
2222
sources:
2323
- https://github.com/bitnami/containers/tree/main/bitnami/aspnet-core
2424
- https://dotnet.microsoft.com/apps/aspnet
25-
version: 4.0.1
25+
version: 4.0.2

bitnami/aspnet-core/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
8282
| -------------------- | ------------------------------------------------------------------------------------------------------------ | --------------------- |
8383
| `image.registry` | ASP.NET Core image registry | `docker.io` |
8484
| `image.repository` | ASP.NET Core image repository | `bitnami/aspnet-core` |
85-
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `7.0.1-debian-11-r0` |
85+
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `7.0.2-debian-11-r0` |
8686
| `image.digest` | ASP.NET Core image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8787
| `image.pullPolicy` | ASP.NET Core image pull policy | `IfNotPresent` |
8888
| `image.pullSecrets` | ASP.NET Core image pull secrets | `[]` |
@@ -167,7 +167,7 @@ The command removes all the Kubernetes components associated with the chart and
167167
| `appFromExternalRepo.enabled` | Enable to download/build ASP.NET Core app from external git repository | `true` |
168168
| `appFromExternalRepo.clone.image.registry` | Git image registry | `docker.io` |
169169
| `appFromExternalRepo.clone.image.repository` | Git image repository | `bitnami/git` |
170-
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.39.0-debian-11-r0` |
170+
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.39.0-debian-11-r9` |
171171
| `appFromExternalRepo.clone.image.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
172172
| `appFromExternalRepo.clone.image.pullPolicy` | Git image pull policy | `IfNotPresent` |
173173
| `appFromExternalRepo.clone.image.pullSecrets` | Git image pull secrets | `[]` |
@@ -176,7 +176,7 @@ The command removes all the Kubernetes components associated with the chart and
176176
| `appFromExternalRepo.clone.extraVolumeMounts` | Add extra volume mounts for the GIT container | `[]` |
177177
| `appFromExternalRepo.publish.image.registry` | .NET SDK image registry | `docker.io` |
178178
| `appFromExternalRepo.publish.image.repository` | .NET SDK image repository | `bitnami/dotnet-sdk` |
179-
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `7.0.100-debian-11-r7` |
179+
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `7.0.102-debian-11-r0` |
180180
| `appFromExternalRepo.publish.image.digest` | .NET SDK image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
181181
| `appFromExternalRepo.publish.image.pullPolicy` | .NET SDK image pull policy | `IfNotPresent` |
182182
| `appFromExternalRepo.publish.image.pullSecrets` | .NET SDK image pull secrets | `[]` |

bitnami/aspnet-core/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extraDeploy: []
6161
image:
6262
registry: docker.io
6363
repository: bitnami/aspnet-core
64-
tag: 7.0.1-debian-11-r0
64+
tag: 7.0.2-debian-11-r0
6565
digest: ""
6666
## Specify a imagePullPolicy
6767
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -373,7 +373,7 @@ appFromExternalRepo:
373373
image:
374374
registry: docker.io
375375
repository: bitnami/git
376-
tag: 2.39.0-debian-11-r0
376+
tag: 2.39.0-debian-11-r9
377377
digest: ""
378378
## Specify a imagePullPolicy
379379
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -415,7 +415,7 @@ appFromExternalRepo:
415415
image:
416416
registry: docker.io
417417
repository: bitnami/dotnet-sdk
418-
tag: 7.0.100-debian-11-r7
418+
tag: 7.0.102-debian-11-r0
419419
digest: ""
420420
## Specify a imagePullPolicy
421421
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)