mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-21 11:06:10 +10:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user