We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee82df commit dc96e4bCopy full SHA for dc96e4b
pkg/controller/kibana/initcontainer/configmap.go
@@ -25,7 +25,7 @@ import (
25
)
26
27
// HardenedSecurityContextSupportedVersion is the version in which a hardened security context is supported.
28
-var HardenedSecurityContextSupportedVersion = version.From(7, 9, 0)
+var HardenedSecurityContextSupportedVersion = version.From(7, 10, 0)
29
30
// NewScriptsConfigMapVolume creates a new volume for the ConfigMap containing scripts used by the Kibana init container.
31
func NewScriptsConfigMapVolume(kbName string) volume.ConfigMapVolume {
0 commit comments