Skip to content

Commit

Permalink
feat: upgrade account-crd chart (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschweig authored Nov 22, 2024
1 parent f69d750 commit 825b0c7
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/account-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes

type: application

version: 0.1.4
version: 0.1.5

appVersion: "1.16.0"
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-crds/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kcp:
enabled: false
enabled: false
6 changes: 3 additions & 3 deletions charts/account-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: account-operator-crds
repository: file://../account-operator-crds
version: 0.1.4
version: 0.1.5
- name: common
repository: file://../common
version: 0.1.4
digest: sha256:53e54ba3caca17b02488e6900343bed1c7ee97f79aebe10b572956a4f11ccc6e
generated: "2024-11-21T15:07:29.093387942+02:00"
digest: sha256:9d2466bb6f196f2355a55ff621f6017cee086f9600280b009e55249ab6a6335f
generated: "2024-11-21T17:36:43.666194+01:00"
4 changes: 2 additions & 2 deletions charts/account-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: account-operator
description: A Helm chart for Kubernetes
type: application
version: 0.4.15
version: 0.4.16
appVersion: "0.104.0"
dependencies:
- name: account-operator-crds
version: 0.1.4
version: 0.1.5
condition: crds.enabled
repository: file://../account-operator-crds
- name: common
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified charts/account-operator/charts/common-0.1.4.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ operator 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 @@ -451,6 +453,8 @@ operator match the snapshot (with kubeconfigSecret):
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 @@ -825,6 +829,8 @@ operator match the snapshot with webhook enabled:
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

0 comments on commit 825b0c7

Please sign in to comment.