Skip to content

Commit

Permalink
Check image arch (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Dec 7, 2024
1 parent d45cf20 commit cf8d546
Show file tree
Hide file tree
Showing 1,786 changed files with 758,053 additions and 4,135 deletions.
56 changes: 56 additions & 0 deletions charts/capa-vpc-peering-operator/values.openapiv3_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchFields:
items:
properties:
Expand All @@ -35,11 +37,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
type: object
x-kubernetes-map-type: atomic
weight:
Expand All @@ -50,6 +54,7 @@ properties:
- weight
type: object
type: array
x-kubernetes-list-type: atomic
requiredDuringSchedulingIgnoredDuringExecution:
properties:
nodeSelectorTerms:
Expand All @@ -66,11 +71,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchFields:
items:
properties:
Expand All @@ -82,14 +89,17 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
type: object
x-kubernetes-map-type: atomic
type: array
x-kubernetes-list-type: atomic
required:
- nodeSelectorTerms
type: object
Expand All @@ -115,11 +125,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -149,11 +161,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand All @@ -164,6 +178,7 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
topologyKey:
type: string
required:
Expand All @@ -177,6 +192,7 @@ properties:
- weight
type: object
type: array
x-kubernetes-list-type: atomic
requiredDuringSchedulingIgnoredDuringExecution:
items:
properties:
Expand All @@ -193,11 +209,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -227,11 +245,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand All @@ -242,12 +262,14 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
topologyKey:
type: string
required:
- topologyKey
type: object
type: array
x-kubernetes-list-type: atomic
type: object
podAntiAffinity:
properties:
Expand All @@ -269,11 +291,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -303,11 +327,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand All @@ -318,6 +344,7 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
topologyKey:
type: string
required:
Expand All @@ -331,6 +358,7 @@ properties:
- weight
type: object
type: array
x-kubernetes-list-type: atomic
requiredDuringSchedulingIgnoredDuringExecution:
items:
properties:
Expand All @@ -347,11 +375,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -381,11 +411,13 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand All @@ -396,12 +428,14 @@ properties:
items:
type: string
type: array
x-kubernetes-list-type: atomic
topologyKey:
type: string
required:
- topologyKey
type: object
type: array
x-kubernetes-list-type: atomic
type: object
type: object
fullnameOverride:
Expand Down Expand Up @@ -447,16 +481,27 @@ properties:
properties:
allowPrivilegeEscalation:
type: boolean
appArmorProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
capabilities:
properties:
add:
items:
type: string
type: array
x-kubernetes-list-type: atomic
drop:
items:
type: string
type: array
x-kubernetes-list-type: atomic
type: object
privileged:
type: boolean
Expand Down Expand Up @@ -548,6 +593,15 @@ properties:
type: object
podSecurityContext:
properties:
appArmorProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
fsGroup:
format: int64
type: integer
Expand Down Expand Up @@ -586,6 +640,7 @@ properties:
format: int64
type: integer
type: array
x-kubernetes-list-type: atomic
sysctls:
items:
properties:
Expand All @@ -598,6 +653,7 @@ properties:
- value
type: object
type: array
x-kubernetes-list-type: atomic
windowsOptions:
properties:
gmsaCredentialSpec:
Expand Down
Loading

0 comments on commit cf8d546

Please sign in to comment.