Skip to content

Commit 2bdcf79

Browse files
Update appVersions for DC apps (#933)
Co-authored-by: bianchi2 <[email protected]>
1 parent d05e942 commit 2bdcf79

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/main/charts/bamboo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Kubernetes: `>=1.21.x-0`
8787
| bamboo.service.annotations | object | `{}` | Additional annotations to apply to the Service |
8888
| bamboo.service.contextPath | string | `nil` | The Tomcat context path that Bamboo will use. The ATL_TOMCAT_CONTEXTPATH will be set automatically. |
8989
| bamboo.service.loadBalancerIP | string | `nil` | Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
90-
| bamboo.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Bamboo service |
90+
| bamboo.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Bamboo service |
9191
| bamboo.service.port | int | `80` | The port on which the Bamboo K8s Service will listen for http traffic |
9292
| bamboo.service.sessionAffinity | string | `"None"` | Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity |
9393
| bamboo.service.sessionAffinityConfig | object | `{"clientIP":{"timeoutSeconds":null}}` | Session affinity configuration |

src/main/charts/bitbucket/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Kubernetes: `>=1.21.x-0`
122122
| bitbucket.service.annotations | object | `{}` | Additional annotations to apply to the Service |
123123
| bitbucket.service.contextPath | string | `nil` | The context path that Bitbucket will use. |
124124
| bitbucket.service.loadBalancerIP | string | `nil` | Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
125-
| bitbucket.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Bitbucket service |
125+
| bitbucket.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Bitbucket service |
126126
| bitbucket.service.port | int | `80` | The port on which the Bitbucket K8s HTTP Service will listen |
127127
| bitbucket.service.sessionAffinity | string | `"None"` | Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity |
128128
| bitbucket.service.sessionAffinityConfig | object | `{"clientIP":{"timeoutSeconds":null}}` | Session affinity configuration |
@@ -138,7 +138,7 @@ Kubernetes: `>=1.21.x-0`
138138
| bitbucket.sshService.enabled | bool | `false` | Set to 'true' if an additional SSH Service should be created |
139139
| bitbucket.sshService.host | string | `nil` | The hostname of the SSH service. If set, it'll be used to configure the SSH base URL for the application. |
140140
| bitbucket.sshService.loadBalancerIP | string | `nil` | Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
141-
| bitbucket.sshService.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Bitbucket ssh service |
141+
| bitbucket.sshService.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Bitbucket ssh service |
142142
| bitbucket.sshService.port | int | `22` | Port to expose the SSH service on. |
143143
| bitbucket.sshService.type | string | `"LoadBalancer"` | SSH Service type |
144144
| bitbucket.startupProbe.enabled | bool | `false` | Whether to apply the startupProbe check to pod. |

src/main/charts/confluence/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Kubernetes: `>=1.21.x-0`
8888
| confluence.service.annotations | object | `{}` | Additional annotations to apply to the Service |
8989
| confluence.service.contextPath | string | `nil` | The Tomcat context path that Confluence will use. The ATL_TOMCAT_CONTEXTPATH will be set automatically. |
9090
| confluence.service.loadBalancerIP | string | `nil` | Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
91-
| confluence.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Confluence service |
91+
| confluence.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Confluence service |
9292
| confluence.service.port | int | `80` | The port on which the Confluence K8s Service will listen |
9393
| confluence.service.sessionAffinity | string | `"None"` | Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity |
9494
| confluence.service.sessionAffinityConfig | object | `{"clientIP":{"timeoutSeconds":null}}` | Session affinity configuration |
@@ -224,7 +224,7 @@ Kubernetes: `>=1.21.x-0`
224224
| synchrony.securityContextEnabled | bool | `true` | |
225225
| synchrony.service.annotations | object | `{}` | Annotations to apply to Synchrony Service |
226226
| synchrony.service.loadBalancerIP | string | `nil` | Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
227-
| synchrony.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Synchrony service |
227+
| synchrony.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Synchrony service |
228228
| synchrony.service.port | int | `80` | The port on which the Synchrony K8s Service will listen |
229229
| synchrony.service.type | string | `"ClusterIP"` | The type of K8s service to use for Synchrony |
230230
| synchrony.setPermissions | bool | `true` | Boolean to define whether to set synchrony home directory permissions on startup of Synchrony container. Set to 'false' to disable this behaviour. |

src/main/charts/crowd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Kubernetes: `>=1.21.x-0`
7070
| crowd.service.annotations | object | `{}` | Additional annotations to apply to the Service |
7171
| crowd.service.contextPath | string | `"/crowd"` | The Tomcat context path that Crowd will use. The ATL_TOMCAT_CONTEXTPATH will be set automatically. |
7272
| crowd.service.loadBalancerIP | string | `nil` | Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
73-
| crowd.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Crowd service |
73+
| crowd.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Crowd service |
7474
| crowd.service.port | int | `80` | The port on which the Crowd K8s Service will listen |
7575
| crowd.service.sessionAffinity | string | `"None"` | Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity |
7676
| crowd.service.sessionAffinityConfig | object | `{"clientIP":{"timeoutSeconds":null}}` | Session affinity configuration |

src/main/charts/jira/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Kubernetes: `>=1.21.x-0`
121121
| jira.service.annotations | object | `{}` | Additional annotations to apply to the Service |
122122
| jira.service.contextPath | string | `nil` | The Tomcat context path that Jira will use. The ATL_TOMCAT_CONTEXTPATH will be set automatically. |
123123
| jira.service.loadBalancerIP | string | `nil` | Use specific loadBalancerIP. Only applies to service type LoadBalancer. |
124-
| jira.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Jira service |
124+
| jira.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Jira service |
125125
| jira.service.port | int | `80` | The port on which the Jira K8s Service will listen |
126126
| jira.service.sessionAffinity | string | `"None"` | Session affinity type. If you want to make sure that connections from a particular client are passed to the same pod each time, set sessionAffinity to ClientIP. See: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity |
127127
| jira.service.sessionAffinityConfig | object | `{"clientIP":{"timeoutSeconds":null}}` | Session affinity configuration |

0 commit comments

Comments
 (0)