Skip to content

Commit 6316190

Browse files
committed
feat(plantuml): Updated image to v1.2023.13
Signed-off-by: Steve Hipwell <[email protected]>
1 parent e39f247 commit 6316190

File tree

22 files changed

+353
-155
lines changed

22 files changed

+353
-155
lines changed

.helmdocsignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ k8s-resources
44
nexus3
55
node-config
66
overprovisioner
7-
plantuml
87
sonarqube
98
thanos
109
tigera-operator

charts/fluent-bit-aggregator/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install the chart using the recommended OCI method you can use the following
2525
helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.11.0
2626
```
2727

28-
Alternativly you can use the legacy non-OCI method via the following commands.
28+
Alternatively you can use the legacy non-OCI method via the following commands.
2929

3030
```shell
3131
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
@@ -41,7 +41,7 @@ helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator
4141
| autoscaling.behavior | object | `{}` | Behaviour configuration for the `HorizontalPodAutoscaler`. |
4242
| autoscaling.enabled | bool | `false` | If `true`, create a `HorizontalPodAutoscaler` to scale the `StatefulSet`. |
4343
| autoscaling.maxReplicas | int | `3` | Maximum number of replicas for the `HorizontalPodAutoscaler`. |
44-
| autoscaling.metrics | list | `[]` | Metrics configuration for the `HorizontalPodAutoscaler`. |
44+
| autoscaling.metrics | list | See _values.yaml_ | Metrics configuration for the `HorizontalPodAutoscaler`. |
4545
| autoscaling.minReplicas | int | `1` | Minimum number of replicas for the `HorizontalPodAutoscaler`. |
4646
| command | list | `["/fluent-bit/bin/fluent-bit"]` | Command for the default container |
4747
| commonLabels | object | `{}` | Labels to add to all chart resources. |
@@ -68,9 +68,9 @@ helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator
6868
| image.repository | string | `"cr.fluentbit.io/fluent/fluent-bit"` | Image repository for the default container. |
6969
| image.tag | string | `nil` | Image tag for the default container, this will default to `.Chart.AppVersion` if not set and will be omitted if set to `-`. |
7070
| imagePullSecrets | list | `[]` | Image pull secrets. |
71-
| ingresses | list | `[]` | Ingresses, each input plugin will need it's own. |
71+
| ingresses | list | See _values.yaml_ | Ingresses, each input plugin will need it's own. |
7272
| livenessProbe | object | See _values.yaml_ | Liveness probe configuration for the default container. |
73-
| minReadySeconds | string | `nil` | Min ready seconds for the `StatefulSet`. |
73+
| minReadySeconds | int | `nil` | Min ready seconds for the `StatefulSet`. |
7474
| nameOverride | string | `nil` | Override the name of the chart. |
7575
| nodeSelector | object | `{}` | Node labels to match for pod scheduling. |
7676
| ordinals | object | `{}` | Ordinals configuration for the `StatefulSet`. |
@@ -92,7 +92,7 @@ helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator
9292
| rbac.additionalRules | list | `[]` | Additional rules to add to the `ClusterRole`. |
9393
| rbac.create | bool | `false` | If `true`, create a `ClusterRole` & `ClusterRoleBinding` with access to the Kubernetes API. |
9494
| readinessProbe | object | See _values.yaml_ | Readiness probe configuration for the default container. |
95-
| replicas | int | `1` | Number of replicas to create if `autoscalling.enabled` is `false`. |
95+
| replicas | int | `1` | Number of replicas to create if `autoscaling.enabled` is `false`. |
9696
| resources | object | `{}` | Resources for the default container. |
9797
| securityContext | object | See _values.yaml_ | Security context for the default container. |
9898
| service.additionalPorts | list | See _values.yaml_ | Additional ports to expose. |
@@ -108,7 +108,7 @@ helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator
108108
| serviceMonitor.additionalLabels | object | `{}` | Additional labels for the `ServiceMonitor`. |
109109
| serviceMonitor.enabled | bool | `false` | If `true`, create a `ServiceMonitor` resource to support the _Prometheus Operator_. |
110110
| serviceMonitor.endpointConfig | object | `{}` | Additional endpoint configuration for the default `ServiceMonitor` endpoint. |
111-
| terminationGracePeriodSeconds | string | `nil` | Termination grace period for the pod in seconds. |
111+
| terminationGracePeriodSeconds | int | `nil` | Termination grace period for the pod in seconds. |
112112
| tolerations | list | `[]` | Node taints which will be tolerated for pod scheduling. |
113113
| topologySpreadConstraints | list | `[]` | Topology spread constraints for pod scheduling. If an explicit label selector is not provided one will be created from the pod selector labels. |
114114
| updateStrategy | object | `{}` | Update strategy for the `StatefulSet`. |

charts/fluent-bit-aggregator/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install the chart using the recommended OCI method you can use the following
1919
helm upgrade --install {{ template "chart.name" . }} oci://ghcr.io/stevehipwell/helm-charts/{{ template "chart.name" . }} --version {{ template "chart.version" . }}
2020
```
2121

22-
Alternativly you can use the legacy non-OCI method via the following commands.
22+
Alternatively you can use the legacy non-OCI method via the following commands.
2323

2424
```shell
2525
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/

charts/fluent-bit-aggregator/values.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ service:
5757
containerPort: 24224
5858
protocol: TCP
5959

60-
# -- Ingresses, each input plugin will need it's own.
60+
# -- (list) Ingresses, each input plugin will need it's own.
61+
# @default -- See _values.yaml_
6162
ingresses: []
6263
# - servicePort: 24224
6364
# className: my-ingress-class
@@ -72,7 +73,7 @@ ingresses: []
7273
# - chart-example.local
7374
# secretName: chart-example-tls
7475

75-
# -- Number of replicas to create if `autoscalling.enabled` is `false`.
76+
# -- Number of replicas to create if `autoscaling.enabled` is `false`.
7677
replicas: 1
7778

7879
autoscaling:
@@ -84,7 +85,8 @@ autoscaling:
8485
maxReplicas: 3
8586
# -- Behaviour configuration for the `HorizontalPodAutoscaler`.
8687
behavior: {}
87-
# -- Metrics configuration for the `HorizontalPodAutoscaler`.
88+
# -- (list) Metrics configuration for the `HorizontalPodAutoscaler`.
89+
# @default -- See _values.yaml_
8890
metrics: []
8991
# - type: Resource
9092
# resource:
@@ -102,7 +104,7 @@ ordinals: {}
102104
# -- Pod management policy for the `StatefulSet`.
103105
podManagementPolicy:
104106

105-
# -- Min ready seconds for the `StatefulSet`.
107+
# -- (int) Min ready seconds for the `StatefulSet`.
106108
minReadySeconds:
107109

108110
podDisruptionBudget:
@@ -127,10 +129,10 @@ podSecurityContext:
127129
seccompProfile:
128130
type: RuntimeDefault
129131

130-
# -- Priority class name for the pod.
132+
# -- (string) Priority class name for the pod.
131133
priorityClassName:
132134

133-
# -- Termination grace period for the pod in seconds.
135+
# -- (int) Termination grace period for the pod in seconds.
134136
terminationGracePeriodSeconds:
135137

136138
# -- Security context for the default container.

charts/fluent-bit-collector/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install the chart using the recommended OCI method you can use the following
2525
helm upgrade --install fluent-bit-collector oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-collector --version 0.8.0
2626
```
2727

28-
Alternativly you can use the legacy non-OCI method via the following commands.
28+
Alternatively you can use the legacy non-OCI method via the following commands.
2929

3030
```shell
3131
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
@@ -67,7 +67,7 @@ helm upgrade --install fluent-bit-collector stevehipwell/fluent-bit-collector --
6767
| image.tag | string | `nil` | Image tag for the default container, this will default to `.Chart.AppVersion` if not set and will be omitted if set to `-`. |
6868
| imagePullSecrets | list | `[]` | Image pull secrets. |
6969
| livenessProbe | object | See _values.yaml_ | Liveness probe configuration for the default container. |
70-
| minReadySeconds | string | `nil` | Min ready seconds for the `DaemonSet`. |
70+
| minReadySeconds | int | `nil` | Min ready seconds for the `DaemonSet`. |
7171
| nameOverride | string | `nil` | Override the name of the chart. |
7272
| nodeSelector | object | `{}` | Node labels to match for pod scheduling. |
7373
| podAnnotations | object | `{}` | Annotations to add to the pod. |
@@ -92,7 +92,7 @@ helm upgrade --install fluent-bit-collector stevehipwell/fluent-bit-collector --
9292
| serviceMonitor.additionalLabels | object | `{}` | Additional labels for the `ServiceMonitor`. |
9393
| serviceMonitor.enabled | bool | `false` | If `true`, create a `ServiceMonitor` (or `PodMonitor` if the Service isn't enabled) resource to support the _Prometheus Operator_. |
9494
| serviceMonitor.endpointConfig | object | `{}` | Additional endpoint configuration for the default `ServiceMonitor` endpoint. |
95-
| terminationGracePeriodSeconds | string | `nil` | Termination grace period for the pod in seconds. |
95+
| terminationGracePeriodSeconds | int | `nil` | Termination grace period for the pod in seconds. |
9696
| tolerations | list | `[]` | Node taints which will be tolerated for pod scheduling. |
9797
| updateStrategy | object | `{}` | Update strategy for the `DaemonSet`. |
9898

charts/fluent-bit-collector/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install the chart using the recommended OCI method you can use the following
1919
helm upgrade --install {{ template "chart.name" . }} oci://ghcr.io/stevehipwell/helm-charts/{{ template "chart.name" . }} --version {{ template "chart.version" . }}
2020
```
2121

22-
Alternativly you can use the legacy non-OCI method via the following commands.
22+
Alternatively you can use the legacy non-OCI method via the following commands.
2323

2424
```shell
2525
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/

charts/fluent-bit-collector/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ service:
6060
# -- Update strategy for the `DaemonSet`.
6161
updateStrategy: {}
6262

63-
# -- Min ready seconds for the `DaemonSet`.
63+
# -- (int) Min ready seconds for the `DaemonSet`.
6464
minReadySeconds:
6565

6666
# -- Labels to add to the pod.
@@ -77,10 +77,10 @@ podSecurityContext:
7777
seccompProfile:
7878
type: RuntimeDefault
7979

80-
# -- Priority class name for the pod.
80+
# -- (string) Priority class name for the pod.
8181
priorityClassName:
8282

83-
# -- Termination grace period for the pod in seconds.
83+
# -- (int) Termination grace period for the pod in seconds.
8484
terminationGracePeriodSeconds:
8585

8686
# -- Security context for the default container.

charts/fluentd-aggregator/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To install the chart using the recommended OCI method you can use the following
2626
helm upgrade --install fluentd-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluentd-aggregator --version 4.1.2
2727
```
2828

29-
Alternativly you can use the legacy non-OCI method via the following commands.
29+
Alternatively you can use the legacy non-OCI method via the following commands.
3030

3131
```shell
3232
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
@@ -42,7 +42,7 @@ helm upgrade --install fluentd-aggregator stevehipwell/fluentd-aggregator --vers
4242
| autoscaling.behavior | object | `{}` | Behaviour configuration for the `HorizontalPodAutoscaler`. |
4343
| autoscaling.enabled | bool | `false` | If `true`, create a `HorizontalPodAutoscaler` to scale the `StatefulSet`. |
4444
| autoscaling.maxReplicas | int | `3` | Maximum number of replicas for the `HorizontalPodAutoscaler`. |
45-
| autoscaling.metrics | list | `[]` | Metrics configuration for the `HorizontalPodAutoscaler`. |
45+
| autoscaling.metrics | list | See _values.yaml_ | Metrics configuration for the `HorizontalPodAutoscaler`. |
4646
| autoscaling.minReplicas | int | `1` | Minimum number of replicas for the `HorizontalPodAutoscaler`. |
4747
| commonLabels | object | `{}` | Labels to add to all chart resources. |
4848
| config.filters | string | See _values.yaml_ | Fluentd filter configuration. |
@@ -62,9 +62,9 @@ helm upgrade --install fluentd-aggregator stevehipwell/fluentd-aggregator --vers
6262
| image.tag | string | `nil` | Image tag for the default container, this will default to `.Chart.AppVersion` if not set and will be omitted if set to `-`. |
6363
| image.tagPrefix | string | `nil` | Tag prefix for the default container. |
6464
| imagePullSecrets | list | `[]` | Image pull secrets. |
65-
| ingresses | list | `[]` | Ingresses, each input plugin will need it's own. |
65+
| ingresses | list | See _values.yaml_ | Ingresses, each input plugin will need it's own. |
6666
| livenessProbe | object | See _values.yaml_ | Liveness probe configuration for the default container. |
67-
| minReadySeconds | string | `nil` | Min ready seconds for the `StatefulSet`. |
67+
| minReadySeconds | int | `nil` | Min ready seconds for the `StatefulSet`. |
6868
| nameOverride | string | `nil` | Override the name of the chart. |
6969
| nodeSelector | object | `{}` | Node labels to match for pod scheduling. |
7070
| ordinals | object | `{}` | Ordinals configuration for the `StatefulSet`. |
@@ -86,7 +86,7 @@ helm upgrade --install fluentd-aggregator stevehipwell/fluentd-aggregator --vers
8686
| podSecurityContext | object | See _values.yaml_ | Security context for the pod. |
8787
| priorityClassName | string | `nil` | Priority class name for the pod. |
8888
| readinessProbe | object | See _values.yaml_ | Readiness probe configuration for the default container. |
89-
| replicas | int | `1` | Number of replicas to create if `autoscalling.enabled` is `false`. |
89+
| replicas | int | `1` | Number of replicas to create if `autoscaling.enabled` is `false`. |
9090
| resources | object | `{}` | Resources for the default container. |
9191
| securityContext | object | See _values.yaml_ | Security context for the default container. |
9292
| service.additionalPorts | list | See _values.yaml_ | Additional ports to expose. |
@@ -103,7 +103,7 @@ helm upgrade --install fluentd-aggregator stevehipwell/fluentd-aggregator --vers
103103
| serviceMonitor.additionalLabels | object | `{}` | Additional labels for the `ServiceMonitor`. |
104104
| serviceMonitor.enabled | bool | `false` | If `true`, create a `ServiceMonitor` resource to support the _Prometheus Operator_. |
105105
| serviceMonitor.endpointConfig | object | `{}` | Additional endpoint configuration for the default `ServiceMonitor` endpoint. |
106-
| terminationGracePeriodSeconds | string | `nil` | Termination grace period for the pod in seconds. |
106+
| terminationGracePeriodSeconds | int | `nil` | Termination grace period for the pod in seconds. |
107107
| tolerations | list | `[]` | Node taints which will be tolerated for pod scheduling. |
108108
| topologySpreadConstraints | list | `[]` | Topology spread constraints for pod scheduling. If an explicit label selector is not provided one will be created from the pod selector labels. |
109109
| updateStrategy | object | `{}` | Update strategy for the `StatefulSet`. |

charts/fluentd-aggregator/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install the chart using the recommended OCI method you can use the following
1919
helm upgrade --install {{ template "chart.name" . }} oci://ghcr.io/stevehipwell/helm-charts/{{ template "chart.name" . }} --version {{ template "chart.version" . }}
2020
```
2121

22-
Alternativly you can use the legacy non-OCI method via the following commands.
22+
Alternatively you can use the legacy non-OCI method via the following commands.
2323

2424
```shell
2525
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/

charts/fluentd-aggregator/values.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ service:
5757
# -- If `true`, use legacy naming so the headless service doesn't change.
5858
legacy: false
5959

60-
# -- Ingresses, each input plugin will need it's own.
60+
# -- (list) Ingresses, each input plugin will need it's own.
61+
# @default -- See _values.yaml_
6162
ingresses: []
6263
# - servicePort: 24224
6364
# className: my-ingress-class
@@ -72,7 +73,7 @@ ingresses: []
7273
# - chart-example.local
7374
# secretName: chart-example-tls
7475

75-
# -- Number of replicas to create if `autoscalling.enabled` is `false`.
76+
# -- Number of replicas to create if `autoscaling.enabled` is `false`.
7677
replicas: 1
7778

7879
autoscaling:
@@ -84,7 +85,8 @@ autoscaling:
8485
maxReplicas: 3
8586
# -- Behaviour configuration for the `HorizontalPodAutoscaler`.
8687
behavior: {}
87-
# -- Metrics configuration for the `HorizontalPodAutoscaler`.
88+
# -- (list) Metrics configuration for the `HorizontalPodAutoscaler`.
89+
# @default -- See _values.yaml_
8890
metrics: []
8991
# - type: Resource
9092
# resource:
@@ -102,7 +104,7 @@ ordinals: {}
102104
# -- Pod management policy for the `StatefulSet`.
103105
podManagementPolicy:
104106

105-
# -- Min ready seconds for the `StatefulSet`.
107+
# -- (int) Min ready seconds for the `StatefulSet`.
106108
minReadySeconds:
107109

108110
podDisruptionBudget:
@@ -127,10 +129,10 @@ podSecurityContext:
127129
seccompProfile:
128130
type: RuntimeDefault
129131

130-
# -- Priority class name for the pod.
132+
# -- (string) Priority class name for the pod.
131133
priorityClassName:
132134

133-
# -- Termination grace period for the pod in seconds.
135+
# -- (int) Termination grace period for the pod in seconds.
134136
terminationGracePeriodSeconds:
135137

136138
# -- Security context for the default container.

charts/istio-operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To install the chart using the recommended OCI method you can use the following
2727
helm upgrade --install istio-operator oci://ghcr.io/stevehipwell/helm-charts/istio-operator --version 2.13.1
2828
```
2929

30-
Alternativly you can use the legacy non-OCI method via the following commands.
30+
Alternatively you can use the legacy non-OCI method via the following commands.
3131

3232
```shell
3333
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
@@ -68,8 +68,8 @@ helm upgrade --install istio-operator stevehipwell/istio-operator --version 2.13
6868
| serviceMonitor.additionalLabels | object | `{}` | Additional labels for the `ServiceMonitor`. |
6969
| serviceMonitor.enabled | bool | `false` | If `true`, create a `ServiceMonitor` resource to support the _Prometheus Operator_. |
7070
| serviceMonitor.endpointConfig | object | `{}` | Additional endpoint configuration for the default `ServiceMonitor` endpoint. |
71-
| serviceMonitor.interval | string | `nil` | _Prometheus_ scrape interval (DEPRECATED). |
72-
| terminationGracePeriodSeconds | string | `nil` | Termination grace period for the pod in seconds. |
71+
| serviceMonitor.interval | int | `nil` | _Prometheus_ scrape interval (DEPRECATED). |
72+
| terminationGracePeriodSeconds | int | `nil` | Termination grace period for the pod in seconds. |
7373
| tolerations | list | `[]` | Node taints which will be tolerated for pod scheduling. |
7474
| topologySpreadConstraints | list | `[]` | Topology spread constraints for pod scheduling. If an explicit label selector is not provided one will be created from the pod selector labels. |
7575
| waitForResourcesTimeout | string | `"300s"` | Period to wait for resources before timing out. |

charts/istio-operator/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To install the chart using the recommended OCI method you can use the following
2121
helm upgrade --install {{ template "chart.name" . }} oci://ghcr.io/stevehipwell/helm-charts/{{ template "chart.name" . }} --version {{ template "chart.version" . }}
2222
```
2323

24-
Alternativly you can use the legacy non-OCI method via the following commands.
24+
Alternatively you can use the legacy non-OCI method via the following commands.
2525

2626
```shell
2727
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/

charts/istio-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ podSecurityContext:
5252
seccompProfile:
5353
type: RuntimeDefault
5454

55-
# -- Priority class name for the pod.
55+
# -- (string) Priority class name for the pod.
5656
priorityClassName:
5757

58-
# -- Termination grace period for the pod in seconds.
58+
# -- (int) Termination grace period for the pod in seconds.
5959
terminationGracePeriodSeconds:
6060

6161
# -- Security context for the default container.
@@ -93,7 +93,7 @@ serviceMonitor:
9393
additionalLabels: {}
9494
# -- Additional endpoint configuration for the default `ServiceMonitor` endpoint.
9595
endpointConfig: {}
96-
# -- _Prometheus_ scrape interval (DEPRECATED).
96+
# -- (int) _Prometheus_ scrape interval (DEPRECATED).
9797
interval:
9898

9999
dashboards:

0 commit comments

Comments
 (0)