0.1.4
What's Changed
Full Changelog: 0.1.3...0.1.4
Init containers support matrix
Since 0.1.4
Init container is created with security context to be run as non-root
.
It requires adjusting the initial container image introduced in this release as well.
All init containers with version prior to 1.9.0
are supported with tag *-init.1
Examples:
lightruncom/k8s-operator-init-java-agent-alpine:1.8.4-init.1
lightruncom/k8s-operator-init-java-agent-linux:1.7.1-init.1
lightruncom/k8s-operator-init-java-agent-alpine:1.8.4-init.0
image will try to run with root user and will fail