upgrade packages

This commit is contained in:
2025-03-02 20:28:30 -05:00
parent 4fd0c84d48
commit dfc22ce440
8 changed files with 56 additions and 26 deletions

View File

@@ -140,6 +140,9 @@ spec:
type: integer
nullable: true
type: array
supplementalGroupsPolicy:
nullable: true
type: string
sysctls:
items:
properties:
@@ -373,6 +376,6 @@ spec:
containers:
- command:
- helm-controller
image: rancher/helm-controller:v0.16.5
image: rancher/helm-controller:v0.16.6
name: helm-controller
---