12 allowPrivilegeEscalation: false
29 initialDelaySeconds: 10
38 initialDelaySeconds: 10
39 # Set this to false to disable the experimental parallel recovery in case you are experiencing problems
40 parallelRecoveryEnabled: true
41 # Set this to true to enable the standard go pprof endpoints on port 6060 (https://pkg.go.dev/net/http/pprof)
42 # Should only be used for debugging purposes
43 pprofEndpointsEnabled: false
45 repository: cgr.dev/chainguard-private/opensearch-k8s-operator
46 ## tag default uses appVersion from Chart.yaml, to override specify tag tag: "v1.1"
47 tag: 2.8.0@sha256:2351d86518f92c00b8ddff984510a5e9b707aaf643a9838a16cd36396a16c547
49 ## Optional array of imagePullSecrets containing private registry credentials
53 dnsBase: cluster.local
54 # Log level of the operator. Possible values: debug, info, warn, error
56 # If a watchNamespace is specified, the manager's cache will be restricted to
57 # watch objects in the desired namespace. Defaults is to watch all namespaces.
59# Install the Custom Resource Definitions with Helm
62 # Specifies whether a service account should be created
64 # Override the service account name. Defaults to opensearch-operator-controller-manager
69 allowPrivilegeEscalation: false
70 readOnlyRootFilesystem: true
90 initialDelaySeconds: 10
100 initialDelaySeconds: 10
102 repository: cgr.dev/chainguard-private/kube-rbac-proxy
103 tag: 0.22.1@sha256:7b630d7f4aade08e2f3e215b9e8e9ccec96365f39c197e51bed118fb08217667
104## If this is set to true, RoleBindings will be used instead of ClusterRoleBindings, inorder to restrict ClusterRoles
105## to the namespace where the operator and OpenSearch cluster are in. In that case, specify the namespace where they
106## are in in manager.watchNamespace field.
107## If false, ClusterRoleBindings will be used
108useRoleBindings: false