@@ -70,19 +70,19 @@ The command removes all the Kubernetes components associated with the chart and
7070
7171### ASP.NET Core parameters
7272
73- | Name | Description | Value |
74- | -------------------- | -------------------------------------------------------------------- | ---------------------- |
75- | ` image.registry ` | ASP.NET Core image registry | ` docker.io ` |
76- | ` image.repository ` | ASP.NET Core image repository | ` bitnami/aspnet-core ` |
77- | ` image.tag ` | ASP.NET Core image tag (immutable tags are recommended) | ` 3.1.18 -debian-10-r15 ` |
78- | ` image.pullPolicy ` | ASP.NET Core image pull policy | ` IfNotPresent ` |
79- | ` image.pullSecrets ` | ASP.NET Core image pull secrets | ` [] ` |
80- | ` command ` | Override default container command (useful when using custom images) | ` [] ` |
81- | ` args ` | Override default container args (useful when using custom images) | ` [] ` |
82- | ` bindURLs ` | URLs to bind | ` http://+:8080 ` |
83- | ` extraEnvVars ` | Extra environment variables to be set on ASP.NET Core container | ` [] ` |
84- | ` extraEnvVarsCM ` | ConfigMap with extra environment variables | ` "" ` |
85- | ` extraEnvVarsSecret ` | Secret with extra environment variables | ` "" ` |
73+ | Name | Description | Value |
74+ | -------------------- | -------------------------------------------------------------------- | --------------------- |
75+ | ` image.registry ` | ASP.NET Core image registry | ` docker.io ` |
76+ | ` image.repository ` | ASP.NET Core image repository | ` bitnami/aspnet-core ` |
77+ | ` image.tag ` | ASP.NET Core image tag (immutable tags are recommended) | ` 3.1.19 -debian-10-r0 ` |
78+ | ` image.pullPolicy ` | ASP.NET Core image pull policy | ` IfNotPresent ` |
79+ | ` image.pullSecrets ` | ASP.NET Core image pull secrets | ` [] ` |
80+ | ` command ` | Override default container command (useful when using custom images) | ` [] ` |
81+ | ` args ` | Override default container args (useful when using custom images) | ` [] ` |
82+ | ` bindURLs ` | URLs to bind | ` http://+:8080 ` |
83+ | ` extraEnvVars ` | Extra environment variables to be set on ASP.NET Core container | ` [] ` |
84+ | ` extraEnvVarsCM ` | ConfigMap with extra environment variables | ` "" ` |
85+ | ` extraEnvVarsSecret ` | Secret with extra environment variables | ` "" ` |
8686
8787
8888### ASP.NET Core deployment parameters
@@ -145,15 +145,15 @@ The command removes all the Kubernetes components associated with the chart and
145145| ` appFromExternalRepo.enabled ` | Enable to download/build ASP.NET Core app from external git repository | ` true ` |
146146| ` appFromExternalRepo.clone.image.registry ` | Git image registry | ` docker.io ` |
147147| ` appFromExternalRepo.clone.image.repository ` | Git image repository | ` bitnami/git ` |
148- | ` appFromExternalRepo.clone.image.tag ` | Git image tag (immutable tags are recommended) | ` 2.33.0-debian-10-r9 ` |
148+ | ` appFromExternalRepo.clone.image.tag ` | Git image tag (immutable tags are recommended) | ` 2.33.0-debian-10-r28 ` |
149149| ` appFromExternalRepo.clone.image.pullPolicy ` | Git image pull policy | ` IfNotPresent ` |
150150| ` appFromExternalRepo.clone.image.pullSecrets ` | Git image pull secrets | ` [] ` |
151151| ` appFromExternalRepo.clone.repository ` | Git repository to clone | ` https://github.com/dotnet/AspNetCore.Docs.git ` |
152152| ` appFromExternalRepo.clone.revision ` | Git revision to checkout | ` main ` |
153153| ` appFromExternalRepo.clone.extraVolumeMounts ` | Add extra volume mounts for the GIT container | ` [] ` |
154154| ` appFromExternalRepo.publish.image.registry ` | .NET SDK image registry | ` docker.io ` |
155155| ` appFromExternalRepo.publish.image.repository ` | .NET SDK image repository | ` bitnami/dotnet-sdk ` |
156- | ` appFromExternalRepo.publish.image.tag ` | .NET SDK image tag (immutable tags are recommended) | ` 3.1.412-debian-10-r14 ` |
156+ | ` appFromExternalRepo.publish.image.tag ` | .NET SDK image tag (immutable tags are recommended) | ` 3.1.412-debian-10-r33 ` |
157157| ` appFromExternalRepo.publish.image.pullPolicy ` | .NET SDK image pull policy | ` IfNotPresent ` |
158158| ` appFromExternalRepo.publish.image.pullSecrets ` | .NET SDK image pull secrets | ` [] ` |
159159| ` appFromExternalRepo.publish.subFolder ` | Sub folder under the Git repository containing the ASP.NET Core app | ` aspnetcore/fundamentals/servers/kestrel/samples/3.x/KestrelSample ` |
0 commit comments