mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/kubeapps] Add nullable annotation in a param (#9209)
* Update image tags in readme Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * Add nullable param. Fix wrong param type. Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * Fix wrong tm character Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * Update bitnami/kubeapps/README.md Use the suggested TM html entity instead of the tm character Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com> Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * Add [array] modifier to the nullable param Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * [bitnami/kubeapps] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
ddcd4e5f8b
commit
b722173df5
@@ -33,4 +33,4 @@ maintainers:
|
||||
name: kubeapps
|
||||
sources:
|
||||
- https://github.com/kubeapps/kubeapps
|
||||
version: 7.8.2
|
||||
version: 7.8.3
|
||||
|
||||
@@ -28,7 +28,7 @@ With Kubeapps you can:
|
||||
|
||||
- Customize deployments through an intuitive, form-based user interface
|
||||
- Inspect, upgrade and delete applications installed in the cluster
|
||||
- Browse and deploy [Helm](https://github.com/helm/helm) charts from public or private chart repositories (including [VMware Marketplace<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>](https://marketplace.cloud.vmware.com) and [Bitnami Application Catalog](https://bitnami.com/application-catalog))
|
||||
- Browse and deploy [Helm](https://github.com/helm/helm) charts from public or private chart repositories (including [VMware Marketplace™](https://marketplace.cloud.vmware.com) and [Bitnami Application Catalog](https://bitnami.com/application-catalog))
|
||||
- Browse and deploy [Kubernetes Operators](https://operatorhub.io/)
|
||||
- Secure authentication to Kubeapps using a [standalone OAuth2/OIDC provider](https://github.com/kubeapps/kubeapps/blob/main/docs/user/using-an-OIDC-provider.md) or [using Pinniped](https://github.com/kubeapps/kubeapps/blob/main/docs/user/using-an-OIDC-provider-with-pinniped.md)
|
||||
- Secure authorization based on Kubernetes [Role-Based Access Control](https://github.com/kubeapps/kubeapps/blob/main/docs/user/access-control.md)
|
||||
@@ -117,7 +117,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| ------------------------------------------------ | ----------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `frontend.image.registry` | NGINX image registry | `docker.io` |
|
||||
| `frontend.image.repository` | NGINX image repository | `bitnami/nginx` |
|
||||
| `frontend.image.tag` | NGINX image tag (immutable tags are recommended) | `1.21.6-debian-10-r21` |
|
||||
| `frontend.image.tag` | NGINX image tag (immutable tags are recommended) | `1.21.6-debian-10-r27` |
|
||||
| `frontend.image.pullPolicy` | NGINX image pull policy | `IfNotPresent` |
|
||||
| `frontend.image.pullSecrets` | NGINX image pull secrets | `[]` |
|
||||
| `frontend.image.debug` | Enable image debug mode | `false` |
|
||||
@@ -185,7 +185,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| ------------------------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------- |
|
||||
| `dashboard.image.registry` | Dashboard image registry | `docker.io` |
|
||||
| `dashboard.image.repository` | Dashboard image repository | `bitnami/kubeapps-dashboard` |
|
||||
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `2.4.3-debian-10-r0` |
|
||||
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `2.4.3-debian-10-r6` |
|
||||
| `dashboard.image.pullPolicy` | Dashboard image pull policy | `IfNotPresent` |
|
||||
| `dashboard.image.pullSecrets` | Dashboard image pull secrets | `[]` |
|
||||
| `dashboard.image.debug` | Enable image debug mode | `false` |
|
||||
@@ -256,7 +256,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `apprepository.image.pullSecrets` | Kubeapps AppRepository Controller image pull secrets | `[]` |
|
||||
| `apprepository.syncImage.registry` | Kubeapps Asset Syncer image registry | `docker.io` |
|
||||
| `apprepository.syncImage.repository` | Kubeapps Asset Syncer image repository | `bitnami/kubeapps-asset-syncer` |
|
||||
| `apprepository.syncImage.tag` | Kubeapps Asset Syncer image tag (immutable tags are recommended) | `2.4.3-scratch-r1` |
|
||||
| `apprepository.syncImage.tag` | Kubeapps Asset Syncer image tag (immutable tags are recommended) | `2.4.3-scratch-r2` |
|
||||
| `apprepository.syncImage.pullPolicy` | Kubeapps Asset Syncer image pull policy | `IfNotPresent` |
|
||||
| `apprepository.syncImage.pullSecrets` | Kubeapps Asset Syncer image pull secrets | `[]` |
|
||||
| `apprepository.globalReposNamespaceSuffix` | Suffix for the namespace of global repos. Defaults to empty for backwards compatibility. | `""` |
|
||||
@@ -301,7 +301,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `kubeops.enabled` | Specifies whether this component should be installed. | `true` |
|
||||
| `kubeops.image.registry` | Kubeops image registry | `docker.io` |
|
||||
| `kubeops.image.repository` | Kubeops image repository | `bitnami/kubeapps-kubeops` |
|
||||
| `kubeops.image.tag` | Kubeops image tag (immutable tags are recommended) | `2.4.3-scratch-r1` |
|
||||
| `kubeops.image.tag` | Kubeops image tag (immutable tags are recommended) | `2.4.3-scratch-r2` |
|
||||
| `kubeops.image.pullPolicy` | Kubeops image pull policy | `IfNotPresent` |
|
||||
| `kubeops.image.pullSecrets` | Kubeops image pull secrets | `[]` |
|
||||
| `kubeops.namespaceHeaderName` | Additional header name for trusted namespaces | `""` |
|
||||
@@ -361,7 +361,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `assetsvc.enabled` | Specifies whether this deprecated component should be installed. | `false` |
|
||||
| `assetsvc.image.registry` | Kubeapps Assetsvc image registry | `docker.io` |
|
||||
| `assetsvc.image.repository` | Kubeapps Assetsvc image repository | `bitnami/kubeapps-assetsvc` |
|
||||
| `assetsvc.image.tag` | Kubeapps Assetsvc image tag (immutable tags are recommended) | `2.4.3-scratch-r1` |
|
||||
| `assetsvc.image.tag` | Kubeapps Assetsvc image tag (immutable tags are recommended) | `2.4.3-scratch-r2` |
|
||||
| `assetsvc.image.pullPolicy` | Kubeapps Assetsvc image pull policy | `IfNotPresent` |
|
||||
| `assetsvc.image.pullSecrets` | Kubeapps Assetsvc image pull secrets | `[]` |
|
||||
| `assetsvc.replicaCount` | Number of Assetsvc replicas to deploy | `1` |
|
||||
@@ -416,7 +416,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `authProxy.enabled` | Specifies whether Kubeapps should configure OAuth login/logout | `false` |
|
||||
| `authProxy.image.registry` | OAuth2 Proxy image registry | `docker.io` |
|
||||
| `authProxy.image.repository` | OAuth2 Proxy image repository | `bitnami/oauth2-proxy` |
|
||||
| `authProxy.image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.2.1-debian-10-r56` |
|
||||
| `authProxy.image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.2.1-debian-10-r62` |
|
||||
| `authProxy.image.pullPolicy` | OAuth2 Proxy image pull policy | `IfNotPresent` |
|
||||
| `authProxy.image.pullSecrets` | OAuth2 Proxy image pull secrets | `[]` |
|
||||
| `authProxy.external` | Use an external Auth Proxy instead of deploying its own one | `false` |
|
||||
@@ -449,7 +449,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `pinnipedProxy.enabled` | Specifies whether Kubeapps should configure Pinniped Proxy | `false` |
|
||||
| `pinnipedProxy.image.registry` | Pinniped Proxy image registry | `docker.io` |
|
||||
| `pinnipedProxy.image.repository` | Pinniped Proxy image repository | `bitnami/kubeapps-pinniped-proxy` |
|
||||
| `pinnipedProxy.image.tag` | Pinniped Proxy image tag (immutable tags are recommended) | `2.4.3-debian-10-r4` |
|
||||
| `pinnipedProxy.image.tag` | Pinniped Proxy image tag (immutable tags are recommended) | `2.4.3-debian-10-r11` |
|
||||
| `pinnipedProxy.image.pullPolicy` | Pinniped Proxy image pull policy | `IfNotPresent` |
|
||||
| `pinnipedProxy.image.pullSecrets` | Pinniped Proxy image pull secrets | `[]` |
|
||||
| `pinnipedProxy.defaultPinnipedNamespace` | Specify the (default) namespace in which pinniped concierge is installed | `pinniped-concierge` |
|
||||
@@ -476,7 +476,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
|
||||
| `testImage.registry` | NGINX image registry | `docker.io` |
|
||||
| `testImage.repository` | NGINX image repository | `bitnami/nginx` |
|
||||
| `testImage.tag` | NGINX image tag (immutable tags are recommended) | `1.21.6-debian-10-r21` |
|
||||
| `testImage.tag` | NGINX image tag (immutable tags are recommended) | `1.21.6-debian-10-r27` |
|
||||
| `testImage.pullPolicy` | NGINX image pull policy | `IfNotPresent` |
|
||||
| `testImage.pullSecrets` | NGINX image pull secrets | `[]` |
|
||||
|
||||
@@ -501,7 +501,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
|
||||
| Name | Description | Value |
|
||||
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------- |
|
||||
| `kubeappsapis.enabledPlugins` | Manually override which plugins are enabled for the Kubeapps-APIs service | `nil` |
|
||||
| `kubeappsapis.enabledPlugins` | Manually override which plugins are enabled for the Kubeapps-APIs service | `[]` |
|
||||
| `kubeappsapis.pluginConfig.core.packages.v1alpha1.versionsInSummary.major` | Number of major versions to display in the summary | `3` |
|
||||
| `kubeappsapis.pluginConfig.core.packages.v1alpha1.versionsInSummary.minor` | Number of minor versions to display in the summary | `3` |
|
||||
| `kubeappsapis.pluginConfig.core.packages.v1alpha1.versionsInSummary.patch` | Number of patch versions to display in the summary | `3` |
|
||||
@@ -511,7 +511,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `kubeappsapis.pluginConfig.kappController.packages.v1alpha1.defaultAllowDowngrades` | Default policy for allowing applications to be downgraded to previous versions | `false` |
|
||||
| `kubeappsapis.image.registry` | Kubeapps-APIs image registry | `docker.io` |
|
||||
| `kubeappsapis.image.repository` | Kubeapps-APIs image repository | `bitnami/kubeapps-apis` |
|
||||
| `kubeappsapis.image.tag` | Kubeapps-APIs image tag (immutable tags are recommended) | `2.4.3-debian-10-r7` |
|
||||
| `kubeappsapis.image.tag` | Kubeapps-APIs image tag (immutable tags are recommended) | `2.4.3-debian-10-r14` |
|
||||
| `kubeappsapis.image.pullPolicy` | Kubeapps-APIs image pull policy | `IfNotPresent` |
|
||||
| `kubeappsapis.image.pullSecrets` | Kubeapps-APIs image pull secrets | `[]` |
|
||||
| `kubeappsapis.replicaCount` | Number of frontend replicas to deploy | `2` |
|
||||
|
||||
@@ -173,7 +173,7 @@ frontend:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.21.6-debian-10-r27
|
||||
tag: 1.21.6-debian-10-r28
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -437,7 +437,7 @@ dashboard:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-dashboard
|
||||
tag: 2.4.3-debian-10-r6
|
||||
tag: 2.4.3-debian-10-r7
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1335,7 +1335,7 @@ authProxy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/oauth2-proxy
|
||||
tag: 7.2.1-debian-10-r62
|
||||
tag: 7.2.1-debian-10-r63
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1448,7 +1448,7 @@ pinnipedProxy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-pinniped-proxy
|
||||
tag: 2.4.3-debian-10-r11
|
||||
tag: 2.4.3-debian-10-r12
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1567,7 +1567,7 @@ rbac:
|
||||
testImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.21.6-debian-10-r27
|
||||
tag: 1.21.6-debian-10-r28
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1636,7 +1636,7 @@ kubeappsapis:
|
||||
## set this value if you want to manually override the list of plugins
|
||||
## enabled for the service.
|
||||
##
|
||||
enabledPlugins:
|
||||
enabledPlugins: []
|
||||
pluginConfig:
|
||||
core:
|
||||
packages:
|
||||
@@ -1656,7 +1656,7 @@ kubeappsapis:
|
||||
## @param kubeappsapis.pluginConfig.kappController.packages.v1alpha1.defaultUpgradePolicy Default upgrade policy generating version constraints
|
||||
## enum: [ "major", "minor", "patch", "none" ]
|
||||
defaultUpgradePolicy: none
|
||||
## @param kubeappsapis.pluginConfig.kappController.packages.v1alpha1.defaultPrereleasesVersionSelection Default policy for allowing prereleases containing one of the identifiers
|
||||
## @param kubeappsapis.pluginConfig.kappController.packages.v1alpha1.defaultPrereleasesVersionSelection [array,nullable] Default policy for allowing prereleases containing one of the identifiers
|
||||
## ref: https://carvel.dev/kapp-controller/docs/latest/package-consumer-concepts/#prereleases
|
||||
## e.g:
|
||||
# defaultPrereleasesVersionSelection:
|
||||
@@ -1676,7 +1676,7 @@ kubeappsapis:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-apis
|
||||
tag: 2.4.3-debian-10-r14
|
||||
tag: 2.4.3-debian-10-r15
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user