Skip to content

Commit b4f1564

Browse files
rseedorffsecureCodeBoxBot
authored andcommitted
Updating Helm Docs
Signed-off-by: GitHub Actions <securecodebox@iteratec.com>
1 parent 15e474b commit b4f1564

56 files changed

Lines changed: 128 additions & 26 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

auto-discovery/kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ kubectl -n juice-shop annotate service juice-shop auto-discovery.securecodebox.i
144144
| config.serviceAutoDiscovery.scanConfig.parameters | list | `["-t","{{ .Host.Type }}://{{ .Service.Name }}.{{ .Service.Namespace }}.svc:{{ .Host.Port }}"]` | parameters used for the scans created by the serviceAutoDiscovery |
145145
| config.serviceAutoDiscovery.scanConfig.repeatInterval | string | `"168h"` | interval in which scans are automatically repeated. If the target is updated (meaning a new image revision is deployed) the scan will repeated beforehand and the interval is reset. |
146146
| config.serviceAutoDiscovery.scanConfig.scanType | string | `"zap-advanced-scan"` | scanType used for the scans created by the serviceAutoDiscovery |
147-
| image.pullPolicy | string | `"Always"` | |
147+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
148148
| image.repository | string | `"securecodebox/auto-discovery-kubernetes"` | |
149149
| image.tag | string | `nil` | |
150150
| podSecurityContext | object | `{}` | Sets the securityContext on the operators pod level. See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container |

auto-discovery/kubernetes/docs/README.ArtifactHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ kubectl -n juice-shop annotate service juice-shop auto-discovery.securecodebox.i
136136
| config.serviceAutoDiscovery.scanConfig.parameters | list | `["-t","{{ .Host.Type }}://{{ .Service.Name }}.{{ .Service.Namespace }}.svc:{{ .Host.Port }}"]` | parameters used for the scans created by the serviceAutoDiscovery |
137137
| config.serviceAutoDiscovery.scanConfig.repeatInterval | string | `"168h"` | interval in which scans are automatically repeated. If the target is updated (meaning a new image revision is deployed) the scan will repeated beforehand and the interval is reset. |
138138
| config.serviceAutoDiscovery.scanConfig.scanType | string | `"zap-advanced-scan"` | scanType used for the scans created by the serviceAutoDiscovery |
139-
| image.pullPolicy | string | `"Always"` | |
139+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
140140
| image.repository | string | `"securecodebox/auto-discovery-kubernetes"` | |
141141
| image.tag | string | `nil` | |
142142
| podSecurityContext | object | `{}` | Sets the securityContext on the operators pod level. See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container |

demo-targets/bodgeit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ helm upgrade --install bodgeit secureCodeBox/bodgeit
5959
| affinity | object | `{}` | |
6060
| annotations | object | `{}` | add annotations to the deployment, service and pods |
6161
| fullnameOverride | string | `""` | |
62-
| image.pullPolicy | string | `"IfNotPresent"` | |
62+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
6363
| image.repository | string | `"docker.io/securecodebox/bodgeit"` | Container Image containing the bodgeit |
6464
| image.tag | string | defaults to the "latest" version because the appVersion tag is not available at docker.io | The image tag |
6565
| imagePullSecrets | list | `[]` | |

demo-targets/bodgeit/docs/README.ArtifactHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ helm upgrade --install bodgeit secureCodeBox/bodgeit
6666
| affinity | object | `{}` | |
6767
| annotations | object | `{}` | add annotations to the deployment, service and pods |
6868
| fullnameOverride | string | `""` | |
69-
| image.pullPolicy | string | `"IfNotPresent"` | |
69+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
7070
| image.repository | string | `"docker.io/securecodebox/bodgeit"` | Container Image containing the bodgeit |
7171
| image.tag | string | defaults to the "latest" version because the appVersion tag is not available at docker.io | The image tag |
7272
| imagePullSecrets | list | `[]` | |

demo-targets/dummy-ssh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ helm upgrade --install dummy-ssh secureCodeBox/dummy-ssh
6262
| affinity | object | `{}` | |
6363
| annotations | object | `{}` | add annotations to the deployment, service and pods |
6464
| fullnameOverride | string | `""` | |
65-
| image.pullPolicy | string | `"IfNotPresent"` | |
65+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
6666
| image.repository | string | `"docker.io/securecodebox/dummy-ssh"` | Container Image |
6767
| image.tag | string | defaults to the appVersion | The image tag |
6868
| imagePullSecrets | list | `[]` | |

demo-targets/dummy-ssh/docs/README.ArtifactHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ helm upgrade --install dummy-ssh secureCodeBox/dummy-ssh
6969
| affinity | object | `{}` | |
7070
| annotations | object | `{}` | add annotations to the deployment, service and pods |
7171
| fullnameOverride | string | `""` | |
72-
| image.pullPolicy | string | `"IfNotPresent"` | |
72+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
7373
| image.repository | string | `"docker.io/securecodebox/dummy-ssh"` | Container Image |
7474
| image.tag | string | defaults to the appVersion | The image tag |
7575
| imagePullSecrets | list | `[]` | |

demo-targets/http-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ helm upgrade --install http-webhook secureCodeBox/http-webhook
6060
| autoscaling.minReplicas | int | `1` | |
6161
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
6262
| fullnameOverride | string | `""` | |
63-
| image.pullPolicy | string | `"IfNotPresent"` | |
63+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
6464
| image.repository | string | `"docker.io/mendhak/http-https-echo"` | Container Image |
6565
| image.tag | string | defaults to the latest version because the appVersion tag is not available at docker.io | The image tag |
6666
| imagePullSecrets | list | `[]` | |

demo-targets/http-webhook/docs/README.ArtifactHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ helm upgrade --install http-webhook secureCodeBox/http-webhook
6767
| autoscaling.minReplicas | int | `1` | |
6868
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
6969
| fullnameOverride | string | `""` | |
70-
| image.pullPolicy | string | `"IfNotPresent"` | |
70+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
7171
| image.repository | string | `"docker.io/mendhak/http-https-echo"` | Container Image |
7272
| image.tag | string | defaults to the latest version because the appVersion tag is not available at docker.io | The image tag |
7373
| imagePullSecrets | list | `[]` | |

demo-targets/juice-shop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ helm upgrade --install juice-shop secureCodeBox/juice-shop
5959
| affinity | object | `{}` | |
6060
| annotations | object | `{}` | add annotations to the deployment, service and pods |
6161
| fullnameOverride | string | `""` | |
62-
| image.pullPolicy | string | `"IfNotPresent"` | |
62+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
6363
| image.repository | string | `"docker.io/bkimminich/juice-shop"` | Container Image containing the juice-shop |
6464
| image.tag | string | defaults to the appVersion | The image tag |
6565
| imagePullSecrets | list | `[]` | |

demo-targets/juice-shop/docs/README.ArtifactHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ helm upgrade --install juice-shop secureCodeBox/juice-shop
6666
| affinity | object | `{}` | |
6767
| annotations | object | `{}` | add annotations to the deployment, service and pods |
6868
| fullnameOverride | string | `""` | |
69-
| image.pullPolicy | string | `"IfNotPresent"` | |
69+
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
7070
| image.repository | string | `"docker.io/bkimminich/juice-shop"` | Container Image containing the juice-shop |
7171
| image.tag | string | defaults to the appVersion | The image tag |
7272
| imagePullSecrets | list | `[]` | |

0 commit comments

Comments
 (0)