Skip to content

Commit dc96e4b

Browse files
authored
Fix kibana Hardened Security Context version gate. (#8413) (#8414)
Signed-off-by: Michael Montgomery <[email protected]> (cherry picked from commit 8b2cf42)
1 parent 3ee82df commit dc96e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/kibana/initcontainer/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
// HardenedSecurityContextSupportedVersion is the version in which a hardened security context is supported.
28-
var HardenedSecurityContextSupportedVersion = version.From(7, 9, 0)
28+
var HardenedSecurityContextSupportedVersion = version.From(7, 10, 0)
2929

3030
// NewScriptsConfigMapVolume creates a new volume for the ConfigMap containing scripts used by the Kibana init container.
3131
func NewScriptsConfigMapVolume(kbName string) volume.ConfigMapVolume {

0 commit comments

Comments
 (0)