Skip to content

Commit

Permalink
chore: update generated CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz authored and pmig committed Dec 19, 2023
1 parent 9a16eda commit 25d9a50
Show file tree
Hide file tree
Showing 24 changed files with 2,430 additions and 1,926 deletions.
175 changes: 112 additions & 63 deletions charts/glasskube-operator/templates/giteas.glasskube.eu-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ spec:
properties:
spec:
properties:
host:
type: string
sshEnabled:
type: boolean
sshHost:
type: string
adminSecret:
description: "Secret containing data of the admin user to create on\
\ pod initialization. Expected keys are GITEA_ADMIN_USER, GITEA_ADMIN_EMAIL\
Expand All @@ -31,75 +25,65 @@ spec:
name:
type: string
type: object
registrationEnabled:
type: boolean
replicas:
type: integer
smtp:
nullable: true
backups:
properties:
host:
type: string
port:
type: integer
fromAddress:
type: string
authSecret:
s3:
properties:
name:
accessKeySecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
type: object
bucket:
type: string
hostname:
nullable: true
type: string
port:
nullable: true
type: integer
region:
nullable: true
type: string
secretKeySecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
type: object
usePathStyle:
type: boolean
useSsl:
type: boolean
required:
- bucket
- accessKeySecret
- secretKeySecret
type: object
tlsEnabled:
type: boolean
schedule:
type: string
ttl:
type: string
required:
- host
- fromAddress
- authSecret
type: object
resources:
properties:
claims:
items:
properties:
name:
type: string
type: object
type: array
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
type: object
- s3
type: object
version:
pattern: \d+\.\d+\.\d+
type: string
database:
nullable: true
properties:
instances:
minimum: 1.0
type: integer
backups:
properties:
schedule:
type: string
retentionPolicy:
type: string
s3:
properties:
endpoint:
type: string
regionSecret:
accessKeySecret:
properties:
key:
type: string
Expand All @@ -110,7 +94,9 @@ spec:
type: object
bucket:
type: string
accessKeySecret:
endpoint:
type: string
regionSecret:
properties:
key:
type: string
Expand All @@ -133,9 +119,14 @@ spec:
- accessKeySecret
- secretKeySecret
type: object
schedule:
type: string
required:
- s3
type: object
instances:
minimum: 1.0
type: integer
storage:
properties:
size:
Expand All @@ -144,17 +135,75 @@ spec:
type: string
type: object
type: object
host:
type: string
registrationEnabled:
type: boolean
replicas:
type: integer
resources:
properties:
claims:
items:
properties:
name:
type: string
type: object
type: array
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
type: object
type: object
smtp:
nullable: true
properties:
authSecret:
properties:
name:
type: string
type: object
fromAddress:
type: string
host:
type: string
port:
type: integer
tlsEnabled:
type: boolean
required:
- host
- fromAddress
- authSecret
type: object
sshEnabled:
type: boolean
sshHost:
type: string
version:
pattern: \d+\.\d+\.\d+
type: string
required:
- host
type: object
status:
properties:
postgresReady:
type: boolean
readyReplicas:
type: integer
redisReady:
type: boolean
postgresReady:
type: boolean
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ spec:
properties:
spec:
properties:
token:
type: string
concurrency:
type: integer
gitlab:
properties:
name:
type: string
type: object
concurrency:
type: integer
token:
type: string
version:
pattern: \d+\.\d+\.\d+
type: string
Expand Down
Loading

0 comments on commit 25d9a50

Please sign in to comment.