Skip to content

Commit

Permalink
Merge pull request #157 from bjwswang/main
Browse files Browse the repository at this point in the history
fix: add crd groups for u4a-component
  • Loading branch information
bjwswang authored Dec 18, 2023
2 parents 4610eee + b29c312 commit 3d24127
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 4 deletions.
9 changes: 9 additions & 0 deletions charts/u4a-component/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies:
- name: addon-component
repository: ""
version: 0.1.1
- name: crds
repository: ""
version: 0.1.2
digest: sha256:16596d7adae9ba1bb03848782dc6d66f5833db5f09dbda8592e2f135eeb372c7
generated: "2023-12-18T08:59:38.976366745Z"
4 changes: 2 additions & 2 deletions charts/u4a-component/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.10
version: 0.1.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -28,7 +28,7 @@ dependencies:
version: 0.1.1
condition: addon-component.enabled
- name: crds
version: 0.1.1
version: 0.1.2

maintainers:
- name: nkwangleiGIT
Expand Down
2 changes: 1 addition & 1 deletion charts/u4a-component/charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
creationTimestamp: null
name: groups.iam.tenxcloud.com
spec:
group: iam.tenxcloud.com
names:
kind: Group
listKind: GroupList
plural: groups
singular: group
scope: Cluster
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: Group is the Schema for the groups API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: GroupSpec defines the desired state of Group
properties:
users:
description: Users user list in the groups
items:
type: string
type: array
type: object
status:
description: GroupStatus defines the observed state of Group
type: object
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
2 changes: 1 addition & 1 deletion examples/u4a-component/componentplan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
approved: true
name: u4a-component
version: 0.1.10
version: 0.1.11
wait: true
override:
valuesFrom:
Expand Down

0 comments on commit 3d24127

Please sign in to comment.