You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: bump go version and packages, deps
Signed-off-by: Bence Csati <csatib02@gmail.com>
chore: bump go version and packages, deps
Signed-off-by: Bence Csati <csatib02@gmail.com>
bump go version and packages
Signed-off-by: Bence Csati <csatib02@gmail.com>
bump go version and packages
Signed-off-by: Bence Csati <csatib02@gmail.com>
bump go version and packages
Signed-off-by: Bence Csati <csatib02@gmail.com>
bump go version and packages
Signed-off-by: Bence Csati <csatib02@gmail.com>
bump go version and packages
Signed-off-by: Bence Csati <csatib02@gmail.com>
bump go version and packages
Signed-off-by: Bence Csati <csatib02@gmail.com>
* chore: bump +1
Signed-off-by: Bence Csati <csatib02@gmail.com>
* chore: +1
Signed-off-by: Bence Csati <csatib02@gmail.com>
---------
Signed-off-by: Bence Csati <csatib02@gmail.com>
For security reasons, the `runAsUser` must be in the range between 1000570000 and 1000579999. By setting the value of `securityContext.runAsUser` to `""`, OpenShift chooses a valid User.
@@ -138,11 +138,11 @@ The following table lists the configurable parameters of the Helm chart.
138
138
| `podAnnotations` | object | `{}` | Extra annotations to add to pod metadata |
139
139
| `labels` | object | `{}` | Extra labels to add to the deployment and pods |
140
140
| `resources` | object | `{}` | Resources to request for the deployment and pods |
141
-
|`nodeSelector`| object |`{}`| Node labels for pod assignment. Check: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector|
142
-
|`tolerations`| list |`[]`| List of node tolerations for the pods. Check: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/|
143
-
|`affinity`| object |`{}`| Node affinity settings for the pods. Check: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/|
144
-
|`topologySpreadConstraints`| object |`{}`| TopologySpreadConstraints to add for the pods. Check: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/|
145
-
|`priorityClassName`| string |`""`| Assign a PriorityClassName to pods if set. Check: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/|
141
+
| `nodeSelector` | object | `{}` | Node labels for pod assignment. Check: <https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector> |
142
+
| `tolerations` | list | `[]` | List of node tolerations for the pods. Check: <https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/> |
143
+
| `affinity` | object | `{}` | Node affinity settings for the pods. Check: <https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/> |
144
+
| `topologySpreadConstraints` | object | `{}` | TopologySpreadConstraints to add for the pods. Check: <https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/> |
145
+
| `priorityClassName` | string | `""` | Assign a PriorityClassName to pods if set. Check: <https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/> |
146
146
| `livenessProbe` | object | `{"failureThreshold":3,"initialDelaySeconds":30,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}` | Liveness and readiness probes for the webhook container |
147
147
| `readinessProbe.failureThreshold` | int | `3` | |
148
148
| `readinessProbe.periodSeconds` | int | `10` | |
@@ -162,7 +162,7 @@ The following table lists the configurable parameters of the Helm chart.
For security reasons, the `runAsUser` must be in the range between 1000570000 and 1000579999. By setting the value of `securityContext.runAsUser` to `""`, OpenShift chooses a valid User.
0 commit comments