add newest changes to namespaces

This commit is contained in:
2025-01-22 21:34:25 -05:00
parent e408c7cf4e
commit 4fd0c84d48
38 changed files with 908 additions and 148 deletions

View File

@@ -74,12 +74,26 @@ spec:
helmVersion:
nullable: true
type: string
insecureSkipTLSVerify:
type: boolean
jobImage:
nullable: true
type: string
plainHTTP:
type: boolean
podSecurityContext:
nullable: true
properties:
appArmorProfile:
nullable: true
properties:
localhostProfile:
nullable: true
type: string
type:
nullable: true
type: string
type: object
fsGroup:
nullable: true
type: integer
@@ -174,6 +188,16 @@ spec:
allowPrivilegeEscalation:
nullable: true
type: boolean
appArmorProfile:
nullable: true
properties:
localhostProfile:
nullable: true
type: string
type:
nullable: true
type: string
type: object
capabilities:
nullable: true
properties:
@@ -271,6 +295,24 @@ spec:
type: object
status:
properties:
conditions:
items:
properties:
message:
nullable: true
type: string
reason:
nullable: true
type: string
status:
nullable: true
type: string
type:
nullable: true
type: string
type: object
nullable: true
type: array
jobName:
nullable: true
type: string
@@ -278,6 +320,8 @@ spec:
type: object
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
@@ -329,6 +373,6 @@ spec:
containers:
- command:
- helm-controller
image: rancher/helm-controller:v0.16.0
image: rancher/helm-controller:v0.16.5
name: helm-controller
---

View File

@@ -138,7 +138,7 @@ spec:
- --kubelet-use-node-status-port
- --kubelet-insecure-tls
- --metric-resolution=15s
image: registry.k8s.io/metrics-server/metrics-server:v0.7.1
image: registry.k8s.io/metrics-server/metrics-server:v0.7.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3

View File

@@ -138,7 +138,7 @@ spec:
operator: "Exists"
containers:
- name: node-cache
image: registry.k8s.io/dns/k8s-dns-node-cache:1.23.0
image: registry.k8s.io/dns/k8s-dns-node-cache:1.24.0
resources:
requests:
cpu: 25m