Skip to content

Commit

Permalink
feat: upgrade account-crd chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschweig committed Nov 21, 2024
1 parent 7d1db27 commit 4dc26b8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ spec:
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadataGoTemplate:
x-kubernetes-preserve-unknown-fields: true
readyConditionType:
description: |-
The type of a condition that must be set to True on the Extension object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: core.openmfp.io
spec:
latestResourceSchemas:
- v241024-b5d9cd8.accounts.core.openmfp.io
- v241029-1a02f92.accounts.core.openmfp.io
permissionClaims:
- group: ""
resource: namespaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apis.kcp.io/v1alpha1
kind: APIResourceSchema
metadata:
creationTimestamp: null
name: v241024-b5d9cd8.accounts.core.openmfp.io
name: v241029-1a02f92.accounts.core.openmfp.io
spec:
group: core.openmfp.io
names:
Expand Down Expand Up @@ -81,6 +81,8 @@ spec:
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadataGoTemplate:
x-kubernetes-preserve-unknown-fields: true
readyConditionType:
description: |-
The type of a condition that must be set to True on the Extension object
Expand Down Expand Up @@ -192,4 +194,5 @@ spec:
storage: true
subresources:
status: {}

{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ crds match the snapshot:
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadataGoTemplate:
x-kubernetes-preserve-unknown-fields: true
readyConditionType:
description: |-
The type of a condition that must be set to True on the Extension object
Expand Down Expand Up @@ -212,7 +214,7 @@ crds with kcp enabled match the snapshot:
name: core.openmfp.io
spec:
latestResourceSchemas:
- v241024-b5d9cd8.accounts.core.openmfp.io
- v241029-1a02f92.accounts.core.openmfp.io
permissionClaims:
- all: true
group: ""
Expand All @@ -231,7 +233,7 @@ crds with kcp enabled match the snapshot:
kind: APIResourceSchema
metadata:
creationTimestamp: null
name: v241024-b5d9cd8.accounts.core.openmfp.io
name: v241029-1a02f92.accounts.core.openmfp.io
spec:
group: core.openmfp.io
names:
Expand Down Expand Up @@ -309,6 +311,8 @@ crds with kcp enabled match the snapshot:
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadataGoTemplate:
x-kubernetes-preserve-unknown-fields: true
readyConditionType:
description: |-
The type of a condition that must be set to True on the Extension object
Expand Down
2 changes: 1 addition & 1 deletion charts/account-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
repository: file://../common
version: 0.1.3
digest: sha256:ecdfbd09cac50aef69e9ea41eac7ef3e80284d8ab273ed416daadf48d89de053
generated: "2024-11-14T20:28:13.309725+01:00"
generated: "2024-11-21T12:27:54.005779+01:00"
Binary file modified charts/account-operator/charts/account-operator-crds-0.1.4.tgz
Binary file not shown.
Binary file modified charts/account-operator/charts/common-0.1.3.tgz
Binary file not shown.

0 comments on commit 4dc26b8

Please sign in to comment.