[bitnami/aspnet-core] Change default repo branch from master to main (#5795)

* [bitnami/aspnet-core] Change default repo branch from master to main
* Update README.md
This commit is contained in:
Carlos Rodríguez Hernández
2021-03-16 11:27:48 +01:00
committed by GitHub
parent 22ba124018
commit bb7bfe8170
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ name: aspnet-core
sources:
- https://github.com/bitnami/bitnami-docker-aspnet-core
- https://dotnet.microsoft.com/apps/aspnet
version: 1.2.4
version: 1.2.5
+2 -2
View File
@@ -134,7 +134,7 @@ The following tables lists the configurable parameters of the ASP.NET Core chart
| `appFromExternalRepo.clone.image.pullPolicy` | GIT image pull policy | `IfNotPresent` |
| `appFromExternalRepo.clone.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `appFromExternalRepo.clone.repository` | GIT Repository to clone | `https://github.com/dotnet/AspNetCore.Docs.git` |
| `appFromExternalRepo.clone.revision` | GIT revision to checkout | `master` |
| `appFromExternalRepo.clone.revision` | GIT revision to checkout | `main` |
| `appFromExternalRepo.publish.image.registry` | .NET SDK image registry | `docker.io` |
| `appFromExternalRepo.publish.image.repository` | .NET SDK Image name | `bitnami/git` |
| `appFromExternalRepo.publish.image.tag` | .NET SDK Image tag | `{TAG_NAME}` |
@@ -259,7 +259,7 @@ For example, you can deploy a sample [Kestrel server](https://docs.microsoft.com
```console
appFromExternalRepo.enabled=true
appFromExternalRepo.clone.repository=https://github.com/dotnet/AspNetCore.Docs.git
appFromExternalRepo.clone.branch=master
appFromExternalRepo.clone.revision=main
appFromExternalRepo.publish.aspnetcore/fundamentals/servers/kestrel/samples/3.x/KestrelSample
appFromExternalRepo.startCommand[0]=dotnet
appFromExternalRepo.startCommand[1]=KestrelSample.dll
+1 -1
View File
@@ -79,7 +79,7 @@ appFromExternalRepo:
repository: https://github.com/dotnet/AspNetCore.Docs.git
## Git revision to checkout
##
revision: master
revision: main
publish:
## Bitnami .NET SDK image version
## ref: https://hub.docker.com/r/bitnami/dotnet-sdk/tags/