diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index 47ccc2d..48fc446 100644 --- a/charts/flipt/Chart.yaml +++ b/charts/flipt/Chart.yaml @@ -3,7 +3,7 @@ name: flipt home: https://flipt.io description: Flipt is an open-source, self-hosted feature flag solution. type: application -version: 0.57.0 +version: 0.58.0 appVersion: v1.40.0 maintainers: - name: Flipt diff --git a/charts/flipt/values.yaml b/charts/flipt/values.yaml index 861ac75..040786f 100644 --- a/charts/flipt/values.yaml +++ b/charts/flipt/values.yaml @@ -40,6 +40,8 @@ securityContext: readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 100 + seccompProfile: + type: "RuntimeDefault" ## Expose the flipt service to be accessed from outside the cluster (LoadBalancer service). ## or access it from within the cluster (ClusterIP service). Set the service type and the port to serve it.