|
1 | 1 | # bitbucket |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A chart for installing Bitbucket Data Center on Kubernetes |
6 | 6 |
|
@@ -84,10 +84,10 @@ Kubernetes: `>=1.21.x-0` |
84 | 84 | | bitbucket.mesh.affinity | object | `{}` | Standard Kubernetes affinities that will be applied to all Bitbucket mesh pods | |
85 | 85 | | bitbucket.mesh.enabled | bool | `false` | Enable Bitbucket Mesh. See: https://confluence.atlassian.com/bitbucketserver/bitbucket-mesh-1128304351.html | |
86 | 86 | | bitbucket.mesh.hostNamespaces | object | `{}` | Share host namespaces which may include hostNetwork, hostIPC, and hostPID | |
87 | | -| bitbucket.mesh.image | object | `{"pullPolicy":"IfNotPresent","repository":"atlassian/bitbucket-mesh","tag":"3.4.8"}` | The Bitbucket Mesh image to use https://hub.docker.com/r/atlassian/bitbucket-mesh | |
| 87 | +| bitbucket.mesh.image | object | `{"pullPolicy":"IfNotPresent","repository":"atlassian/bitbucket-mesh","tag":"3.4.10"}` | The Bitbucket Mesh image to use https://hub.docker.com/r/atlassian/bitbucket-mesh | |
88 | 88 | | bitbucket.mesh.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | |
89 | 89 | | bitbucket.mesh.image.repository | string | `"atlassian/bitbucket-mesh"` | The Bitbucket Mesh image repository https://hub.docker.com/r/atlassian/bitbucket-mesh | |
90 | | -| bitbucket.mesh.image.tag | string | `"3.4.8"` | The docker image tag to be used | |
| 90 | +| bitbucket.mesh.image.tag | string | `"3.4.10"` | The docker image tag to be used | |
91 | 91 | | bitbucket.mesh.nodeAutoRegistration | bool | `false` | Experimental! Automatically register Bitbucket mesh nodes with the Bitbucket server. `bitbucket.sysadminCredentials.secretName` needs to be defined to provide credentials to post-install node registration jobs that are created only for new Helm chart installations. It is recommended to manually register Mesh nodes in Butbucket UI. | |
92 | 92 | | bitbucket.mesh.nodeSelector | object | `{}` | Standard K8s node-selectors that will be applied to all Bitbucket Mesh pods | |
93 | 93 | | bitbucket.mesh.podAnnotations | object | `{}` | Custom annotations that will be applied to all Bitbucket Mesh pods | |
|
0 commit comments