Skip to content

Commit

Permalink
Updating App and AppCatalogEntry CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakimczuk committed Apr 23, 2024
1 parent 1b68d38 commit 6cad92b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion hack/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var remoteRepositories = []crd.RemoteRepositoryDefinition{
Owner: "giantswarm",
Provider: "common",
Name: "apiextensions-application",
Reference: "v0.6.0",
Reference: "v0.6.2",
},
{
Path: "config/crd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ spec:
properties:
appName:
description: AppName is the name of the app this entry belongs to.
e.g. nginx-ingress-controller-app
e.g. ingress-nginx
type: string
appVersion:
description: AppVersion is the upstream version of the app for this
entry. e.g. v0.35.0
entry. e.g. v1.8.1
type: string
catalog:
description: Catalog is the name of the app catalog this entry belongs
Expand Down Expand Up @@ -162,7 +162,7 @@ spec:
type: object
version:
description: Version is the version of the app chart for this entry.
e.g. 1.9.2
e.g. 3.0.0
type: string
required:
- appName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ spec:
type: object
nullable: true
type: array
x-kubernetes-list-map-keys:
- kind
- name
- namespace
x-kubernetes-list-type: map
install:
description: Install is the config used when installing the app.
nullable: true
Expand All @@ -163,11 +168,11 @@ spec:
when deploying the app.
properties:
context:
description: Context is the kubeconfig context.
description: 'Deprecated: this field is no longer used.'
nullable: true
properties:
name:
description: Name is the name of the kubeconfig context. e.g.
description: Name is the name of the kubeconfig context e.g.
giantswarm-12345.
type: string
required:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/capiexp/v1alpha3/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/capzexp/v1alpha3/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/core/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/infrastructure/v1alpha3/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/provider/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6cad92b

Please sign in to comment.