mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
[bitnami/aspnet-core] Release 4.0.1 (#13946)
* [bitnami/aspnet-core] Release 4.0.1 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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.0
|
||||
digest: sha256:37461c5f173941a690d5a9c70490eeee40fcdab612f8cb063e655dbe85211b91
|
||||
generated: "2022-11-22T14:42:06.90448097Z"
|
||||
version: 2.2.2
|
||||
digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5
|
||||
generated: "2022-12-13T19:05:58.118085414Z"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
annotations:
|
||||
category: DeveloperTools
|
||||
apiVersion: v2
|
||||
appVersion: 7.0.0
|
||||
appVersion: 7.0.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -22,4 +22,4 @@ name: aspnet-core
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/aspnet-core
|
||||
- https://dotnet.microsoft.com/apps/aspnet
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
|
||||
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| -------------------- | ------------------------------------------------------------------------------------------------------------ | --------------------- |
|
||||
| `image.registry` | ASP.NET Core image registry | `docker.io` |
|
||||
| `image.repository` | ASP.NET Core image repository | `bitnami/aspnet-core` |
|
||||
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `7.0.0-debian-11-r0` |
|
||||
| `image.tag` | ASP.NET Core image tag (immutable tags are recommended) | `7.0.1-debian-11-r0` |
|
||||
| `image.digest` | ASP.NET Core image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | ASP.NET Core image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | ASP.NET Core image pull secrets | `[]` |
|
||||
@@ -167,7 +167,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `appFromExternalRepo.enabled` | Enable to download/build ASP.NET Core app from external git repository | `true` |
|
||||
| `appFromExternalRepo.clone.image.registry` | Git image registry | `docker.io` |
|
||||
| `appFromExternalRepo.clone.image.repository` | Git image repository | `bitnami/git` |
|
||||
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.38.1-debian-11-r12` |
|
||||
| `appFromExternalRepo.clone.image.tag` | Git image tag (immutable tags are recommended) | `2.39.0-debian-11-r0` |
|
||||
| `appFromExternalRepo.clone.image.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `appFromExternalRepo.clone.image.pullPolicy` | Git image pull policy | `IfNotPresent` |
|
||||
| `appFromExternalRepo.clone.image.pullSecrets` | Git image pull secrets | `[]` |
|
||||
@@ -176,7 +176,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `appFromExternalRepo.clone.extraVolumeMounts` | Add extra volume mounts for the GIT container | `[]` |
|
||||
| `appFromExternalRepo.publish.image.registry` | .NET SDK image registry | `docker.io` |
|
||||
| `appFromExternalRepo.publish.image.repository` | .NET SDK image repository | `bitnami/dotnet-sdk` |
|
||||
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `7.0.100-debian-11-r0` |
|
||||
| `appFromExternalRepo.publish.image.tag` | .NET SDK image tag (immutable tags are recommended) | `7.0.100-debian-11-r7` |
|
||||
| `appFromExternalRepo.publish.image.digest` | .NET SDK image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `appFromExternalRepo.publish.image.pullPolicy` | .NET SDK image pull policy | `IfNotPresent` |
|
||||
| `appFromExternalRepo.publish.image.pullSecrets` | .NET SDK image pull secrets | `[]` |
|
||||
|
||||
@@ -61,7 +61,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/aspnet-core
|
||||
tag: 7.0.0-debian-11-r0
|
||||
tag: 7.0.1-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -373,7 +373,7 @@ appFromExternalRepo:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/git
|
||||
tag: 2.38.1-debian-11-r12
|
||||
tag: 2.39.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -415,7 +415,7 @@ appFromExternalRepo:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/dotnet-sdk
|
||||
tag: 7.0.100-debian-11-r0
|
||||
tag: 7.0.100-debian-11-r7
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user