Skip to content

Commit

Permalink
Merge pull request #38 from cloudymax/cloudymax-patch-1
Browse files Browse the repository at this point in the history
remove runasnonroot true
  • Loading branch information
cloudymax authored Dec 10, 2024
2 parents df2e0ab + 4913897 commit 6a01215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kubevirt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kubevirt
description: Deploy Kebivirt on Kubernetes

type: application
version: 0.2.7
version: 0.2.8
appVersion: "v1.2.0"

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubevirt/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kubevirt

![Version: 0.2.7](https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square)
![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square)

Deploy Kebivirt on Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/kubevirt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
kubernetes.io/os: linux
priorityClassName: kubevirt-cluster-critical
securityContext:
runAsNonRoot: true
runAsNonRoot: false
seccompProfile:
type: RuntimeDefault
serviceAccountName: kubevirt-operator
Expand Down

0 comments on commit 6a01215

Please sign in to comment.