@@ -65,22 +65,22 @@ The command removes all the Kubernetes components associated with the chart and
6565
6666### Common parameters
6767
68- | Name | Description | Value |
69- | ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------- |
70- | ` kubeVersion ` | Override Kubernetes version | ` "" ` |
71- | ` nameOverride ` | String to partially override common.names.name | ` "" ` |
72- | ` fullnameOverride ` | String to fully override common.names.fullname | ` "" ` |
73- | ` namespaceOverride ` | String to fully override common.names.namespace | ` "" ` |
74- | ` commonLabels ` | Labels to add to all deployed objects | ` {} ` |
75- | ` commonAnnotations ` | Annotations to add to all deployed objects | ` {} ` |
76- | ` clusterDomain ` | Kubernetes cluster domain name | ` cluster.local ` |
77- | ` extraDeploy ` | Array of extra objects to deploy with the release | ` [] ` |
78- | ` image.registry ` | Pinniped image registry | ` docker.io ` |
79- | ` image.repository ` | Pinniped image repository | ` bitnami/pinniped ` |
80- | ` image.tag ` | Pinniped image tag (immutable tags are recommended) | ` 0.25.0-scratch-r0 ` |
81- | ` image.digest ` | Pinniped image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
82- | ` image.pullPolicy ` | Pinniped image pull policy | ` IfNotPresent ` |
83- | ` image.pullSecrets ` | Pinniped image pull secrets | ` [] ` |
68+ | Name | Description | Value |
69+ | ------------------- | -------------------------------------------------------------------------------------------------------- | --------------------- |
70+ | ` kubeVersion ` | Override Kubernetes version | ` "" ` |
71+ | ` nameOverride ` | String to partially override common.names.name | ` "" ` |
72+ | ` fullnameOverride ` | String to fully override common.names.fullname | ` "" ` |
73+ | ` namespaceOverride ` | String to fully override common.names.namespace | ` "" ` |
74+ | ` commonLabels ` | Labels to add to all deployed objects | ` {} ` |
75+ | ` commonAnnotations ` | Annotations to add to all deployed objects | ` {} ` |
76+ | ` clusterDomain ` | Kubernetes cluster domain name | ` cluster.local ` |
77+ | ` extraDeploy ` | Array of extra objects to deploy with the release | ` [] ` |
78+ | ` image.registry ` | Pinniped image registry | ` docker.io ` |
79+ | ` image.repository ` | Pinniped image repository | ` bitnami/pinniped ` |
80+ | ` image.tag ` | Pinniped image tag (immutable tags are recommended) | ` 0.25.0-debian-11-r7 ` |
81+ | ` image.digest ` | Pinniped image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
82+ | ` image.pullPolicy ` | Pinniped image pull policy | ` IfNotPresent ` |
83+ | ` image.pullSecrets ` | Pinniped image pull secrets | ` [] ` |
8484
8585### Concierge Parameters
8686
0 commit comments