Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auto-discovery/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ kubectl -n juice-shop annotate service juice-shop auto-discovery.securecodebox.i
| config.serviceAutoDiscovery.scanConfig.parameters | list | `["-t","{{ .Host.Type }}://{{ .Service.Name }}.{{ .Service.Namespace }}.svc:{{ .Host.Port }}"]` | parameters used for the scans created by the serviceAutoDiscovery |
| 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. |
| config.serviceAutoDiscovery.scanConfig.scanType | string | `"zap-advanced-scan"` | scanType used for the scans created by the serviceAutoDiscovery |
| image.pullPolicy | string | `"Always"` | |
| 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 |
| image.repository | string | `"securecodebox/auto-discovery-kubernetes"` | |
| image.tag | string | `nil` | |
| 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 |
Expand Down
2 changes: 1 addition & 1 deletion auto-discovery/kubernetes/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ kubectl -n juice-shop annotate service juice-shop auto-discovery.securecodebox.i
| config.serviceAutoDiscovery.scanConfig.parameters | list | `["-t","{{ .Host.Type }}://{{ .Service.Name }}.{{ .Service.Namespace }}.svc:{{ .Host.Port }}"]` | parameters used for the scans created by the serviceAutoDiscovery |
| 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. |
| config.serviceAutoDiscovery.scanConfig.scanType | string | `"zap-advanced-scan"` | scanType used for the scans created by the serviceAutoDiscovery |
| image.pullPolicy | string | `"Always"` | |
| 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 |
| image.repository | string | `"securecodebox/auto-discovery-kubernetes"` | |
| image.tag | string | `nil` | |
| 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 |
Expand Down
3 changes: 2 additions & 1 deletion auto-discovery/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
image:
repository: securecodebox/auto-discovery-kubernetes
tag: null
pullPolicy: Always
# -- 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
pullPolicy: IfNotPresent

config:
# config is using kubebuilder config framework, it may look like this is a crd but its not, see https://book.kubebuilder.io/component-config-tutorial/tutorial.html
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/bodgeit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ helm upgrade --install bodgeit secureCodeBox/bodgeit
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/securecodebox/bodgeit"` | Container Image containing the bodgeit |
| image.tag | string | defaults to the "latest" version because the appVersion tag is not available at docker.io | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/bodgeit/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ helm upgrade --install bodgeit secureCodeBox/bodgeit
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/securecodebox/bodgeit"` | Container Image containing the bodgeit |
| image.tag | string | defaults to the "latest" version because the appVersion tag is not available at docker.io | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
1 change: 1 addition & 0 deletions demo-targets/bodgeit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ image:
# image.tag -- The image tag
# @default -- defaults to the "latest" version because the appVersion tag is not available at docker.io
tag: latest
# -- 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
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/dummy-ssh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ helm upgrade --install dummy-ssh secureCodeBox/dummy-ssh
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/securecodebox/dummy-ssh"` | Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/dummy-ssh/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ helm upgrade --install dummy-ssh secureCodeBox/dummy-ssh
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/securecodebox/dummy-ssh"` | Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
1 change: 1 addition & 0 deletions demo-targets/dummy-ssh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ image:
# image.tag -- The image tag
# @default -- defaults to the appVersion
tag: null
# -- 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
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/http-webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ helm upgrade --install http-webhook secureCodeBox/http-webhook
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/mendhak/http-https-echo"` | Container Image |
| image.tag | string | defaults to the latest version because the appVersion tag is not available at docker.io | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/http-webhook/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ helm upgrade --install http-webhook secureCodeBox/http-webhook
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/mendhak/http-https-echo"` | Container Image |
| image.tag | string | defaults to the latest version because the appVersion tag is not available at docker.io | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
1 change: 1 addition & 0 deletions demo-targets/http-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ image:
# image.tag -- The image tag
# @default -- defaults to the latest version because the appVersion tag is not available at docker.io
tag: latest
# -- 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
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/juice-shop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ helm upgrade --install juice-shop secureCodeBox/juice-shop
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/bkimminich/juice-shop"` | Container Image containing the juice-shop |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/juice-shop/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ helm upgrade --install juice-shop secureCodeBox/juice-shop
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/bkimminich/juice-shop"` | Container Image containing the juice-shop |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
1 change: 1 addition & 0 deletions demo-targets/juice-shop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ image:
# image.tag -- The image tag
# @default -- defaults to the appVersion
tag: null
# -- 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
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/old-wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ helm upgrade --install old-wordpress secureCodeBox/old-wordpress
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/securecodebox/old-wordpress"` | Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/old-wordpress/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ helm upgrade --install old-wordpress secureCodeBox/old-wordpress
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/securecodebox/old-wordpress"` | Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
1 change: 1 addition & 0 deletions demo-targets/old-wordpress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ image:
# image.tag -- The image tag
# @default -- defaults to the appVersion
tag: null
# -- 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
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/swagger-petstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ helm upgrade --install swagger-petstore secureCodeBox/swagger-petstore
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/swaggerapi/petstore"` | Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/swagger-petstore/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ helm upgrade --install swagger-petstore secureCodeBox/swagger-petstore
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/swaggerapi/petstore"` | Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | |
Expand Down
1 change: 1 addition & 0 deletions demo-targets/swagger-petstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ image:
# image.tag -- The image tag
# @default -- defaults to the appVersion
tag: null
# -- 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
pullPolicy: IfNotPresent

# If you want to expose the petstore under a url different to the default service name address use the override to specify a the full host with protocol
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/unsafe-https/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ helm upgrade --install unsafe-https secureCodeBox/unsafe-https
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/securecodebox/unsafe-https"` | Container Image |
| image.tag | string | `nil` | |
| imagePullSecrets | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/unsafe-https/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ helm upgrade --install unsafe-https secureCodeBox/unsafe-https
| affinity | object | `{}` | |
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| 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 |
| image.repository | string | `"docker.io/securecodebox/unsafe-https"` | Container Image |
| image.tag | string | `nil` | |
| imagePullSecrets | list | `[]` | |
Expand Down
1 change: 1 addition & 0 deletions demo-targets/unsafe-https/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ image:
#image.tag: latest
# @default -- defaults to the appVersion
tag: null
# -- 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
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion hooks/notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ To fill your template with data we provide the following objects.
| env[1].name | string | `"SMTP_CONFIG"` | |
| env[1].valueFrom.secretKeyRef.key | string | `"smtp-config-key"` | |
| env[1].valueFrom.secretKeyRef.name | string | `"some-secret"` | |
| hook.image.pullPolicy | string | `"Always"` | |
| hook.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 |
| hook.image.repository | string | `"docker.io/securecodebox/hook-notification"` | Hook image repository |
| hook.image.tag | string | defaults to the charts version | Image tag |
| hook.ttlSecondsAfterFinished | string | `nil` | seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
Expand Down
2 changes: 1 addition & 1 deletion hooks/notification/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ To fill your template with data we provide the following objects.
| env[1].name | string | `"SMTP_CONFIG"` | |
| env[1].valueFrom.secretKeyRef.key | string | `"smtp-config-key"` | |
| env[1].valueFrom.secretKeyRef.name | string | `"some-secret"` | |
| hook.image.pullPolicy | string | `"Always"` | |
| hook.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 |
| hook.image.repository | string | `"docker.io/securecodebox/hook-notification"` | Hook image repository |
| hook.image.tag | string | defaults to the charts version | Image tag |
| hook.ttlSecondsAfterFinished | string | `nil` | seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
Expand Down
3 changes: 2 additions & 1 deletion hooks/notification/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ hook:
# hook.image.tag -- Image tag
# @default -- defaults to the charts version
tag: null
pullPolicy: Always
# -- 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
pullPolicy: IfNotPresent

# hook.ttlSecondsAfterFinished -- seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
ttlSecondsAfterFinished: null
Expand Down
2 changes: 1 addition & 1 deletion hooks/persistence-elastic/templates/import-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
containers:
- name: dasboard-importer
image: "{{ .Values.dashboardImporter.image.repository }}:{{ .Values.dashboardImporter.image.tag | default .Chart.Version }}"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
{{- if .Values.externalElasticStack.enabled }}
- name: KIBANA_URL
Expand Down
Loading