@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
82
82
| -------------------- | ------------------------------------------------------------------------------------------------------------ | --------------------- |
83
83
| ` image.registry ` | ASP.NET Core image registry | ` docker.io ` |
84
84
| ` 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 ` |
86
86
| ` image.digest ` | ASP.NET Core image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
87
87
| ` image.pullPolicy ` | ASP.NET Core image pull policy | ` IfNotPresent ` |
88
88
| ` image.pullSecrets ` | ASP.NET Core image pull secrets | ` [] ` |
@@ -167,7 +167,7 @@ The command removes all the Kubernetes components associated with the chart and
167
167
| ` appFromExternalRepo.enabled ` | Enable to download/build ASP.NET Core app from external git repository | ` true ` |
168
168
| ` appFromExternalRepo.clone.image.registry ` | Git image registry | ` docker.io ` |
169
169
| ` 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 ` |
171
171
| ` appFromExternalRepo.clone.image.digest ` | Git image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
172
172
| ` appFromExternalRepo.clone.image.pullPolicy ` | Git image pull policy | ` IfNotPresent ` |
173
173
| ` appFromExternalRepo.clone.image.pullSecrets ` | Git image pull secrets | ` [] ` |
@@ -176,7 +176,7 @@ The command removes all the Kubernetes components associated with the chart and
176
176
| ` appFromExternalRepo.clone.extraVolumeMounts ` | Add extra volume mounts for the GIT container | ` [] ` |
177
177
| ` appFromExternalRepo.publish.image.registry ` | .NET SDK image registry | ` docker.io ` |
178
178
| ` 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 ` |
180
180
| ` appFromExternalRepo.publish.image.digest ` | .NET SDK image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
181
181
| ` appFromExternalRepo.publish.image.pullPolicy ` | .NET SDK image pull policy | ` IfNotPresent ` |
182
182
| ` appFromExternalRepo.publish.image.pullSecrets ` | .NET SDK image pull secrets | ` [] ` |
0 commit comments